Home
last modified time | relevance | path

Searched refs:mod_type (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/common/tuners/
Dmxl5005s.c320 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/
Dcxgb4_main.c318 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()
Dcxgb4.h288 u8 mod_type; member
Dt4_hw.c2676 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()