/openbmc/linux/sound/soc/spear/ |
H A D | spdif_out.c | 151 static int spdif_out_trigger(struct snd_pcm_substream *substream, int cmd, in spdif_out_trigger() argument 161 switch (cmd) { in spdif_out_trigger()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | bw2.c | 174 static int bw2_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) in bw2_ioctl() argument 176 return sbusfb_ioctl_helper(cmd, arg, info, in bw2_ioctl()
|
/openbmc/linux/sound/soc/sunxi/ |
H A D | sun50i-dmic.c | 190 static int sun50i_dmic_trigger(struct snd_pcm_substream *substream, int cmd, in sun50i_dmic_trigger() argument 199 switch (cmd) { in sun50i_dmic_trigger()
|
/openbmc/linux/drivers/soc/aspeed/ |
H A D | aspeed-p2a-ctrl.c | 172 static long aspeed_p2a_ioctl(struct file *file, unsigned int cmd, in aspeed_p2a_ioctl() argument 183 switch (cmd) { in aspeed_p2a_ioctl()
|
/openbmc/linux/drivers/input/mouse/ |
H A D | vmmouse.c | 84 #define VMMOUSE_CMD(cmd, in1, out1, out2, out3, out4) \ argument 96 "c"(VMMOUSE_PROTO_CMD_##cmd), \
|
/openbmc/linux/sound/soc/au1x/ |
H A D | psc-i2s.c | 236 static int au1xpsc_i2s_trigger(struct snd_pcm_substream *substream, int cmd, in au1xpsc_i2s_trigger() argument 242 switch (cmd) { in au1xpsc_i2s_trigger()
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | sof_maxim_common.c | 79 int max_98373_trigger(struct snd_pcm_substream *substream, int cmd) in max_98373_trigger() argument 100 switch (cmd) { in max_98373_trigger()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | falcon.h | 36 enum nvkm_falcon_mem, bool sec, u32 *cmd); 37 void (*xfer)(struct nvkm_falcon *, u32 mem_base, u32 dma_base, u32 cmd);
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | bcm2835-pcm.c | 255 static int snd_bcm2835_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_bcm2835_pcm_trigger() argument 260 switch (cmd) { in snd_bcm2835_pcm_trigger()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | sw_sync.c | 390 static long sw_sync_ioctl(struct file *file, unsigned int cmd, in sw_sync_ioctl() argument 395 switch (cmd) { in sw_sync_ioctl()
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ti-dac082s085.c | 66 static int ti_dac_cmd(struct ti_dac_chip *ti_dac, u8 cmd, u16 val) in ti_dac_cmd() argument 70 ti_dac->buf[0] = cmd | (val >> (8 - shift)); in ti_dac_cmd()
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | hp206c.c | 93 static int hp206c_read_20bit(struct i2c_client *client, u8 cmd) in hp206c_read_20bit() argument 98 ret = i2c_smbus_read_i2c_block_data(client, cmd, sizeof(values), values); in hp206c_read_20bit()
|
/openbmc/linux/include/linux/ |
H A D | io_uring_types.h | 524 ((cmd_type *)&(req)->cmd) \ 537 struct io_cmd_data cmd; member
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | probes.c | 181 static int avs_probe_compr_trigger(struct snd_compr_stream *cstream, int cmd, in avs_probe_compr_trigger() argument 192 switch (cmd) { in avs_probe_compr_trigger()
|
/openbmc/linux/sound/soc/sti/ |
H A D | uniperif_reader.c | 338 int cmd, struct snd_soc_dai *dai) in uni_reader_trigger() argument 343 switch (cmd) { in uni_reader_trigger()
|
/openbmc/qemu/chardev/ |
H A D | char-fe.c | 98 int qemu_chr_fe_ioctl(CharBackend *be, int cmd, void *arg) in qemu_chr_fe_ioctl() argument 106 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 155 struct dvb_diseqc_master_cmd *cmd) in flexcop_diseqc_send_master_cmd() argument 157 return flexcop_send_diseqc_msg(fe, cmd->msg_len, cmd->msg, 0); in flexcop_diseqc_send_master_cmd()
|
/openbmc/linux/sound/isa/sb/ |
H A D | emu8000_callback.c | 27 static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2); 472 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2) in oss_ioctl() argument 478 switch (cmd) { in oss_ioctl()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_std_types_device.c | 25 u32 cmd; in UVERBS_HANDLER() local 28 rc = uverbs_get_const(&cmd, attrs, UVERBS_ATTR_WRITE_CMD); in UVERBS_HANDLER() 32 method_elm = uapi_get_method(uapi, cmd); in UVERBS_HANDLER()
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_synth.c | 80 unsigned int cmd, unsigned long arg) in snd_opl3_ioctl() argument 88 switch (cmd) { in snd_opl3_ioctl() 163 snd_printk(KERN_WARNING "unknown IOCTL: 0x%x\n", cmd); in snd_opl3_ioctl()
|
/openbmc/linux/sound/isa/ |
H A D | sc6000.c | 207 static int sc6000_write(char __iomem *vport, int cmd) in sc6000_write() argument 218 iowrite8(cmd, vport + DSP_COMMAND); in sc6000_write() 224 snd_printk(KERN_ERR "DSP Command (0x%x) timeout.\n", cmd); in sc6000_write()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | widgets.py | 97 cmd = request.GET.get('cmd', None) 98 if cmd and 'filterinfo' in cmd:
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | rootfs.py | 183 def _exec_shell_cmd(self, cmd): argument 185 subprocess.check_output(cmd, stderr=subprocess.STDOUT) 187 return("Command '%s' returned %d:\n%s" % (e.cmd, e.returncode, e.output))
|
/openbmc/linux/sound/sh/ |
H A D | aica.c | 341 channel->cmd = AICA_CMD_START; in snd_aicapcm_pcm_open() 387 *substream, int cmd) in snd_aicapcm_pcm_trigger() argument 389 switch (cmd) { in snd_aicapcm_pcm_trigger()
|
/openbmc/linux/drivers/xen/ |
H A D | xen-acpi-processor.c | 54 .cmd = XENPF_set_processor_pminfo, in push_cxx_to_hypervisor() 208 .cmd = XENPF_set_processor_pminfo, in push_pxx_to_hypervisor() 290 .cmd = XENPF_get_cpuinfo, in get_max_acpi_id()
|