| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_pcie.c | 160 t_u16 card_type = 0; in woal_update_card_type() local 165 card_type = CARD_TYPE_PCIE8897; in woal_update_card_type() 178 card_type = CARD_TYPE_PCIE8997; in woal_update_card_type() 191 card_type = CARD_TYPE_PCIE9097; in woal_update_card_type() 205 card_type = CARD_TYPE_PCIE9098; in woal_update_card_type() 218 card_type = CARD_TYPE_PCIENW62X; in woal_update_card_type() 230 return card_type; in woal_update_card_type() 274 if (!IS_PCIE8997(handle->card_type) && in woal_do_flr() 275 !IS_PCIE9097(handle->card_type) && in woal_do_flr() 276 !IS_PCIENW62X(handle->card_type) && in woal_do_flr() [all …]
|
| H A D | moal_sdio_mmc.c | 213 if (IS_SD8897(handle->card_type)) { 291 t_u16 card_type = 0; in woal_update_card_type() local 296 card_type = CARD_TYPE_SD8887; in woal_update_card_type() 310 card_type = CARD_TYPE_SD8801; in woal_update_card_type() 325 card_type = CARD_TYPE_SD8897; in woal_update_card_type() 339 card_type = CARD_TYPE_SD8977; in woal_update_card_type() 353 card_type = CARD_TYPE_SD8978; in woal_update_card_type() 367 card_type = CARD_TYPE_SD8997; in woal_update_card_type() 381 card_type = CARD_TYPE_SD8987; in woal_update_card_type() 395 card_type = CARD_TYPE_SDNW62X; in woal_update_card_type() [all …]
|
| H A D | moal_usb.c | 691 t_u16 card_type = 0; in woal_update_card_type() local 699 card_type = CARD_TYPE_USB8801; in woal_update_card_type() 715 card_type = CARD_TYPE_USB8897; in woal_update_card_type() 741 card_type = CARD_TYPE_USB8997; in woal_update_card_type() 757 card_type = CARD_TYPE_USB8978; in woal_update_card_type() 773 card_type = CARD_TYPE_USB9098; in woal_update_card_type() 789 card_type = CARD_TYPE_USB9097; in woal_update_card_type() 805 card_type = CARD_TYPE_USBNW62X; in woal_update_card_type() 816 return card_type; in woal_update_card_type() 835 t_u16 card_type = 0; in woal_usb_probe() local [all …]
|
| H A D | moal_init.c | 907 else if (IS_USB(handle->card_type) && in parse_cfg_read_block() 959 else if (IS_USB(handle->card_type) && in parse_cfg_read_block() 969 else if (IS_PCIE(handle->card_type) && in parse_cfg_read_block() 978 } else if (IS_PCIE(handle->card_type) && in parse_cfg_read_block() 1395 if (!IS_USB(handle->card_type)) in woal_setup_module_param() 2187 if (m_handle[i]->card_type == handle->card_type) { in woal_validate_cfg_id() 2234 m_handle[i]->card_type != handle->card_type) in woal_cfg_fallback_process() 2247 handle->card_type, handle->blk_id); in woal_cfg_fallback_process() 2266 char *card_type = NULL, *blk_id = NULL; in woal_init_module_param() local 2281 if (handle->card_type == card_type_map_tbl[i].card_type) in woal_init_module_param() [all …]
|
| H A D | moal_main.c | 1029 if (IS_SD(reset_handle->card_type)) { 1035 else if (IS_PCIE(reset_handle->card_type)) { 1981 if (IS_SD(handle->card_type)) { 2010 if (IS_USB(handle->card_type)) 2079 device.card_type = handle->card_type; 2082 if (IS_USB(handle->card_type)) { 2108 if (IS_PCIE(handle->card_type)) 2112 if (IS_SD(handle->card_type)) { 2257 if (IS_PCIE(handle->card_type) && 2459 if (IS_SD9098(handle->card_type) || IS_SD9097(handle->card_type) || [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs_mfg_comm.h | 73 #define bfa_mfg_adapter_prop_init_gpio(gpio, card_type, prop) \ argument 86 (card_type) = BFA_MFG_TYPE_FC8P2; \ 91 (card_type) = BFA_MFG_TYPE_FC8P1; \ 96 (card_type) = BFA_MFG_TYPE_FC4P2; \ 101 (card_type) = BFA_MFG_TYPE_FC4P1; \ 105 (card_type) = BFA_MFG_TYPE_INVALID; \
|
| H A D | bfa_defs.h | 39 u32 card_type; member 206 u32 card_type; /* card type */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | fanpwm.c | 43 int card_type = device->card_type; in nvkm_fanpwm_get() local 50 if (card_type <= NV_40 || (fan->func.log[0] & 1)) in nvkm_fanpwm_get() 62 int card_type = therm->subdev.device->card_type; in nvkm_fanpwm_set() local 75 if (card_type <= NV_40 || (fan->func.log[0] & 1)) in nvkm_fanpwm_set()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | vga.c | 29 if (device->card_type >= NV_50) in nvkm_rdport() 40 if (device->card_type < NV_40) in nvkm_rdport() 51 if (device->card_type >= NV_50) in nvkm_wrport() 62 if (device->card_type < NV_40) in nvkm_wrport() 132 if (device->card_type < NV_50) in nvkm_lockvgac() 164 if (device->card_type < NV_50) { in nvkm_rdvgaowner() 190 if (device->card_type < NV_50) { in nvkm_wrvgaowner()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | shadowramin.c | 63 if (device->card_type < NV_50) in pramin_init() 67 if (device->card_type >= GM100) in pramin_init() 70 if (device->card_type >= NV_C0) in pramin_init() 81 if (device->card_type >= GV100) in pramin_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn68xx_device.c | 129 u16 card_type = LIO_410NV; in lio_setup_cn68xx_octeon_device() local 165 card_type = LIO_210NV; in lio_setup_cn68xx_octeon_device() 168 oct_get_config_info(oct, card_type); in lio_setup_cn68xx_octeon_device() 172 (card_type == LIO_410NV) ? LIO_410NV_NAME : in lio_setup_cn68xx_octeon_device()
|
| H A D | octeon_device.c | 37 .card_type = LIO_210SV, 146 .card_type = LIO_410NV, 311 .card_type = LIO_210NV, 416 .card_type = LIO_23XX, 570 u16 card_type) in __retrieve_octeon_config_info() argument 580 (card_type == LIO_210NV)) { in __retrieve_octeon_config_info() 583 (card_type == LIO_410NV)) { in __retrieve_octeon_config_info() 613 void *oct_get_config_info(struct octeon_device *oct, u16 card_type) in oct_get_config_info() argument 617 conf = __retrieve_octeon_config_info(oct, card_type); in oct_get_config_info()
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | bcm63xx_pcmcia.c | 97 if (skt->card_detected && (skt->card_type & CARD_CARDBUS)) in bcm63xx_pcmcia_set_socket() 213 skt->card_type = vscd_to_cardtype[stat]; in __get_socket_status() 214 if (!skt->card_type) in __get_socket_status() 222 if (skt->card_type & CARD_PCCARD) in __get_socket_status() 232 if (skt->card_type & CARD_CARDBUS) in __get_socket_status() 234 if (skt->card_type & CARD_3V) in __get_socket_status() 236 if (skt->card_type & CARD_XV) in __get_socket_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_11ac.c | 317 if (IS_CARD9098(pmadapter->card_type) || in wlan_11ac_ioctl_vhtcfg() 318 IS_CARDNW62X(pmadapter->card_type) || in wlan_11ac_ioctl_vhtcfg() 319 IS_CARD9097(pmadapter->card_type)) { in wlan_11ac_ioctl_vhtcfg() 827 if (IS_CARD9098(priv->adapter->card_type) || in wlan_fill_vht_cap_tlv() 828 IS_CARDNW62X(priv->adapter->card_type) || in wlan_fill_vht_cap_tlv() 829 IS_CARD9097(priv->adapter->card_type)) { in wlan_fill_vht_cap_tlv() 1114 if (!IS_CARD9098(pmpriv->adapter->card_type) && in wlan_is_80_80_support() 1115 !IS_CARDNW62X(pmpriv->adapter->card_type) && in wlan_is_80_80_support() 1116 !IS_CARD9097(pmpriv->adapter->card_type)) in wlan_is_80_80_support() 1241 if (IS_CARD9098(pmadapter->card_type) || in wlan_cmd_append_11ac_tlv() [all …]
|
| H A D | mlan_init.c | 176 if (!IS_USB(pmadapter->card_type)) { in vdll_init() 214 if (!IS_USB(pmadapter->card_type) && in vdll_deinit() 257 if (IS_SD(pmadapter->card_type)) { in wlan_allocate_adapter() 331 if (IS_SD(pmadapter->card_type)) { in wlan_allocate_adapter() 405 if (IS_PCIE(pmadapter->card_type)) { in wlan_allocate_adapter() 609 if (IS_USB(pmadapter->card_type)) { in wlan_init_priv() 671 if (IS_SD(pmadapter->card_type)) { in wlan_init_adapter() 825 if (IS_USB(pmadapter->card_type)) { in wlan_init_adapter() 909 if (IS_USB(pmadapter->card_type)) { in wlan_init_adapter() 950 if (IS_PCIE(pmadapter->card_type)) { in wlan_init_adapter() [all …]
|
| H A D | mlan_shim.c | 298 if (!IS_USB(pmadapter->card_type)) { in mlan_register() 330 pmadapter->card_type = pmdevice->card_type; in mlan_register() 336 if (IS_SD(pmadapter->card_type)) { in mlan_register() 339 pmdevice->card_type); in mlan_register() 374 if (IS_PCIE(pmadapter->card_type)) { in mlan_register() 381 pmdevice->card_type); in mlan_register() 395 if (IS_USB(pmadapter->card_type)) { in mlan_register() 400 pmdevice->card_type); in mlan_register() 457 if (IS_USB(pmadapter->card_type)) { in mlan_register() 868 if (IS_USB(pmadapter->card_type)) in mlan_shutdown_fw() [all …]
|
| H A D | mlan_cmdevt.c | 400 if (!IS_USB(pmadapter->card_type) && in wlan_dump_info() 453 if (IS_SD(pmadapter->card_type)) { in wlan_dump_info() 507 if (IS_SD(pmadapter->card_type)) { in wlan_dump_info() 542 if (IS_PCIE(pmadapter->card_type)) { in wlan_dump_info() 852 if (IS_USB(pmadapter->card_type)) { in wlan_init_cmd_node() 865 if (!IS_USB(pmadapter->card_type)) in wlan_init_cmd_node() 877 if (IS_USB(pmadapter->card_type)) in wlan_init_cmd_node() 881 if (!IS_USB(pmadapter->card_type)) in wlan_init_cmd_node() 946 if (IS_USB(pmadapter->card_type) && pcmd_node->cmdbuf) { in wlan_clean_cmd_node() 1274 if (IS_USB(pmadapter->card_type)) { in wlan_dnld_cmd_to_fw() [all …]
|
| H A D | mlan_sdio.c | 461 if (IS_SD8977(pmadapter->card_type) || in wlan_sdio_init_ioport() 462 IS_SD8978(pmadapter->card_type)) { in wlan_sdio_init_ioport() 1022 if (IS_SD9098(pmadapter->card_type)) { in wlan_sdio_prog_fw_w_helper() 1039 if (IS_SD9097(pmadapter->card_type) || in wlan_sdio_prog_fw_w_helper() 1040 IS_SDNW62X(pmadapter->card_type) || IS_SD9177(pmadapter->card_type)) in wlan_sdio_prog_fw_w_helper() 2119 if (IS_SD8801(pmadapter->card_type)) { in wlan_sdio_check_winner_status() 2290 if (IS_SD9177(pmadapter->card_type)) in wlan_sdio_dnld_fw() 2345 t_u16 card_type = pmadapter->card_type; in wlan_get_sdio_device() local 2364 switch (card_type) { in wlan_get_sdio_device() 3565 || IS_SD8997(pmadapter->card_type) in wlan_reset_fw() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_sysfs.c | 76 u8 card_type; in type_show() local 79 card_type = genwqe_card_type(cd); in type_show() 80 return sprintf(buf, "%s\n", (card_type >= ARRAY_SIZE(genwqe_types)) ? in type_show() 81 "invalid" : genwqe_types[card_type]); in type_show()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 273 int card_type; member 559 local->card_type = XIR_UNKNOWN; in set_card_type() 571 case 1: local->card_type = XIR_CEM ; break; in set_card_type() 572 case 2: local->card_type = XIR_CEM2 ; break; in set_card_type() 573 case 3: local->card_type = XIR_CEM3 ; break; in set_card_type() 574 case 4: local->card_type = XIR_CEM33 ; break; in set_card_type() 575 case 5: local->card_type = XIR_CEM56M; in set_card_type() 580 local->card_type = XIR_CEM56 ; in set_card_type() 587 case 1: local->card_type = has_ce2_string(link)? XIR_CE2 : XIR_CE ; in set_card_type() 589 case 2: local->card_type = XIR_CE2; break; in set_card_type() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | hdspm.h | 157 __u8 card_type; /* enum hdspm_io_type */ member 186 __u8 card_type; /* enum hdspm_io_type */ member
|
| /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/sound/ |
| H A D | hdspm.h | 155 __u8 card_type; /* enum hdspm_io_type */ member 184 __u8 card_type; /* enum hdspm_io_type */ member
|
| /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/sound/ |
| H A D | hdspm.h | 155 __u8 card_type; /* enum hdspm_io_type */ member 184 __u8 card_type; /* enum hdspm_io_type */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | nv04.c | 154 if (device->card_type < NV_40) { in nv04_fifo_cache_error() 202 if (device->card_type == NV_50) { in nv04_fifo_dma_pusher() 276 if (device->card_type == NV_50) { in nv04_fifo_intr()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/zoran/ |
| H A D | zoran.h | 74 enum card_type { enum 171 enum card_type type;
|