Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy_regs.h17 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \ argument
24 #define _ICL_PORT_CL_DW(dw, phy) (_ICL_COMBOPHY(phy) + \ argument
27 #define ICL_PORT_CL_DW5(phy) _MMIO(_ICL_PORT_CL_DW(5, phy)) argument
31 #define ICL_PORT_CL_DW10(phy) _MMIO(_ICL_PORT_CL_DW(10, phy)) argument
48 #define ICL_PORT_CL_DW12(phy) _MMIO(_ICL_PORT_CL_DW(12, phy)) argument
53 #define _ICL_PORT_COMP_DW(dw, phy) (_ICL_COMBOPHY(phy) + \ argument
56 #define ICL_PORT_COMP_DW0(phy) _MMIO(_ICL_PORT_COMP_DW(0, phy)) argument
59 #define ICL_PORT_COMP_DW1(phy) _MMIO(_ICL_PORT_COMP_DW(1, phy)) argument
61 #define ICL_PORT_COMP_DW3(phy) _MMIO(_ICL_PORT_COMP_DW(3, phy)) argument
73 #define ICL_PORT_COMP_DW8(phy) _MMIO(_ICL_PORT_COMP_DW(8, phy)) argument
[all …]
H A Dintel_snps_phy_regs.h13 #define _SNPS_PHY(phy) _PHY(phy, \ argument
16 #define _SNPS2(phy, reg) (_SNPS_PHY(phy) - \ argument
18 #define _MMIO_SNPS(phy, reg) _MMIO(_SNPS2(phy, reg)) argument
19 #define _MMIO_SNPS_LN(ln, phy, reg) _MMIO(_SNPS2(phy, \ argument
22 #define SNPS_PHY_MPLLB_CP(phy) _MMIO_SNPS(phy, 0x168000) argument
28 #define SNPS_PHY_MPLLB_DIV(phy) _MMIO_SNPS(phy, 0x168004) argument
41 #define SNPS_PHY_MPLLB_FRACN1(phy) _MMIO_SNPS(phy, 0x168008) argument
46 #define SNPS_PHY_MPLLB_FRACN2(phy) _MMIO_SNPS(phy, 0x16800C) argument
50 #define SNPS_PHY_MPLLB_SSCEN(phy) _MMIO_SNPS(phy, 0x168014) argument
55 #define SNPS_PHY_MPLLB_SSCSTEP(phy) _MMIO_SNPS(phy, 0x168018) argument
[all …]
H A Dintel_combo_phy.c55 icl_get_procmon_ref_values(struct drm_i915_private *dev_priv, enum phy phy) in icl_get_procmon_ref_values()
78 enum phy phy) in icl_set_procmon_ref_values()
92 enum phy phy, i915_reg_t reg, u32 mask, in check_phy_reg()
110 enum phy phy) in icl_verify_procmon_ref_values()
131 static bool has_phy_misc(struct drm_i915_private *i915, enum phy phy) in has_phy_misc()
153 enum phy phy) in icl_combo_phy_enabled()
191 static bool phy_is_master(struct drm_i915_private *dev_priv, enum phy phy) in phy_is_master()
220 enum phy phy) in icl_combo_phy_verify_state()
262 enum phy phy, bool is_dsi, in intel_combo_phy_power_up_lanes()
312 enum phy phy; in icl_combo_phys_init() local
[all …]
/openbmc/linux/drivers/net/
H A Dsungem_phy.c47 static inline int __sungem_phy_read(struct mii_phy* phy, int id, int reg) in __sungem_phy_read()
52 static inline void __sungem_phy_write(struct mii_phy* phy, int id, int reg, int val) in __sungem_phy_write()
57 static inline int sungem_phy_read(struct mii_phy* phy, int reg) in sungem_phy_read()
62 static inline void sungem_phy_write(struct mii_phy* phy, int reg, int val) in sungem_phy_write()
67 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id) in reset_one_mii_phy()
91 static int bcm5201_init(struct mii_phy* phy) in bcm5201_init()
104 static int bcm5201_suspend(struct mii_phy* phy) in bcm5201_suspend()
112 static int bcm5221_init(struct mii_phy* phy) in bcm5221_init()
135 static int bcm5221_suspend(struct mii_phy* phy) in bcm5221_suspend()
150 static int bcm5241_init(struct mii_phy* phy) in bcm5241_init()
[all …]
/openbmc/linux/drivers/phy/
H A Dphy-core.c32 struct phy *phy = *(struct phy **)res; in devm_phy_release() local
46 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local
53 struct phy **phy = res; in devm_phy_match() local
66 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup()
98 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup()
152 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get()
170 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync()
188 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put()
200 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync()
212 void phy_pm_runtime_allow(struct phy *phy) in phy_pm_runtime_allow()
[all …]
/openbmc/linux/include/linux/phy/
H A Dphy.h153 struct phy { struct
156 const struct phy_ops *ops; argument
160 struct phy_attrs attrs; argument
166 * struct phy_provider - represents the phy provider argument
193 struct phy *phy; member
210 static inline void phy_set_drvdata(struct phy *phy, void *data) in phy_set_drvdata()
215 static inline void *phy_get_drvdata(struct phy *phy) in phy_get_drvdata()
232 #define phy_set_mode(phy, mode) \ argument
240 static inline enum phy_mode phy_get_mode(struct phy *phy) in phy_get_mode()
246 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dael1002.c84 static int set_phy_regs(struct cphy *phy, const struct reg_val *rv) in set_phy_regs()
100 static void ael100x_txon(struct cphy *phy) in ael100x_txon()
113 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr) in ael_i2c_rd()
141 static int ael1002_power_down(struct cphy *phy, int enable) in ael1002_power_down()
153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset()
168 static int ael1002_intr_noop(struct cphy *phy) in ael1002_intr_noop()
176 static int get_link_status_r(struct cphy *phy, int *link_ok, int *speed, in get_link_status_r()
212 int t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1002_phy_prep()
222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset()
238 int t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1006_phy_prep()
[all …]
H A Daq100x.c65 static int aq100x_reset(struct cphy *phy, int wait) in aq100x_reset()
80 static int aq100x_intr_enable(struct cphy *phy) in aq100x_intr_enable()
90 static int aq100x_intr_disable(struct cphy *phy) in aq100x_intr_disable()
95 static int aq100x_intr_clear(struct cphy *phy) in aq100x_intr_clear()
105 static int aq100x_intr_handler(struct cphy *phy) in aq100x_intr_handler()
120 static int aq100x_power_down(struct cphy *phy, int off) in aq100x_power_down()
127 static int aq100x_autoneg_enable(struct cphy *phy) in aq100x_autoneg_enable()
140 static int aq100x_autoneg_restart(struct cphy *phy) in aq100x_autoneg_restart()
153 static int aq100x_advertise(struct cphy *phy, unsigned int advertise_map) in aq100x_advertise()
194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback()
[all …]
/openbmc/linux/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c33 static inline u32 camerarx_read(struct cal_camerarx *phy, u32 offset) in camerarx_read()
38 static inline void camerarx_write(struct cal_camerarx *phy, u32 offset, u32 val) in camerarx_write()
48 static s64 cal_camerarx_get_ext_link_freq(struct cal_camerarx *phy) in cal_camerarx_get_ext_link_freq()
80 static void cal_camerarx_lane_config(struct cal_camerarx *phy) in cal_camerarx_lane_config()
108 static void cal_camerarx_enable(struct cal_camerarx *phy) in cal_camerarx_enable()
121 void cal_camerarx_disable(struct cal_camerarx *phy) in cal_camerarx_disable()
133 static void cal_camerarx_config(struct cal_camerarx *phy, s64 link_freq) in cal_camerarx_config()
168 static void cal_camerarx_power(struct cal_camerarx *phy, bool enable) in cal_camerarx_power()
197 static void cal_camerarx_wait_reset(struct cal_camerarx *phy) in cal_camerarx_wait_reset()
217 static void cal_camerarx_wait_stop_state(struct cal_camerarx *phy) in cal_camerarx_wait_stop_state()
[all …]
/openbmc/u-boot/include/
H A Dgeneric-phy.h24 struct phy { struct
30 * struct udevice_ops - set of function pointers for phy operations argument
226 static inline int generic_phy_init(struct phy *phy) in generic_phy_init()
231 static inline int generic_phy_exit(struct phy *phy) in generic_phy_exit()
236 static inline int generic_phy_reset(struct phy *phy) in generic_phy_reset()
241 static inline int generic_phy_power_on(struct phy *phy) in generic_phy_power_on()
246 static inline int generic_phy_power_off(struct phy *phy) in generic_phy_power_off()
252 struct phy *phy) in generic_phy_get_by_index()
258 struct phy *phy) in generic_phy_get_by_name()
271 static inline bool generic_phy_valid(struct phy *phy) in generic_phy_valid()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c35 static inline int _phy_read(struct mii_phy *phy, int reg) in _phy_read()
40 static inline void _phy_write(struct mii_phy *phy, int reg, int val) in _phy_write()
45 static inline int gpcs_phy_read(struct mii_phy *phy, int reg) in gpcs_phy_read()
50 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val) in gpcs_phy_write()
55 int emac_mii_reset_phy(struct mii_phy *phy) in emac_mii_reset_phy()
79 int emac_mii_reset_gpcs(struct mii_phy *phy) in emac_mii_reset_gpcs()
110 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) in genmii_setup_aneg()
169 static int genmii_setup_forced(struct mii_phy *phy, int speed, int fd) in genmii_setup_forced()
206 static int genmii_poll_link(struct mii_phy *phy) in genmii_poll_link()
220 static int genmii_read_link(struct mii_phy *phy) in genmii_read_link()
[all …]
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c127 static void sun8i_hdmi_phy_set_polarity(struct sun8i_hdmi_phy *phy, in sun8i_hdmi_phy_set_polarity()
147 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_config() local
211 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_disable() local
233 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_config() local
385 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_disable() local
402 static void sun8i_hdmi_phy_unlock(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_unlock()
413 static void sun50i_hdmi_phy_init_h6(struct sun8i_hdmi_phy *phy) in sun50i_hdmi_phy_init_h6()
423 static void sun8i_hdmi_phy_init_a83t(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_a83t()
440 static void sun8i_hdmi_phy_init_h3(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_h3()
518 int sun8i_hdmi_phy_init(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.c56 struct e1000_phy_info *phy = &hw->phy; in igb_get_phy_id() local
115 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_mdic() local
171 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_mdic() local
228 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_i2c() local
273 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_i2c() local
457 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_82580() local
524 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88() local
628 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88_gen2() local
724 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_igp() local
863 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_autoneg() local
[all …]
/openbmc/linux/drivers/usb/phy/
H A Dphy-ulpi.c42 static int ulpi_set_otg_flags(struct usb_phy *phy) in ulpi_set_otg_flags()
66 static int ulpi_set_fc_flags(struct usb_phy *phy) in ulpi_set_fc_flags()
108 static int ulpi_set_ic_flags(struct usb_phy *phy) in ulpi_set_ic_flags()
127 static int ulpi_set_flags(struct usb_phy *phy) in ulpi_set_flags()
142 static int ulpi_check_integrity(struct usb_phy *phy) in ulpi_check_integrity()
168 static int ulpi_init(struct usb_phy *phy) in ulpi_init()
201 struct usb_phy *phy = otg->usb_phy; in ulpi_set_host() local
227 struct usb_phy *phy = otg->usb_phy; in ulpi_set_vbus() local
243 static void otg_ulpi_init(struct usb_phy *phy, struct usb_otg *otg, in otg_ulpi_init()
262 struct usb_phy *phy; in otg_ulpi_create() local
[all …]
H A Dphy-tegra-usb.c221 static void set_pts(struct tegra_usb_phy *phy, u8 pts_val) in set_pts()
240 static void set_phcd(struct tegra_usb_phy *phy, bool enable) in set_phcd()
262 static int utmip_pad_open(struct tegra_usb_phy *phy) in utmip_pad_open()
303 static int utmip_pad_close(struct tegra_usb_phy *phy) in utmip_pad_close()
326 static int utmip_pad_power_on(struct tegra_usb_phy *phy) in utmip_pad_power_on()
367 static int utmip_pad_power_off(struct tegra_usb_phy *phy) in utmip_pad_power_off()
417 static void utmi_phy_clk_disable(struct tegra_usb_phy *phy) in utmi_phy_clk_disable()
449 static void utmi_phy_clk_enable(struct tegra_usb_phy *phy) in utmi_phy_clk_enable()
483 static int utmi_phy_power_on(struct tegra_usb_phy *phy) in utmi_phy_power_on()
649 static int utmi_phy_power_off(struct tegra_usb_phy *phy) in utmi_phy_power_off()
[all …]
/openbmc/u-boot/drivers/phy/
H A Dphy-uclass.c16 static int generic_phy_xlate_offs_flags(struct phy *phy, in generic_phy_xlate_offs_flags()
35 struct phy *phy) in generic_phy_get_by_index()
94 struct phy *phy) in generic_phy_get_by_name()
109 int generic_phy_init(struct phy *phy) in generic_phy_init()
116 int generic_phy_reset(struct phy *phy) in generic_phy_reset()
123 int generic_phy_exit(struct phy *phy) in generic_phy_exit()
130 int generic_phy_power_on(struct phy *phy) in generic_phy_power_on()
137 int generic_phy_power_off(struct phy *phy) in generic_phy_power_off()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_port.c15 static bool phy_is_wideport_member(struct asd_sas_port *port, struct asd_sas_phy *phy) in phy_is_wideport_member()
26 static void sas_resume_port(struct asd_sas_phy *phy) in sas_resume_port()
60 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port() local
71 struct asd_sas_phy *phy, bool wideport) in sas_form_port_add_phy()
104 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port()
209 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port()
276 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() local
284 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() local
302 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() local
310 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() local
[all …]
H A Dsas_phy.c20 struct asd_sas_phy *phy = ev->phy; in sas_phye_loss_of_signal() local
29 struct asd_sas_phy *phy = ev->phy; in sas_phye_oob_done() local
37 struct asd_sas_phy *phy = ev->phy; in sas_phye_oob_error() local
66 struct asd_sas_phy *phy = ev->phy; in sas_phye_spinup_hold() local
78 struct asd_sas_phy *phy = ev->phy; in sas_phye_resume_timeout() local
95 struct asd_sas_phy *phy = ev->phy; in sas_phye_shutdown() local
122 struct asd_sas_phy *phy = sas_ha->sas_phy[i]; in sas_register_phys() local
/openbmc/linux/drivers/net/phy/
H A Dphy_led_triggers.c8 static struct phy_led_trigger *phy_speed_to_led_trigger(struct phy_device *phy, in phy_speed_to_led_trigger()
20 static void phy_led_trigger_no_link(struct phy_device *phy) in phy_led_trigger_no_link()
29 void phy_led_trigger_change_speed(struct phy_device *phy) in phy_led_trigger_change_speed()
60 static void phy_led_trigger_format_name(struct phy_device *phy, char *buf, in phy_led_trigger_format_name()
67 static int phy_led_trigger_register(struct phy_device *phy, in phy_led_trigger_register()
84 int phy_led_triggers_register(struct phy_device *phy) in phy_led_triggers_register()
142 void phy_led_triggers_unregister(struct phy_device *phy) in phy_led_triggers_unregister()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c101 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_read16() local
135 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_all_gains() local
171 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_original_gains() local
211 struct b43legacy_phy *phy = &dev->phy; in b43legacy_synth_pu_workaround() local
232 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_detect() local
266 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_scan() local
351 struct b43legacy_phy *phy = &dev->phy; in b43legacy_nrssi_mem_update() local
368 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_offset() local
538 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_slope() local
803 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_threshold() local
[all …]
H A Dphy.c118 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_calibrate() local
136 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_init_pctl() local
195 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_agcsetup() local
311 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_setupg() local
423 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb2() local
472 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb4() local
528 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb5() local
643 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb6() local
786 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_loopback_gain() local
985 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initg() local
[all …]
/openbmc/linux/drivers/phy/samsung/
H A Dphy-samsung-ufs.c24 #define for_each_phy_lane(phy, i) \ argument
31 static void samsung_ufs_phy_config(struct samsung_ufs_phy *phy, in samsung_ufs_phy_config()
48 static int samsung_ufs_phy_wait_for_lock_acq(struct phy *phy) in samsung_ufs_phy_wait_for_lock_acq()
76 static int samsung_ufs_phy_calibrate(struct phy *phy) in samsung_ufs_phy_calibrate()
134 static int samsung_ufs_phy_clks_init(struct samsung_ufs_phy *phy) in samsung_ufs_phy_clks_init()
151 static int samsung_ufs_phy_init(struct phy *phy) in samsung_ufs_phy_init()
161 static int samsung_ufs_phy_power_on(struct phy *phy) in samsung_ufs_phy_power_on()
183 static int samsung_ufs_phy_power_off(struct phy *phy) in samsung_ufs_phy_power_off()
207 static int samsung_ufs_phy_exit(struct phy *phy) in samsung_ufs_phy_exit()
232 struct samsung_ufs_phy *phy; in samsung_ufs_phy_probe() local
/openbmc/linux/drivers/phy/hisilicon/
H A Dphy-hi3670-pcie.c168 static inline void hi3670_apb_phy_writel(struct hi3670_pcie_phy *phy, u32 val, in hi3670_apb_phy_writel()
174 static inline u32 hi3670_apb_phy_readl(struct hi3670_pcie_phy *phy, u32 reg) in hi3670_apb_phy_readl()
179 static inline void hi3670_apb_phy_updatel(struct hi3670_pcie_phy *phy, in hi3670_apb_phy_updatel()
190 static inline void kirin_apb_natural_phy_writel(struct hi3670_pcie_phy *phy, in kirin_apb_natural_phy_writel()
196 static inline u32 kirin_apb_natural_phy_readl(struct hi3670_pcie_phy *phy, in kirin_apb_natural_phy_readl()
202 static void hi3670_pcie_phy_oe_enable(struct hi3670_pcie_phy *phy, bool enable) in hi3670_pcie_phy_oe_enable()
215 static void hi3670_pcie_get_eyeparam(struct hi3670_pcie_phy *phy) in hi3670_pcie_get_eyeparam()
233 static void hi3670_pcie_set_eyeparam(struct hi3670_pcie_phy *phy) in hi3670_pcie_set_eyeparam()
278 static void hi3670_pcie_natural_cfg(struct hi3670_pcie_phy *phy) in hi3670_pcie_natural_cfg()
306 static void hi3670_pcie_pll_init(struct hi3670_pcie_phy *phy) in hi3670_pcie_pll_init()
[all …]
/openbmc/phosphor-led-sysfs/test/
H A Dphysical.cpp81 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
93 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
105 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
117 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
129 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
140 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
153 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
168 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
181 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
192 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST() local
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c196 static int mt76_led_init(struct mt76_phy *phy) in mt76_led_init()
232 static void mt76_led_cleanup(struct mt76_phy *phy) in mt76_led_cleanup()
240 static void mt76_init_stream_cap(struct mt76_phy *phy, in mt76_init_stream_cap()
282 void mt76_set_stream_caps(struct mt76_phy *phy, bool vht) in mt76_set_stream_caps()
294 mt76_init_sband(struct mt76_phy *phy, struct mt76_sband *msband, in mt76_init_sband()
351 mt76_init_sband_2g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_2g()
362 mt76_init_sband_5g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_5g()
373 mt76_init_sband_6g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_6g()
384 mt76_check_sband(struct mt76_phy *phy, struct mt76_sband *msband, in mt76_check_sband()
413 mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw) in mt76_phy_init()
[all …]

12345678910>>...36