Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dadau17x1.h35 void (*switch_mode)(struct device *dev); member
53 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
Dadau17x1.c868 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()
Dadau1977.c125 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()
904 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
920 adau1977->switch_mode = switch_mode; in adau1977_probe()
Dadau1761.h19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
Dadau1781.h19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
Dadau1977.h24 enum adau1977_type type, void (*switch_mode)(struct device *dev));
Dadau1781.c479 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe()
495 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
Dadau1761.c768 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe()
782 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c881 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()
Dqlcnic.h506 u16 switch_mode; member
1198 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member
1237 u16 switch_mode; member
Dqlcnic_sriov_pf.c549 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
Dqlcnic_83xx_init.c2283 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
Dqlcnic_sriov_common.c512 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
Dqlcnic_main.c1317 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
Dqlcnic_83xx_hw.c2388 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info()
2439 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16; in qlcnic_83xx_get_nic_info()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_type.h234 u32 switch_mode; member
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_type.h234 u32 switch_mode; member
Di40e_common.c2837 p->switch_mode = number; in i40e_parse_discover_capabilities()