/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 258 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 D | rtc-pcf8523.c | 307 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 D | rtc-s35390a.c | 383 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 D | rtc-rx8010.c | 338 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 D | mremap_test.c | 397 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 D | pcm.c | 216 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 D | resource.c | 220 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 D | gntalloc.c | 426 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 D | sdhci-esdhc-mcf.c | 106 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 D | acp6x-pdm-dma.c | 285 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 D | aq_main.c | 332 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 D | ps-pdm-dma.c | 290 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 D | tw686x-audio.c | 211 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 D | api.c | 363 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 D | fsl_audmix.c | 279 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 D | checkkconfigsymbols.py | 226 def execute(cmd): argument 229 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)
|
/openbmc/linux/sound/soc/img/ |
H A D | img-spdif-out.c | 203 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 D | dsp56k.c | 308 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 D | cdc-phonet.c | 257 void __user *data, int cmd) in usbpn_siocdevprivate() argument 261 switch (cmd) { in usbpn_siocdevprivate()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | tcx.c | 311 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 D | pfr_telemetry.c | 242 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 D | bnx2i.h | 831 void bnx2i_iscsi_unmap_sg_list(struct bnx2i_cmd *cmd); 850 struct bnx2i_cmd *cmd);
|
/openbmc/linux/arch/powerpc/platforms/book3s/ |
H A D | vas-api.c | 546 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 D | spmi.c | 98 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 D | tty_jobctrl.c | 573 struct file *file, unsigned int cmd, unsigned long arg) in tty_jobctrl_ioctl() argument 577 switch (cmd) { in tty_jobctrl_ioctl()
|