Home
last modified time | relevance | path

Searched refs:cmd (Results 4176 – 4200 of 6824) sorted by relevance

1...<<161162163164165166167168169170>>...273

/openbmc/linux/sound/soc/spear/
H A Dspdif_out.c151 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 Dbw2.c174 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 Dsun50i-dmic.c190 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 Daspeed-p2a-ctrl.c172 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 Dvmmouse.c84 #define VMMOUSE_CMD(cmd, in1, out1, out2, out3, out4) \ argument
96 "c"(VMMOUSE_PROTO_CMD_##cmd), \
/openbmc/linux/sound/soc/au1x/
H A Dpsc-i2s.c236 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 Dsof_maxim_common.c79 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 Dfalcon.h36 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 Dbcm2835-pcm.c255 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 Dsw_sync.c390 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 Dti-dac082s085.c66 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 Dhp206c.c93 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 Dio_uring_types.h524 ((cmd_type *)&(req)->cmd) \
537 struct io_cmd_data cmd; member
/openbmc/linux/sound/soc/intel/avs/
H A Dprobes.c181 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 Duniperif_reader.c338 int cmd, struct snd_soc_dai *dai) in uni_reader_trigger() argument
343 switch (cmd) { in uni_reader_trigger()
/openbmc/qemu/chardev/
H A Dchar-fe.c98 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 Dflexcop-fe-tuner.c155 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 Demu8000_callback.c27 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 Duverbs_std_types_device.c25 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 Dopl3_synth.c80 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 Dsc6000.c207 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 Dwidgets.py97 cmd = request.GET.get('cmd', None)
98 if cmd and 'filterinfo' in cmd:
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py183 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 Daica.c341 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 Dxen-acpi-processor.c54 .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()

1...<<161162163164165166167168169170>>...273