Home
last modified time | relevance | path

Searched refs:cmd (Results 4801 – 4825 of 6824) sorted by relevance

1...<<191192193194195196197198199200>>...273

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c258 abi_long target_to_host_fcntl_cmd(int cmd) in target_to_host_fcntl_cmd() argument
260 return cmd; in target_to_host_fcntl_cmd()
/openbmc/linux/drivers/rtc/
H A Drtc-pcf8523.c307 static int pcf8523_rtc_ioctl(struct device *dev, unsigned int cmd, in pcf8523_rtc_ioctl() argument
315 switch (cmd) { in pcf8523_rtc_ioctl()
H A Drtc-s35390a.c383 static int s35390a_rtc_ioctl(struct device *dev, unsigned int cmd, in s35390a_rtc_ioctl() argument
391 switch (cmd) { in s35390a_rtc_ioctl()
H A Drtc-rx8010.c338 static int rx8010_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in rx8010_ioctl() argument
343 switch (cmd) { in rx8010_ioctl()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_test.c397 static void usage(const char *cmd) in usage() argument
406 " \t validating the remapped region.\n", cmd); in usage()
/openbmc/linux/sound/soc/samsung/
H A Dpcm.c216 static int s3c_pcm_trigger(struct snd_pcm_substream *substream, int cmd, in s3c_pcm_trigger() argument
225 switch (cmd) { in s3c_pcm_trigger()
/openbmc/linux/net/devlink/
H A Dresource.c220 enum devlink_command cmd, int flags) in devlink_resource_fill() argument
240 &devlink_nl_family, NLM_F_MULTI, cmd); in devlink_resource_fill()
/openbmc/linux/drivers/xen/
H A Dgntalloc.c426 static long gntalloc_ioctl(struct file *filp, unsigned int cmd, in gntalloc_ioctl() argument
431 switch (cmd) { in gntalloc_ioctl()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-esdhc-mcf.c106 if (host->cmd->opcode == MMC_STOP_TRANSMISSION) in esdhc_mcf_writew_be()
184 struct mmc_command *cmd) in esdhc_mcf_set_timeout() argument
/openbmc/linux/sound/soc/amd/yc/
H A Dacp6x-pdm-dma.c285 int cmd, struct snd_soc_dai *dai) in acp6x_pdm_dai_trigger() argument
301 switch (cmd) { in acp6x_pdm_dai_trigger()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c332 static int aq_ndev_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in aq_ndev_ioctl() argument
336 switch (cmd) { in aq_ndev_ioctl()
/openbmc/linux/sound/soc/amd/ps/
H A Dps-pdm-dma.c290 int cmd, struct snd_soc_dai *dai) in acp63_pdm_dai_trigger() argument
306 switch (cmd) { in acp63_pdm_dai_trigger()
/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x-audio.c211 static int tw686x_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in tw686x_pcm_trigger() argument
218 switch (cmd) { in tw686x_pcm_trigger()
/openbmc/linux/drivers/misc/cxl/
H A Dapi.c363 long cxl_fd_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in cxl_fd_ioctl() argument
365 return afu_ioctl(file, cmd, arg); in cxl_fd_ioctl()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_audmix.c279 static int fsl_audmix_dai_trigger(struct snd_pcm_substream *substream, int cmd, in fsl_audmix_dai_trigger() argument
289 switch (cmd) { in fsl_audmix_dai_trigger()
/openbmc/linux/scripts/
H A Dcheckkconfigsymbols.py226 def execute(cmd): argument
229 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)
/openbmc/linux/sound/soc/img/
H A Dimg-spdif-out.c203 static int img_spdif_out_trigger(struct snd_pcm_substream *substream, int cmd, in img_spdif_out_trigger() argument
210 switch (cmd) { in img_spdif_out_trigger()
/openbmc/linux/drivers/char/
H A Ddsp56k.c308 static long dsp56k_ioctl(struct file *file, unsigned int cmd, in dsp56k_ioctl() argument
318 switch(cmd) { in dsp56k_ioctl()
/openbmc/linux/drivers/net/usb/
H A Dcdc-phonet.c257 void __user *data, int cmd) in usbpn_siocdevprivate() argument
261 switch (cmd) { in usbpn_siocdevprivate()
/openbmc/linux/drivers/video/fbdev/
H A Dtcx.c311 static int tcx_ioctl(struct fb_info *info, unsigned int cmd, in tcx_ioctl() argument
316 return sbusfb_ioctl_helper(cmd, arg, info, in tcx_ioctl()
/openbmc/linux/drivers/acpi/
H A Dpfr_telemetry.c242 static long pfrt_log_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in pfrt_log_ioctl() argument
252 switch (cmd) { in pfrt_log_ioctl()
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i.h831 void bnx2i_iscsi_unmap_sg_list(struct bnx2i_cmd *cmd);
850 struct bnx2i_cmd *cmd);
/openbmc/linux/arch/powerpc/platforms/book3s/
H A Dvas-api.c546 static long coproc_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in coproc_ioctl() argument
548 switch (cmd) { in coproc_ioctl()
/openbmc/linux/drivers/spmi/
H A Dspmi.c98 if (!ctrl || !ctrl->cmd || ctrl->dev.type != &spmi_ctrl_type) in spmi_cmd()
101 ret = ctrl->cmd(ctrl, opcode, sid); in spmi_cmd()
/openbmc/linux/drivers/tty/
H A Dtty_jobctrl.c573 struct file *file, unsigned int cmd, unsigned long arg) in tty_jobctrl_ioctl() argument
577 switch (cmd) { in tty_jobctrl_ioctl()

1...<<191192193194195196197198199200>>...273