Home
last modified time | relevance | path

Searched refs:module_type (Results 1 – 9 of 9) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/
Dvin.h176 enum module_type { enum
186 enum module_type type;
192 enum module_type type;
198 enum module_type type;
Dvin.c998 char *name, u8 addr, enum module_type type, int bus_sel) in __vin_subdev_register()
1074 enum module_type type) in __vin_subdev_unregister()
1753 enum module_type sensor_type, act_type; in vin_probe()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw_abi.h45 u32 module_type; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_pcie.c2232 int module_type = -1; in concate_revision_bcm4359() local
2252 module_type = dhd_check_module_b90(); in concate_revision_bcm4359()
2254 switch (module_type) { in concate_revision_bcm4359()
2391 dhd_find_naming_info(naming_info_t table[], int table_size, char *module_type) in dhd_find_naming_info() argument
2395 if (module_type && strlen(module_type) > 0) { in dhd_find_naming_info()
2397 if (!strncmp(table[i].cid_ext, module_type, strlen(table[i].cid_ext))) { in dhd_find_naming_info()
2584 char module_type[MAX_VNAME_LEN]; in concate_revision_bcm4361() local
2588 memset(module_type, 0, sizeof(module_type)); in concate_revision_bcm4361()
2590 if (dhd_check_module_bcm(module_type, in concate_revision_bcm4361()
2593 ARRAYSIZE(bcm4361_naming_table), module_type); in concate_revision_bcm4361()
[all …]
Ddhd.h2690 extern int dhd_check_module_bcm(char *module_type, int index, bool *is_murata_fem);
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_pcie.c2232 int module_type = -1; in concate_revision_bcm4359() local
2253 module_type = dhd_check_module_b90(); in concate_revision_bcm4359()
2255 switch (module_type) { in concate_revision_bcm4359()
2395 int table_size, char *module_type) in dhd_find_naming_info() argument
2399 if (module_type && strlen(module_type) > 0) { in dhd_find_naming_info()
2401 if (!strncmp(table[i].cid_ext, module_type, in dhd_find_naming_info()
2590 char module_type[MAX_VNAME_LEN]; in concate_revision_bcm4361() local
2594 memset(module_type, 0, sizeof(module_type)); in concate_revision_bcm4361()
2596 if (dhd_check_module_bcm(module_type, MODULE_BCM4361_INDEX, in concate_revision_bcm4361()
2599 bcm4361_naming_table, ARRAYSIZE(bcm4361_naming_table), module_type); in concate_revision_bcm4361()
[all …]
Ddhd.h2774 extern int dhd_check_module_bcm(char *module_type, int index,
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_pcie.c3316 int module_type = -1; local
3336 module_type = dhd_check_module_b90();
3338 switch (module_type) {
3370 char module_type[MAX_VNAME_LEN]; local
3374 memset(module_type, 0, sizeof(module_type));
3376 if (dhd_check_module_bcm(module_type,
3378 info = dhd_find_naming_info(bus->dhd, module_type);
Ddhd.h3461 extern int dhd_check_module_bcm(char *module_type, int index, bool *is_murata_fem);
3463 dhd_find_naming_info(dhd_pub_t *dhdp, char *module_type);