Home
last modified time | relevance | path

Searched refs:cmd (Results 5076 – 5100 of 6824) sorted by relevance

1...<<201202203204205206207208209210>>...273

/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst207 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 Dcx18-driver.c798 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 Dcx18-alsa-pcm.c213 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 Dpcm.h58 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 Dexynos5250-pinctrl.dtsi428 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 Dpipe.c613 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 Dcyapa.c167 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 Dv4l2-dev.c357 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 Ddump_utils.robot340 ${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 Dspi-nxp-fspi.c461 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 Dnouveau_drm.c1224 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 Dfile.c51 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 Dinode.c742 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 Dsmc_pnet.c685 .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 Drocker_of_dpa.c1924 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 Ddrxk_hard.h202 u16 cmd; /* Command number */ member
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ring2.c168 iowrite32(data, ring->cmd); in xgene_enet_wr_cmd()
/openbmc/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h410 __u8 cmd; /* command to execute */ member
/openbmc/linux/drivers/media/usb/dvb-usb/
H A DcinergyT2-fe.c234 param->cmd = CINERGYT2_EP1_SET_TUNER_PARAMETERS; in cinergyt2_fe_set_frontend()
/openbmc/linux/sound/isa/msnd/
H A Dmsnd.h275 int snd_msnd_send_dsp_cmd(struct snd_msnd *chip, u8 cmd);
/openbmc/u-boot/arch/arm/dts/
H A Dam57xx-sbc-am57x.dts36 DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
/openbmc/u-boot/board/samsung/common/bootscripts/
H A Dautoboot.cmd3 # ./tools/mkimage -c none -A arm -T script -d autoboot.cmd boot.scr
/openbmc/u-boot/cmd/
H A Daxi.c338 return c->cmd(cmdtp, flag, argc, argv); in do_ihs_axi()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h239 struct mlx4_cmd_info *cmd);
/openbmc/linux/drivers/infiniband/core/
H A Duverbs.h249 long ib_uverbs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);

1...<<201202203204205206207208209210>>...273