Home
last modified time | relevance | path

Searched defs:cmd (Results 2451 – 2475 of 3715) sorted by relevance

1...<<919293949596979899100>>...149

/linux/net/core/
H A Dsock.c3469 int sock_no_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in sock_no_ioctl()
4378 int sock_ioctl_inout(struct sock *sk, unsigned int cmd, in sock_ioctl_inout()
4401 static int sock_ioctl_out(struct sock *sk, unsigned int cmd, void __user *arg) in sock_ioctl_out()
4417 int sk_ioctl(struct sock *sk, unsigned int cmd, void __user *arg) in sk_ioctl()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c963 static int srp_exit_cmd_priv(struct Scsi_Host *shost, struct scsi_cmnd *cmd) in srp_exit_cmd_priv()
981 static int srp_init_cmd_priv(struct Scsi_Host *shost, struct scsi_cmnd *cmd) in srp_init_cmd_priv()
1625 struct srp_cmd *cmd = req->cmd->buf; in srp_map_data() local
2158 struct srp_cmd *cmd; in srp_queuecommand() local
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.c997 static int atl1_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atl1_mii_ioctl()
3227 struct ethtool_link_ksettings *cmd) in atl1_get_link_ksettings()
3284 const struct ethtool_link_ksettings *cmd) in atl1_set_link_ksettings()
/linux/drivers/net/ethernet/
H A Djme.c2567 struct ethtool_link_ksettings *cmd) in jme_get_link_ksettings()
2579 const struct ethtool_link_ksettings *cmd) in jme_set_link_ksettings()
2612 jme_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) in jme_ioctl()
/linux/arch/s390/include/asm/
H A Duv.h113 u16 cmd; /* Command Code */ member
473 static inline int uv_cmd_nodata(u64 handle, u16 cmd, u16 *rc, u16 *rrc) in uv_cmd_nodata()
571 static inline int share(unsigned long addr, u16 cmd) in share()
/linux/include/linux/spi/
H A Dspi.h1529 static inline ssize_t spi_w8r8(struct spi_device *spi, u8 cmd) in spi_w8r8()
1554 static inline ssize_t spi_w8r16(struct spi_device *spi, u8 cmd) in spi_w8r16()
1579 static inline ssize_t spi_w8r16be(struct spi_device *spi, u8 cmd) in spi_w8r16be()
/linux/drivers/s390/char/
H A Dcon3270.c530 u8 cmd = TC_WRITE; in tty3270_update() local
1939 static int tty3270_ioctl(struct tty_struct *tty, unsigned int cmd, in tty3270_ioctl()
1954 unsigned int cmd, unsigned long arg) in tty3270_compat_ioctl()
/linux/sound/core/
H A Dtimer.c1995 unsigned int cmd, bool compat) in snd_timer_user_tread()
2242 static long __snd_timer_user_ioctl(struct file *file, unsigned int cmd, in __snd_timer_user_ioctl()
2292 static long snd_timer_user_ioctl(struct file *file, unsigned int cmd, in snd_timer_user_ioctl()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1217 struct iwl_rss_config_cmd cmd = { in iwl_dbgfs_indirection_tbl_write() local
1959 struct iwl_dbg_mem_access_cmd cmd = {}; in iwl_dbgfs_mem_read() local
2020 struct iwl_dbg_mem_access_cmd *cmd; in iwl_dbgfs_mem_write() local
/linux/arch/arm/mach-omap2/
H A Dclockdomain.c453 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier()
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn35.c90 union dmub_gpint_data_register cmd; in dmub_dcn35_reset() local
/linux/drivers/char/ipmi/
H A Dbt-bmc.c297 static long bt_bmc_ioctl(struct file *file, unsigned int cmd, in bt_bmc_ioctl()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c454 int rt2x00mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in rt2x00mac_set_key()
/linux/drivers/leds/trigger/
H A Dledtrig-netdev.c227 struct ethtool_link_ksettings cmd; in get_device_state() local
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c106 u8 cmd) in vdpasim_handle_ctrl_mac()
/linux/drivers/media/rc/
H A Diguanair.c67 uint8_t cmd; member
/linux/drivers/media/usb/em28xx/
H A Dem28xx-audio.c346 int cmd) in snd_em28xx_capture_trigger()
/linux/drivers/net/wan/
H A Dpc300too.c178 void __user *data, int cmd) in pc300_siocdevprivate()
/linux/samples/mei/
H A Dmei-amt-version.c419 static uint32_t amt_get_code_versions(struct amt_host_if *cmd, in amt_get_code_versions()
/linux/sound/ppc/
H A Dsnd_ps3.c612 int cmd) in snd_ps3_pcm_trigger()
/linux/drivers/crypto/cavium/cpt/
H A Drequest_manager.h138 union vq_cmd_word0 cmd; member
/linux/sound/soc/amd/ps/
H A Dps-sdw-dma.c605 int cmd) in acp63_sdw_dma_trigger()
/linux/drivers/media/radio/
H A Dradio-mr800.c135 static int amradio_send_cmd(struct amradio_device *radio, u8 cmd, u8 arg, in amradio_send_cmd()
/linux/drivers/s390/crypto/
H A Dpkey_api.c710 static long pkey_unlocked_ioctl(struct file *filp, unsigned int cmd, in pkey_unlocked_ioctl()
/linux/sound/soc/rockchip/
H A Drockchip_pdm.c344 static int rockchip_pdm_trigger(struct snd_pcm_substream *substream, int cmd, in rockchip_pdm_trigger()

1...<<919293949596979899100>>...149