/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 153 cmd=$2 160 $cmd $opts
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package.bbclass | 354 cmd = 'tar --exclude=./sysroot-only -cf - -C %s -p -S . | tar -xf - -C %s' % (dest, dvar) 355 subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.c | 460 void qbman_swp_mc_submit(struct qbman_swp *p, void *cmd, u8 cmd_verb) in qbman_swp_mc_submit() argument 462 u8 *v = cmd; in qbman_swp_mc_submit()
|
/openbmc/linux/net/sunrpc/ |
H A D | rpc_pipe.c | 357 rpc_pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in rpc_pipe_ioctl() argument 363 switch (cmd) { in rpc_pipe_ioctl()
|
/openbmc/linux/drivers/xen/ |
H A D | grant-table.c | 1156 gnttab_retry_eagain_gop(unsigned int cmd, void *gop, int16_t *status, in gnttab_retry_eagain_gop() argument 1162 BUG_ON(HYPERVISOR_grant_table_op(cmd, gop, 1)); in gnttab_retry_eagain_gop()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda.c | 132 static int sdw_ace2x_trigger(struct snd_pcm_substream *substream, int cmd, struct snd_soc_dai *dai) in sdw_ace2x_trigger() argument 134 return sdw_hda_dai_trigger(substream, cmd, dai); in sdw_ace2x_trigger()
|
/openbmc/linux/drivers/net/ethernet/actions/ |
H A D | owl-emac.c | 1183 struct ifreq *req, int cmd) in owl_emac_ndo_eth_ioctl() argument 1188 return phy_mii_ioctl(netdev->phydev, req, cmd); in owl_emac_ndo_eth_ioctl()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | da8xx-fb.c | 1129 static int fb_ioctl(struct fb_info *info, unsigned int cmd, in fb_ioctl() argument 1134 switch (cmd) { in fb_ioctl()
|
H A D | sstfb.c | 744 static int sstfb_ioctl(struct fb_info *info, unsigned int cmd, in sstfb_ioctl() argument 750 switch (cmd) { in sstfb_ioctl()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | gen_loader.c | 266 static void emit_sys_bpf(struct bpf_gen *gen, int cmd, int attr, int attr_size) in emit_sys_bpf() argument 268 emit(gen, BPF_MOV64_IMM(BPF_REG_1, cmd)); in emit_sys_bpf()
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_ethtool.c | 1073 switch (info->cmd) { in vmxnet3_get_rxnfc() 1115 switch (info->cmd) { in vmxnet3_set_rxnfc()
|
/openbmc/linux/sound/soc/qcom/ |
H A D | lpass-platform.c | 661 int cmd) in lpass_platform_pcmops_trigger() argument 681 switch (cmd) { in lpass_platform_pcmops_trigger()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | usb.c | 747 static int brcmf_usb_dl_cmd(struct brcmf_usbdev_info *devinfo, u8 cmd, in brcmf_usb_dl_cmd() argument 767 devinfo->ctl_read.bRequest = cmd; in brcmf_usb_dl_cmd()
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1640 static int wl12xx_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wl12xx_set_key() argument 1645 return wlcore_set_key(wl, cmd, vif, sta, key_conf); in wl12xx_set_key()
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | raw_gadget.c | 1248 static long raw_ioctl(struct file *fd, unsigned int cmd, unsigned long value) in raw_ioctl() argument 1256 switch (cmd) { in raw_ioctl()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ccw.rst | 246 vfio-ccw cmd region 249 The vfio-ccw cmd region is used to accept asynchronous instructions
|
/openbmc/linux/drivers/usb/serial/ |
H A D | mos7720.c | 1609 unsigned int cmd, unsigned long arg) in mos7720_ioctl() argument 1618 switch (cmd) { in mos7720_ioctl()
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-pin-error-inj.rst | 81 ``echo 'cmd' >error-inj`` or ``cat cmd.txt >error-inj``. The ``cat error-inj``
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 73 static struct scsi_pointer *nsp_priv(struct scsi_cmnd *cmd) in nsp_priv() argument 75 return scsi_cmd_priv(cmd); in nsp_priv()
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mbochs.c | 1185 static long mbochs_ioctl(struct vfio_device *vdev, unsigned int cmd, in mbochs_ioctl() argument 1193 switch (cmd) { in mbochs_ioctl()
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | atomisp-ov5693.c | 729 static long ov5693_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in ov5693_ioctl() argument 731 switch (cmd) { in ov5693_ioctl()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-brcmstb.c | 294 static u32 brcm_pcie_mdio_form_pkt(int port, int regad, int cmd) in brcm_pcie_mdio_form_pkt() argument 300 pkt |= FIELD_PREP(MDIO_CMD_MASK, cmd); in brcm_pcie_mdio_form_pkt()
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ppp.c | 1063 static int pppol2tp_ioctl(struct socket *sock, unsigned int cmd, in pppol2tp_ioctl() argument 1069 switch (cmd) { in pppol2tp_ioctl()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | cpm_uart.c | 57 static void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) in cpm_line_cr_cmd() argument 59 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | nhi.c | 859 int nhi_mailbox_cmd(struct tb_nhi *nhi, enum nhi_mailbox_cmd cmd, u32 data) in nhi_mailbox_cmd() argument 868 val |= REG_INMAIL_OP_REQUEST | cmd; in nhi_mailbox_cmd()
|