/linux-4.1.27/scripts/gdb/linux/ |
D | modules.py | 19 module_type = utils.CachedType("struct module") variable 23 global module_type 24 module_ptr_type = module_type.get_type().pointer()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | fw.c | 1193 unsigned module_type, header_len, major_version, minor_version, in i2400m_fw_hdr_check() local 1196 module_type = le32_to_cpu(bcf_hdr->module_type); in i2400m_fw_hdr_check() 1209 module_type, module_vendor, module_id, in i2400m_fw_hdr_check() 1221 if (module_type != 6) { /* built for the right hardware? */ in i2400m_fw_hdr_check() 1225 module_type); in i2400m_fw_hdr_check()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | err_ev7.h | 154 u8 module_type; member
|
/linux-4.1.27/include/uapi/linux/wimax/ |
D | i2400m.h | 135 __le32 module_type; member
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 776 u8 module_type; in i2o_seq_show_ddm_table() member 819 switch (ddm_table.module_type) { in i2o_seq_show_ddm_table() 872 u8 module_type; in i2o_seq_show_drivers_stored() member 922 switch (dst->module_type) { in i2o_seq_show_drivers_stored()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 192 u32 module_type; member
|
D | i40e_adminq_cmd.h | 1646 u8 module_type[3]; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 192 u32 module_type; member
|
D | i40e_adminq_cmd.h | 1648 u8 module_type[3]; member
|
/linux-4.1.27/arch/alpha/kernel/ |
D | err_marvel.c | 60 env->module_type, in marvel_print_680_frame()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.c | 656 int module_type = 0; in dgap_parsefile() local 1021 module_type = dgap_gettok(in); in dgap_parsefile() 1022 if (module_type == 0 || (module_type != PORTS && in dgap_parsefile() 1023 module_type != MODEM)) { in dgap_parsefile() 1028 p->u.module.type = module_type; in dgap_parsefile()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 232 switch (adapter->module_type) { in netxen_nic_get_settings()
|
D | netxen_nic.h | 1642 u16 module_type; member
|
D | netxen_nic_init.c | 1438 adapter->module_type = module; in netxen_handle_linkevent()
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1215 enum drx_module module_type; member
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 409 switch (adapter->ahw->module_type) { in qlcnic_82xx_get_settings()
|
D | qlcnic.h | 505 u16 module_type; member
|
D | qlcnic_83xx_hw.c | 2333 ahw->module_type = MSB(LSW(data[3])); in qlcnic_83xx_handle_link_aen() 3264 ahw->module_type = QLC_83XX_SFP_MODULE_TYPE(config); in qlcnic_83xx_get_settings()
|
D | qlcnic_io.c | 1068 adapter->ahw->module_type = module; in qlcnic_handle_linkevent()
|