| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3288-fennec.dtsi | 463 sdmmc_cmd: sdmmc-cmd {
|
| H A D | rk3036.dtsi | 408 emmc_cmd: emmc-cmd {
|
| H A D | exynos5250-snow.dts | 354 samsung,vl-cmd-allow-len = <0xf>;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | sta_info.h | 199 u8 cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | de4x5.h | 995 unsigned short cmd; /* Command to run */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | sta_info.h | 196 u8 cmd; member
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-tinker.dtsi | 421 sdmmc_cmd: sdmmc-cmd {
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-driver.h | 203 u32 cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ngene/ |
| H A D | ngene.h | 466 } cmd; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | tqm8548-bigflash.dts | 417 fsl,upm-cmd-offset = <0x08>;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | sta_info.h | 195 u8 cmd; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | Revert-udev-remove-userspace-firmware-loading-suppor.patch | 282 + .cmd = builtin_firmware,
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | allegro-core.c | 2742 struct v4l2_encoder_cmd *cmd) in allegro_encoder_cmd() argument 2747 err = v4l2_m2m_ioctl_try_encoder_cmd(file, fh, cmd); in allegro_encoder_cmd() 2751 switch (cmd->cmd) { in allegro_encoder_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd.h | 2244 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, 2247 int cmd, uint8 set, int ifidx); 2249 int cmd, uint8 set, int ifidx); 3116 extern int dhd_set_request_id(dhd_pub_t *pub, uint16 id, uint32 cmd);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_uap.c | 3240 woal_uap_do_ioctl(struct net_device *dev, struct ifreq *req, int cmd) in woal_uap_do_ioctl() argument 3244 PRINTM(MIOCTL, "uap_do_ioctl: ioctl cmd = 0x%x\n", cmd); in woal_uap_do_ioctl() 3245 switch (cmd) { in woal_uap_do_ioctl() 3288 ret = woal_uap_do_priv_ioctl(dev, req, cmd); in woal_uap_do_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/ |
| H A D | lan743x_main.c | 2624 struct ifreq *ifr, int cmd) in lan743x_netdev_ioctl() argument 2628 if (cmd == SIOCSHWTSTAMP) in lan743x_netdev_ioctl() 2629 return lan743x_ptp_ioctl(netdev, ifr, cmd); in lan743x_netdev_ioctl() 2630 return phy_mii_ioctl(netdev->phydev, ifr, cmd); in lan743x_netdev_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd.h | 2244 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, 2247 int cmd, uint8 set, int ifidx); 2249 int cmd, uint8 set, int ifidx); 3116 extern int dhd_set_request_id(dhd_pub_t *pub, uint16 id, uint32 cmd);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 2886 struct i2c_command *cmd) in dc_submit_i2c() argument 2894 cmd); in dc_submit_i2c() 2899 struct i2c_command *cmd) in dc_submit_i2c_oem() argument 2905 cmd); in dc_submit_i2c_oem()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd.h | 2246 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, 2249 int cmd, uint8 set, int ifidx); 2251 int cmd, uint8 set, int ifidx); 3121 extern int dhd_set_request_id(dhd_pub_t *pub, uint16 id, uint32 cmd);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_combios.c | 3021 uint16_t cmd = ((RBIOS16(offset) & 0xe000) >> 13); in combios_parse_mmio_table() local 3027 switch (cmd) { in combios_parse_mmio_table() 3100 uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6); in combios_parse_pll_table() local 3106 switch (cmd) { in combios_parse_pll_table()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_mbx.c | 19 uint16_t cmd; member 28 static const char *mb_to_str(uint16_t cmd) in mb_to_str() argument 35 if (cmd == e->cmd) in mb_to_str() 42 uint16_t cmd; member 72 static int is_rom_cmd(uint16_t cmd) in is_rom_cmd() argument 79 if (wc->cmd == cmd) in is_rom_cmd() 1486 struct scsi_cmnd *cmd = GET_CMD_SP(sp); in qla2x00_abort_command() local 1515 mcp->mb[6] = (uint16_t)cmd->device->lun; in qla2x00_abort_command()
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | lec.c | 991 static int lane_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in lane_ioctl() argument 996 switch (cmd) { in lane_ioctl() 1007 switch (cmd) { in lane_ioctl()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | Kconfig | 990 String format: "cmd key". 991 @cmd: any U-Boot cmd.
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training.c | 1805 int ddr3_tip_write_mrs_cmd(u32 dev_num, u32 *cs_mask_arr, u32 cmd, in ddr3_tip_write_mrs_cmd() argument 1811 reg = (cmd == MRS1_CMD) ? MR1_REG : MR2_REG; in ddr3_tip_write_mrs_cmd() 1819 (cs_mask_arr[if_id] << 8) | cmd, 0xf1f)); in ddr3_tip_write_mrs_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hw.c | 875 int netxen_config_ipaddr(struct netxen_adapter *adapter, __be32 ip, int cmd) in netxen_config_ipaddr() argument 887 req.words[0] = cpu_to_le64(cmd); in netxen_config_ipaddr() 894 (cmd == NX_IP_UP) ? "Add" : "Remove", ip); in netxen_config_ipaddr()
|