| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | modules.py | 19 module_type = utils.CachedType("struct module") variable 23 global module_type 28 module_ptr_type = module_type.get_type().pointer()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | ddr3_dimm_params.c | 135 switch (spd->module_type & DDR3_SPD_MODULETYPE_MASK) { in ddr_compute_dimm_parameters() 164 printf("unknown module_type 0x%02X\n", spd->module_type); in ddr_compute_dimm_parameters()
|
| H A D | ddr4_dimm_params.c | 178 switch (spd->module_type & DDR4_SPD_MODULETYPE_MASK) { in ddr_compute_dimm_parameters() 208 printf("unknown module_type 0x%02X\n", spd->module_type); in ddr_compute_dimm_parameters()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_uc_fw_abi.h | 45 u32 module_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | fw.c | 1190 unsigned module_type, header_len, major_version, minor_version, in i2400m_fw_hdr_check() local 1193 module_type = le32_to_cpu(bcf_hdr->module_type); in i2400m_fw_hdr_check() 1206 module_type, module_vendor, module_id, in i2400m_fw_hdr_check() 1218 if (module_type != 6) { /* built for the right hardware? */ in i2400m_fw_hdr_check() 1222 module_type); in i2400m_fw_hdr_check()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_custom_cis.c | 339 dhd_find_naming_info(dhd_pub_t *dhdp, char *module_type) in dhd_find_naming_info() argument 351 if (module_type && strlen(module_type) > 0) { in dhd_find_naming_info() 355 if (!strncmp(info->cid_ext, module_type, strlen(info->cid_ext))) { in dhd_find_naming_info() 1887 dhd_check_module_bcm(char *module_type, int index, bool *is_murata_fem) in dhd_check_module_bcm() argument 1921 memcpy(module_type, ptr, strlen(ptr)); in dhd_check_module_bcm() 1927 DHD_INFO(("%s: module type = %s \n", __FUNCTION__, module_type)); in dhd_check_module_bcm()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_custom_cis.c | 339 dhd_find_naming_info(dhd_pub_t *dhdp, char *module_type) in dhd_find_naming_info() argument 351 if (module_type && strlen(module_type) > 0) { in dhd_find_naming_info() 355 if (!strncmp(info->cid_ext, module_type, strlen(info->cid_ext))) { in dhd_find_naming_info() 1887 dhd_check_module_bcm(char *module_type, int index, bool *is_murata_fem) in dhd_check_module_bcm() argument 1921 memcpy(module_type, ptr, strlen(ptr)); in dhd_check_module_bcm() 1927 DHD_INFO(("%s: module type = %s \n", __FUNCTION__, module_type)); in dhd_check_module_bcm()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ddr_spd.h | 182 unsigned char module_type; /* 3 Key Byte / Module Type */ member 297 uint8_t module_type; /* 3 Key Byte / Module Type */ member
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 98 static const struct btf_type *module_type; variable 120 module_type = btf_type_by_id(btf, module_id); in bpf_struct_ops_init() 375 if (ptype == module_type) { in bpf_struct_ops_map_update_elem()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.h | 15 u16 module_type);
|
| H A D | ice_nvm.c | 271 u16 module_type) in ice_get_pfa_module_tlv() argument 307 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
|
| H A D | ice_common.c | 190 pcaps->module_type[0]); in ice_aq_get_phy_caps() 192 pcaps->module_type[1]); in ice_aq_get_phy_caps() 194 pcaps->module_type[2]); in ice_aq_get_phy_caps() 199 memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps() 200 sizeof(pi->phy.link_info.module_type)); in ice_aq_get_phy_caps() 279 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type() 281 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-sst-utils.c | 42 struct module_type { struct 54 struct module_type type; argument
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | skl-tplg-interface.h | 218 __u32 module_type:8; 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 | skl-tplg-interface.h | 216 __u32 module_type:8; 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 | skl-tplg-interface.h | 216 __u32 module_type:8; member
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | err_ev7.h | 155 u8 module_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 691 u8 module_type; in hns3_get_link_ksettings() local 697 ops->get_media_type(h, &media_type, &module_type); in hns3_get_link_ksettings() 707 if (module_type == HNAE3_MODULE_TYPE_CR) in hns3_get_link_ksettings() 748 u8 module_type = HNAE3_MODULE_TYPE_UNKNOWN; in hns3_check_ksettings_param() local 769 ops->get_media_type(handle, &media_type, &module_type); in hns3_check_ksettings_param()
|
| /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/wimax/ |
| H A D | i2400m.h | 135 __le32 module_type; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/wimax/ |
| H A D | i2400m.h | 135 __le32 module_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/linux/wimax/ |
| H A D | i2400m.h | 135 __le32 module_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.h | 160 u8 module_type; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | icp_qat_uclo.h | 421 unsigned int module_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW54591_SDIO/ |
| H A D | cyw54591_sdio.txt | 190 module_type=0x0
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW54591_PCIE/ |
| H A D | cyw54591_pcie.txt | 193 module_type=0x0
|