Home
last modified time | relevance | path

Searched refs:cmd (Results 6651 – 6675 of 8289) sorted by relevance

1...<<261262263264265266267268269270>>...332

/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/
H A Dvde.c870 unsigned int cmd, unsigned long arg) in tegra_vde_unlocked_ioctl() argument
876 switch (cmd) { in tegra_vde_unlocked_ioctl()
881 dev_err(miscdev->parent, "Invalid IOCTL command %u\n", cmd); in tegra_vde_unlocked_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c1049 switch (a->cmd) { in vidioc_encoder_cmd()
1076 "Unsupported encoder cmd %d\n", a->cmd); in vidioc_encoder_cmd()
1089 switch (a->cmd) { in vidioc_try_encoder_cmd()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev.c980 unsigned int cmd, unsigned long arg) in gntdev_ioctl() argument
985 switch (cmd) { in gntdev_ioctl()
1016 pr_debug("priv %p, unknown cmd %x\n", priv, cmd); in gntdev_ioctl()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb16_csp.c68 static int snd_sb_csp_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned lo…
181 static int snd_sb_csp_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned lo… in snd_sb_csp_ioctl() argument
194 switch (cmd) { in snd_sb_csp_ioctl()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_vepu2.c229 switch (req->cmd) { in vepu_extract_task_msg()
529 switch (req->cmd) { in vepu_control()
562 mpp_err("unknown mpp ioctl cmd %x\n", req->cmd); in vepu_control()
/OK3568_Linux_fs/kernel/drivers/staging/pi433/
H A Dpi433_if.c872 pi433_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in pi433_ioctl() argument
880 if (_IOC_TYPE(cmd) != PI433_IOC_MAGIC) in pi433_ioctl()
889 switch (cmd) { in pi433_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c885 ptr->cmd = ops; in hw_update_watch_wsid()
887 if ((ptr->cmd != SSV6XXX_WSID_OPS_HWWSID_PAIRWISE_SET_TYPE) in hw_update_watch_wsid()
888 && (ptr->cmd != SSV6XXX_WSID_OPS_HWWSID_GROUP_SET_TYPE)) { in hw_update_watch_wsid()
1804 enum set_key_cmd cmd, in ssv6200_set_key() argument
1835 BUG_ON((cmd!=SET_KEY) && (cmd!=DISABLE_KEY)); in ssv6200_set_key()
1850 vif_priv->vif_idx, vif->type, sta_idx, cipher, key->keyidx, cmd); in ssv6200_set_key()
1857 switch (cmd) in ssv6200_set_key()
1866 printk("NULL STA cmd[%d] alg[%d] keyidx[%d] ", cmd, algorithm, key->keyidx); in ssv6200_set_key()
1870 …printk("STA WSID[%d] cmd[%d] alg[%d] keyidx[%d] ", sta_info->hw_wsid, cmd, algorithm, key->keyidx); in ssv6200_set_key()
1952 printk("NULL STA cmd[%d] alg[%d] keyidx[%d] ", cmd, cipher, key->keyidx); in ssv6200_set_key()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/
H A Ds2io.c5270 const struct ethtool_link_ksettings *cmd) in s2io_ethtool_set_link_ksettings() argument
5273 if ((cmd->base.autoneg == AUTONEG_ENABLE) || in s2io_ethtool_set_link_ksettings()
5274 (cmd->base.speed != SPEED_10000) || in s2io_ethtool_set_link_ksettings()
5275 (cmd->base.duplex != DUPLEX_FULL)) in s2io_ethtool_set_link_ksettings()
5298 struct ethtool_link_ksettings *cmd) in s2io_ethtool_get_link_ksettings() argument
5302 ethtool_link_ksettings_zero_link_mode(cmd, supported); in s2io_ethtool_get_link_ksettings()
5303 ethtool_link_ksettings_add_link_mode(cmd, supported, 10000baseT_Full); in s2io_ethtool_get_link_ksettings()
5304 ethtool_link_ksettings_add_link_mode(cmd, supported, FIBRE); in s2io_ethtool_get_link_ksettings()
5306 ethtool_link_ksettings_zero_link_mode(cmd, advertising); in s2io_ethtool_get_link_ksettings()
5307 ethtool_link_ksettings_add_link_mode(cmd, advertising, 10000baseT_Full); in s2io_ethtool_get_link_ksettings()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c2868 u32 cmd = (l ? WLC_SET_LRL : WLC_SET_SRL); in wl_set_retry() local
2871 if ((cmd == WLC_SET_LRL) && in wl_set_retry()
2879 err = wldev_ioctl_set(dev, cmd, &retry, sizeof(retry)); in wl_set_retry()
2881 WL_ERR(("cmd (%d) , error (%d)\n", cmd, err)); in wl_set_retry()
2972 strlcpy(cfg->ibss_vsie->cmd, "del", sizeof(cfg->ibss_vsie->cmd)); in wl_cfg80211_ibss_vsie_delete()
11474 s32 wl_cfg80211_get_connect_failed_status(struct net_device *dev, char* cmd, int total_len) in wl_cfg80211_get_connect_failed_status() argument
11482 bytes_written = snprintf(cmd, total_len, "assoc_reject.status %d", in wl_cfg80211_get_connect_failed_status()
11484 WL_ERR(("cmd: %s \n", cmd)); in wl_cfg80211_get_connect_failed_status()
11945 s32 wl_cfg80211_get_bss_info(struct net_device *dev, char* cmd, int total_len) in wl_cfg80211_get_bss_info() argument
11958 bzero(cmd, total_len); in wl_cfg80211_get_bss_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c2854 u32 cmd = (l ? WLC_SET_LRL : WLC_SET_SRL); in wl_set_retry() local
2857 if ((cmd == WLC_SET_LRL) && in wl_set_retry()
2865 err = wldev_ioctl_set(dev, cmd, &retry, sizeof(retry)); in wl_set_retry()
2867 WL_ERR(("cmd (%d) , error (%d)\n", cmd, err)); in wl_set_retry()
2958 strlcpy(cfg->ibss_vsie->cmd, "del", sizeof(cfg->ibss_vsie->cmd)); in wl_cfg80211_ibss_vsie_delete()
11399 s32 wl_cfg80211_get_connect_failed_status(struct net_device *dev, char* cmd, int total_len) in wl_cfg80211_get_connect_failed_status() argument
11407 bytes_written = snprintf(cmd, total_len, "assoc_reject.status %d", in wl_cfg80211_get_connect_failed_status()
11409 WL_ERR(("cmd: %s \n", cmd)); in wl_cfg80211_get_connect_failed_status()
11870 s32 wl_cfg80211_get_bss_info(struct net_device *dev, char* cmd, int total_len) in wl_cfg80211_get_bss_info() argument
11883 bzero(cmd, total_len); in wl_cfg80211_get_bss_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dsp805_wdt.c136 wdt_restart(struct watchdog_device *wdd, unsigned long mode, void *cmd) in wdt_restart() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dfrontend.h848 __u32 cmd; member
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h848 __u32 cmd; member
/OK3568_Linux_fs/kernel/arch/arm/mach-dove/
H A Dcommon.c440 void dove_restart(enum reboot_mode mode, const char *cmd) in dove_restart() argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h274 num_sg_elems = ((le64_to_cpu(desc->cmd) >> IONIC_TXQ_DESC_NSGE_SHIFT) in debug_stats_txq_post()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-phycore-rdk.dts191 sdmmc_cmd: sdmmc-cmd {
H A Dkeystone-k2e-netcp.dtsi102 0x2a20000 0x4000>; /*cmd*/
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-tegra-bpmp.c205 request->cmd = CMD_I2C_XFER; in tegra_bpmp_i2c_msg_xfer()
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dcnl.c206 if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE)) in cnl_ipc_send_msg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_gpu.h231 char *cmd; member
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc.h194 __u8 cmd[4]; /* the four byte of the command (in case of member
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge.h187 struct dvb_diseqc_master_cmd *cmd);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_cal.c279 switch(arg->cmd){ in mp_cal()
/OK3568_Linux_fs/kernel/drivers/clk/at91/
H A Dat91sam9x5.c54 .cmd = BIT(12),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dfrontend.h848 __u32 cmd; member

1...<<261262263264265266267268269270>>...332