Searched refs:switch_mode (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | adau17x1.h | 35 void (*switch_mode)(struct device *dev); member 53 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
|
D | adau17x1.c | 868 if (adau->switch_mode) in adau17x1_resume() 869 adau->switch_mode(codec->dev); in adau17x1_resume() 878 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe() 891 adau->switch_mode = switch_mode; in adau17x1_probe() 906 if (switch_mode) in adau17x1_probe() 907 switch_mode(dev); in adau17x1_probe()
|
D | adau1977.c | 125 void (*switch_mode)(struct device *dev); member 428 if (adau1977->switch_mode) in adau1977_power_enable() 429 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable() 908 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe() 924 adau1977->switch_mode = switch_mode; in adau1977_probe()
|
D | adau1761.h | 19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
D | adau1781.h | 19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
D | adau1977.h | 24 enum adau1977_type type, void (*switch_mode)(struct device *dev));
|
D | adau1781.c | 481 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe() 497 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
|
D | adau1761.c | 771 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe() 785 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 881 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info() 920 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
|
D | qlcnic.h | 508 u16 switch_mode; member 1197 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member 1236 u16 switch_mode; member
|
D | qlcnic_sriov_pf.c | 548 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
|
D | qlcnic_83xx_init.c | 2283 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
|
D | qlcnic_sriov_common.c | 511 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
|
D | qlcnic_main.c | 1307 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
|
D | qlcnic_83xx_hw.c | 2384 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info() 2435 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16; in qlcnic_83xx_get_nic_info()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 200 u32 switch_mode; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 200 u32 switch_mode; member
|
D | i40e_common.c | 2439 p->switch_mode = number; in i40e_parse_discover_capabilities()
|