Searched refs:mod_type (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/media/common/tuners/ |
D | mxl5005s.c | 320 static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type, 322 static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type, 3923 static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type, in mxl5005s_reconfigure() argument 3932 dprintk(1, "%s(type=%d, bw=%d)\n", __func__, mod_type, bandwidth); in mxl5005s_reconfigure() 3943 mxl5005s_AssignTunerMode(fe, mod_type, bandwidth); in mxl5005s_reconfigure() 3953 static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type, in mxl5005s_AssignTunerMode() argument 3976 mod_type, in mxl5005s_AssignTunerMode()
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 318 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE) in t4_os_portmod_changed() 320 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed() 321 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]); in t4_os_portmod_changed() 1419 if (p->mod_type == FW_PORT_MOD_TYPE_TWINAX_PASSIVE || in get_settings() 1420 p->mod_type == FW_PORT_MOD_TYPE_TWINAX_ACTIVE) in get_settings()
|
D | cxgb4.h | 288 u8 mod_type; member
|
D | t4_hw.c | 2676 if (mod != pi->mod_type) { in t4_handle_fw_rpl() 2677 pi->mod_type = mod; in t4_handle_fw_rpl() 2841 p->mod_type = FW_PORT_MOD_TYPE_NA; in t4_port_init()
|