/openbmc/linux/Documentation/driver-api/nfc/ |
H A D | nfc-hci.rst | 207 Dispatches HCI cmd responses. 229 int nfc_hci_send_cmd (struct nfc_hci_dev *hdev, u8 gate, u8 cmd, 259 static int nfc_hci_execute_cmd_async(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, 271 context (MSGRXWQ). This is done this way to allow a cmd or event handler
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 798 u16 cmd; in cx18_setup_pci() local 818 pci_read_config_word(pci_dev, PCI_COMMAND, &cmd); in cx18_setup_pci() 819 cmd |= PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER; in cx18_setup_pci() 820 pci_write_config_word(pci_dev, PCI_COMMAND, cmd); in cx18_setup_pci()
|
H A D | cx18-alsa-pcm.c | 213 static int snd_cx18_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_cx18_pcm_trigger() argument
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 58 unsigned int cmd, void *arg); 63 int (*trigger)(struct snd_pcm_substream *substream, int cmd); 581 int snd_pcm_kernel_ioctl(struct snd_pcm_substream *substream, unsigned int cmd, void *arg); 1136 unsigned int cmd, void *arg);
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-pinctrl.dtsi | 428 sd0_cmd: sd0-cmd-pins { 470 sd1_cmd: sd1-cmd-pins { 505 sd2_cmd: sd2-cmd-pins { 547 sd3_cmd: sd3-cmd-pins {
|
/openbmc/linux/fs/ |
H A D | pipe.c | 613 static long pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in pipe_ioctl() argument 618 switch (cmd) { in pipe_ioctl() 1393 long pipe_fcntl(struct file *file, unsigned int cmd, unsigned int arg) in pipe_fcntl() argument 1404 switch (cmd) { in pipe_fcntl()
|
/openbmc/linux/drivers/input/mouse/ |
H A D | cyapa.c | 167 u8 cmd[32]; in cyapa_get_state() local 238 cmd[0] = 0x00; in cyapa_get_state() 239 cmd[1] = 0x00; in cyapa_get_state() 240 error = cyapa_i2c_write(cyapa, 0, 2, cmd); in cyapa_get_state()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 357 static long v4l2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in v4l2_ioctl() argument 364 ret = vdev->fops->unlocked_ioctl(filp, cmd, arg); in v4l2_ioctl() 521 #define SET_VALID_IOCTL(ops, cmd, op) \ argument 522 do { if ((ops)->op) __set_bit(_IOC_NR(cmd), valid_ioctls); } while (0)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dump_utils.robot | 340 ${cmd}= Catenate busctl --verbose call xyz.openbmc_project.Dump.Manager 343 ... BMC Execute Command ${cmd} 488 ${cmd}= Catenate busctl get-property xyz.openbmc_project.Dump.Manager 491 ${stdout} ${stderr} ${rc}= BMC Execute Command ${cmd}
|
/openbmc/linux/drivers/spi/ |
H A D | spi-nxp-fspi.c | 461 ret = nxp_fspi_check_buswidth(f, op->cmd.buswidth); in nxp_fspi_supports_op() 555 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut() 556 op->cmd.opcode); in nxp_fspi_prepare_lut() 603 op->cmd.opcode, lutval[0], lutval[1], lutval[2], lutval[3], op->data.nbytes); in nxp_fspi_prepare_lut()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 1224 nouveau_drm_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in nouveau_drm_ioctl() argument 1236 switch (_IOC_NR(cmd) - DRM_COMMAND_BASE) { in nouveau_drm_ioctl() 1238 ret = usif_ioctl(filp, (void __user *)arg, _IOC_SIZE(cmd)); in nouveau_drm_ioctl() 1241 ret = drm_ioctl(file, cmd, arg); in nouveau_drm_ioctl()
|
/openbmc/linux/fs/ntfs3/ |
H A D | file.c | 51 static long ntfs_ioctl(struct file *filp, u32 cmd, unsigned long arg) in ntfs_ioctl() argument 56 switch (cmd) { in ntfs_ioctl() 64 static long ntfs_compat_ioctl(struct file *filp, u32 cmd, unsigned long arg) in ntfs_compat_ioctl() argument 67 return ntfs_ioctl(filp, cmd, (unsigned long)compat_ptr(arg)); in ntfs_compat_ioctl()
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 742 unsigned int cmd; in ovl_security_fileattr() local 755 cmd = fa->fsx_valid ? FS_IOC_FSSETXATTR : FS_IOC_SETFLAGS; in ovl_security_fileattr() 757 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr() 759 err = security_file_ioctl(file, cmd, 0); in ovl_security_fileattr()
|
/openbmc/linux/net/smc/ |
H A D | smc_pnet.c | 685 .cmd = SMC_PNETID_GET, 693 .cmd = SMC_PNETID_ADD, 699 .cmd = SMC_PNETID_DEL, 705 .cmd = SMC_PNETID_FLUSH,
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_of_dpa.c | 1924 char *buf, uint16_t cmd, in of_dpa_flow_cmd() argument 1935 switch (cmd) { in of_dpa_flow_cmd() 2185 char *buf, uint16_t cmd, RockerTlv **group_tlvs) in of_dpa_group_cmd() argument 2195 switch (cmd) { in of_dpa_group_cmd() 2210 char *buf, uint16_t cmd, RockerTlv *cmd_info_tlv) in of_dpa_cmd() argument 2217 switch (cmd) { in of_dpa_cmd() 2222 return of_dpa_flow_cmd(of_dpa, info, buf, cmd, tlvs); in of_dpa_cmd() 2227 return of_dpa_group_cmd(of_dpa, info, buf, cmd, tlvs); in of_dpa_cmd() 2575 .cmd = of_dpa_cmd,
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxk_hard.h | 202 u16 cmd; /* Command number */ member
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_ring2.c | 168 iowrite32(data, ring->cmd); in xgene_enet_wr_cmd()
|
/openbmc/linux/include/uapi/linux/genwqe/ |
H A D | genwqe_card.h | 410 __u8 cmd; /* command to execute */ member
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | cinergyT2-fe.c | 234 param->cmd = CINERGYT2_EP1_SET_TUNER_PARAMETERS; in cinergyt2_fe_set_frontend()
|
/openbmc/linux/sound/isa/msnd/ |
H A D | msnd.h | 275 int snd_msnd_send_dsp_cmd(struct snd_msnd *chip, u8 cmd);
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am57xx-sbc-am57x.dts | 36 DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
|
/openbmc/u-boot/board/samsung/common/bootscripts/ |
H A D | autoboot.cmd | 3 # ./tools/mkimage -c none -A arm -T script -d autoboot.cmd boot.scr
|
/openbmc/u-boot/cmd/ |
H A D | axi.c | 338 return c->cmd(cmdtp, flag, argc, argv); in do_ihs_axi()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.h | 239 struct mlx4_cmd_info *cmd);
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs.h | 249 long ib_uverbs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
|