Searched refs:module_type (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/scripts/gdb/linux/
H A Dmodules.py19 module_type = utils.CachedType("struct module") variable
23 global module_type
28 module_ptr_type = module_type.get_type().pointer()
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw_abi.h50 u32 module_type; member in struct:uc_css_header
H A Dintel_huc_fw.c116 if (css->module_type != 0x6)
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_pci.c59 static DEVICE_ATTR_RO(module_type);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_nvm.h22 u16 module_type);
H A Dice_nvm.c434 * @module_type: module type requested
442 u16 module_type)
478 if (tlv_sub_module_type == module_type) {
441 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len, u16 module_type) argument
H A Dice_common.c431 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[0] = 0x%x\n", prefix,
432 pcaps->module_type[0]);
433 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[1] = 0x%x\n", prefix,
434 pcaps->module_type[1]);
435 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[2] = 0x%x\n", prefix,
436 pcaps->module_type[2]);
441 memcpy(pi->phy.link_info.module_type, &pcaps->module_type,
442 sizeof(pi->phy.link_info.module_type));
597 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDEN
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.h50 u8 module_type:2; member in struct:rtw8852a_efuse
H A Drtw8852c.h44 u8 module_type:2; member in struct:rtw8852c_efuse
H A Drtw8852b.h51 u8 module_type:2; member in struct:rtw8852b_efuse
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw_abi.h48 u32 module_type; member in struct:uc_css_header
/linux-master/arch/alpha/include/asm/
H A Derr_ev7.h155 u8 module_type; member in struct:ev7_pal_environmental_subpacket
/linux-master/include/uapi/sound/
H A Dskl-tplg-interface.h219 __u32 module_type:8; member in struct:skl_dfw_v4_module
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-utils.c42 struct module_type { struct
54 struct module_type type;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h145 u8 module_type; member in struct:hclgevf_mac
H A Dhclgevf_main.c259 hdev->hw.mac.module_type = resp_msg[1];
3181 u8 *module_type)
3188 if (module_type)
3189 *module_type = hdev->hw.mac.module_type;
3180 hclgevf_get_media_type(struct hnae3_handle *handle, u8 *media_type, u8 *module_type) argument
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h462 unsigned int module_type; member in struct:icp_qat_css_hdr
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c594 const struct btf_type *module_type; local
640 module_type = btf_type_by_id(btf_vmlinux, st_ops_ids[IDX_MODULE_ID]);
649 if (ptype == module_type) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c775 u8 module_type; local
781 ops->get_media_type(h, &media_type, &module_type);
791 if (module_type == HNAE3_MODULE_TYPE_UNKNOWN)
793 else if (module_type == HNAE3_MODULE_TYPE_CR)
837 u8 module_type = HNAE3_MODULE_TYPE_UNKNOWN; local
859 ops->get_media_type(handle, &media_type, &module_type);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfirmware.c54 u32 module_type; member in struct:css_header
367 if (invalid_header(dd, "module_type", css->module_type,
433 hfi1_cdbg(FIRMWARE, " module_type 0x%x", css->module_type);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h351 __le32 module_type; member in struct:hclge_sfp_info_cmd
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1200 enum drx_module module_type; member in struct:drx_version
/linux-master/arch/alpha/kernel/
H A Derr_marvel.c61 env->module_type,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c216 switch (adapter->module_type) {
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h133 u8 module_type[3]; member in struct:i40e_link_status

Completed in 279 milliseconds

12