| /OK3568_Linux_fs/kernel/net/rose/ |
| H A D | rose_route.c | 725 int rose_rt_ioctl(unsigned int cmd, void __user *arg) in rose_rt_ioctl() argument 731 switch (cmd) { in rose_rt_ioctl()
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_asrc.c | 751 static int fsl_asrc_dai_trigger(struct snd_pcm_substream *substream, int cmd, in fsl_asrc_dai_trigger() argument 757 switch (cmd) { in fsl_asrc_dai_trigger()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs3proc.c | 935 nfs3_proc_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs3_proc_lock() argument 950 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
|
| /OK3568_Linux_fs/kernel/drivers/net/ieee802154/ |
| H A D | cc2520.c | 218 cc2520_cmd_strobe(struct cc2520_private *priv, u8 cmd) in cc2520_cmd_strobe() argument 232 priv->buf[xfer.len++] = cmd; in cc2520_cmd_strobe()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-ov2722.c | 494 static long ov2722_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in ov2722_ioctl() argument 496 switch (cmd) { in ov2722_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | motorola-mapphone-common.dtsi | 77 /* cmd: gpio_103 gpio_104 gpio_142 */ 78 motorola,cmd-gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>,
|
| H A D | rk3288-miqi.dts | 353 sdmmc_cmd: sdmmc-cmd {
|
| H A D | rk3288-firefly-reload.dts | 363 sdmmc_cmd: sdmmc-cmd {
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 2044 static inline char *mmap_cmd2str(enum mlx5_ib_mmap_cmd cmd) in mmap_cmd2str() argument 2046 switch (cmd) { in mmap_cmd2str() 2112 static int uar_mmap(struct mlx5_ib_dev *dev, enum mlx5_ib_mmap_cmd cmd, in uar_mmap() argument 2123 int dyn_uar = (cmd == MLX5_IB_MMAP_ALLOC_WC); in uar_mmap() 2144 switch (cmd) { in uar_mmap() 2199 err, mmap_cmd2str(cmd)); in uar_mmap() 2276 u64 cmd = (entry->rdma_entry.start_pgoff >> 16) & 0xFFFF; in mlx5_entry_to_mmap_offset() local 2279 return (((index >> 8) << 16) | (cmd << MLX5_IB_MMAP_CMD_SHIFT) | in mlx5_entry_to_mmap_offset()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 4111 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; in mvneta_mdio_probe() 4404 static int mvneta_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in mvneta_ioctl() argument 4408 return phylink_mii_ioctl(pp->phylink, ifr, cmd); in mvneta_ioctl() 4458 const struct ethtool_link_ksettings *cmd) in mvneta_ethtool_set_link_ksettings() argument 4462 return phylink_ethtool_ksettings_set(pp->phylink, cmd); in mvneta_ethtool_set_link_ksettings() 4468 struct ethtool_link_ksettings *cmd) in mvneta_ethtool_get_link_ksettings() argument 4472 return phylink_ethtool_ksettings_get(pp->phylink, cmd); in mvneta_ethtool_get_link_ksettings() 4736 switch (info->cmd) { in mvneta_ethtool_get_rxnfc()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fotg210-hcd.c | 1269 u32 cmd, status; in fotg210_iaa_watchdog() local 1277 cmd = fotg210_readl(fotg210, &fotg210->regs->command); in fotg210_iaa_watchdog() 1287 if ((status & STS_IAA) || !(cmd & CMD_IAAD)) { in fotg210_iaa_watchdog() 1294 status, cmd); in fotg210_iaa_watchdog() 5117 u32 status, masked_status, pcd_status = 0, cmd; in fotg210_irq() local 5145 cmd = fotg210_readl(fotg210, &fotg210->regs->command); in fotg210_irq() 5180 if (cmd & CMD_IAAD) in fotg210_irq() 5224 dbg_cmd(fotg210, "fatal", cmd); in fotg210_irq()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0035-kern-Add-lockdown-support.patch | 511 + ctxt->extcmd->cmd->name); 542 return cmd; 546 +grub_cmd_lockdown (grub_command_t cmd __attribute__ ((unused)), 553 + cmd->name); 569 grub_unregister_command (grub_command_t cmd) 670 void EXPORT_FUNC(grub_unregister_command) (grub_command_t cmd);
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | rk818_battery.c | 419 char cmd; in bat_info_store() local 422 sscanf(buf, "%c", &cmd); in bat_info_store() 424 if (cmd == 'n') in bat_info_store() 427 else if (cmd == 'm') in bat_info_store() 430 else if (cmd == 'c') in bat_info_store() 433 else if (cmd == 'r') in bat_info_store()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | main.c | 446 struct mlx4_uverbs_ex_query_device cmd; in mlx4_ib_query_device() local 451 if (uhw->inlen < sizeof(cmd)) in mlx4_ib_query_device() 454 err = ib_copy_from_udata(&cmd, uhw, sizeof(cmd)); in mlx4_ib_query_device() 458 if (cmd.comp_mask) in mlx4_ib_query_device() 461 if (cmd.reserved) in mlx4_ib_query_device()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | sienna_cichlid_ppt.c | 2467 SwI2cCmd_t *cmd = &req->SwI2cCmds[i]; in sienna_cichlid_fill_i2c_req() local 2471 cmd->CmdConfig = CMDCONFIG_READWRITE_MASK; in sienna_cichlid_fill_i2c_req() 2473 cmd->CmdConfig = write ? CMDCONFIG_READWRITE_MASK : 0; in sienna_cichlid_fill_i2c_req() 2477 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in sienna_cichlid_fill_i2c_req() 2480 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0; in sienna_cichlid_fill_i2c_req() 2483 cmd->ReadWriteData = data[i]; in sienna_cichlid_fill_i2c_req()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | nlrtw.c | 109 .cmd = NLRTW_CMD_CHANNEL_UTILIZATION,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_btcoex.h | 437 void rtw_btcoex_parse_hci_cmd(_adapter *padapter, u8 *cmd, u16 len);
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | dccp.h | 299 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_btcoex.h | 437 void rtw_btcoex_parse_hci_cmd(_adapter *padapter, u8 *cmd, u16 len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | sta_info.h | 136 u8 cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | nlrtw.c | 110 .cmd = NLRTW_CMD_CHANNEL_UTILIZATION,
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | gus.h | 200 unsigned int cmd; /* DMA command (format) */ member
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | fat.h | 396 extern long fat_generic_ioctl(struct file *filp, unsigned int cmd,
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3288-miqi.dtsi | 360 sdmmc_cmd: sdmmc-cmd {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | nlrtw.c | 109 .cmd = NLRTW_CMD_CHANNEL_UTILIZATION,
|