Home
last modified time | relevance | path

Searched defs:dev (Results 651 – 675 of 15846) sorted by relevance

1...<<21222324252627282930>>...634

/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c34 static void *command_init(struct pci_dev *dev, int offset) in command_init()
51 static int command_read(struct pci_dev *dev, int offset, u16 *value, void *data) in command_read()
127 static int rom_write(struct pci_dev *dev, int offset, u32 value, void *data) in rom_write()
160 static int bar_write(struct pci_dev *dev, int offset, u32 value, void *data) in bar_write()
210 static void *bar_init(struct pci_dev *dev, int offset) in bar_init()
247 static void bar_reset(struct pci_dev *dev, int offset, void *data) in bar_reset()
254 static void bar_release(struct pci_dev *dev, int offset, void *data) in bar_release()
259 static int xen_pcibk_read_vendor(struct pci_dev *dev, int offset, in xen_pcibk_read_vendor()
267 static int xen_pcibk_read_device(struct pci_dev *dev, int offset, in xen_pcibk_read_device()
275 static int interrupt_read(struct pci_dev *dev, int offset, u8 * value, in interrupt_read()
[all …]
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c135 static int sxgbe_get_eee(struct net_device *dev, in sxgbe_get_eee()
150 static int sxgbe_set_eee(struct net_device *dev, in sxgbe_set_eee()
175 static void sxgbe_getdrvinfo(struct net_device *dev, in sxgbe_getdrvinfo()
182 static u32 sxgbe_getmsglevel(struct net_device *dev) in sxgbe_getmsglevel()
188 static void sxgbe_setmsglevel(struct net_device *dev, u32 level) in sxgbe_setmsglevel()
226 static void sxgbe_get_ethtool_stats(struct net_device *dev, in sxgbe_get_ethtool_stats()
247 static void sxgbe_get_channels(struct net_device *dev, in sxgbe_get_channels()
276 static int sxgbe_get_coalesce(struct net_device *dev, in sxgbe_get_coalesce()
289 static int sxgbe_set_coalesce(struct net_device *dev, in sxgbe_set_coalesce()
442 static void sxgbe_get_regs(struct net_device *dev, in sxgbe_get_regs()
[all …]
/openbmc/linux/drivers/net/wan/
H A Dlapbether.c70 static struct lapbethdev *lapbeth_get_x25_dev(struct net_device *dev) in lapbeth_get_x25_dev()
81 static __inline__ int dev_is_ethdev(struct net_device *dev) in dev_is_ethdev()
110 static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, in lapbeth_rcv()
185 struct net_device *dev) in lapbeth_xmit()
240 struct net_device *dev; in lapbeth_data_transmit() local
262 static void lapbeth_connected(struct net_device *dev, int reason) in lapbeth_connected()
319 static int lapbeth_open(struct net_device *dev) in lapbeth_open()
340 static int lapbeth_close(struct net_device *dev) in lapbeth_close()
367 static void lapbeth_setup(struct net_device *dev) in lapbeth_setup()
379 static int lapbeth_new_device(struct net_device *dev) in lapbeth_new_device()
[all …]
/openbmc/linux/drivers/usb/core/
H A Dhcd-pci.c311 void usb_hcd_pci_remove(struct pci_dev *dev) in usb_hcd_pci_remove()
359 void usb_hcd_pci_shutdown(struct pci_dev *dev) in usb_hcd_pci_shutdown()
400 static int check_root_hub_suspended(struct device *dev) in check_root_hub_suspended()
519 static int hcd_pci_suspend(struct device *dev) in hcd_pci_suspend()
524 static int hcd_pci_suspend_noirq(struct device *dev) in hcd_pci_suspend_noirq()
563 static int hcd_pci_poweroff_late(struct device *dev) in hcd_pci_poweroff_late()
574 static int hcd_pci_resume_noirq(struct device *dev) in hcd_pci_resume_noirq()
580 static int hcd_pci_resume(struct device *dev) in hcd_pci_resume()
585 static int hcd_pci_restore(struct device *dev) in hcd_pci_restore()
601 static int hcd_pci_runtime_suspend(struct device *dev) in hcd_pci_runtime_suspend()
[all …]
/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya_hwmgr.c38 static ssize_t mme_clk_show(struct device *dev, struct device_attribute *attr, in mme_clk_show()
55 static ssize_t mme_clk_store(struct device *dev, struct device_attribute *attr, in mme_clk_store()
87 static ssize_t tpc_clk_show(struct device *dev, struct device_attribute *attr, in tpc_clk_show()
104 static ssize_t tpc_clk_store(struct device *dev, struct device_attribute *attr, in tpc_clk_store()
136 static ssize_t ic_clk_show(struct device *dev, struct device_attribute *attr, in ic_clk_show()
153 static ssize_t ic_clk_store(struct device *dev, struct device_attribute *attr, in ic_clk_store()
185 static ssize_t mme_clk_curr_show(struct device *dev, in mme_clk_curr_show()
202 static ssize_t tpc_clk_curr_show(struct device *dev, in tpc_clk_curr_show()
219 static ssize_t ic_clk_curr_show(struct device *dev, in ic_clk_curr_show()
236 static ssize_t pm_mng_profile_show(struct device *dev, in pm_mng_profile_show()
[all …]
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-gio.c31 static void gio_bus_release(struct device *dev) in gio_bus_release()
52 const struct gio_device *dev) in gio_match_device()
63 struct gio_device *gio_dev_get(struct gio_device *dev) in gio_dev_get()
77 void gio_dev_put(struct gio_device *dev) in gio_dev_put()
91 void gio_release_dev(struct device *dev) in gio_release_dev()
122 static int gio_device_probe(struct device *dev) in gio_device_probe()
146 static void gio_device_remove(struct device *dev) in gio_device_remove()
155 static void gio_device_shutdown(struct device *dev) in gio_device_shutdown()
174 static ssize_t name_show(struct device *dev, in name_show()
184 static ssize_t id_show(struct device *dev, in id_show()
[all …]
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-kvm-device.c208 static int vgic_set_common_attr(struct kvm_device *dev, in vgic_set_common_attr()
284 static int vgic_get_common_attr(struct kvm_device *dev, in vgic_get_common_attr()
305 static int vgic_create(struct kvm_device *dev, u32 type) in vgic_create()
310 static void vgic_destroy(struct kvm_device *dev) in vgic_destroy()
357 static int vgic_v2_attr_regs_access(struct kvm_device *dev, in vgic_v2_attr_regs_access()
415 static int vgic_v2_set_attr(struct kvm_device *dev, in vgic_v2_set_attr()
427 static int vgic_v2_get_attr(struct kvm_device *dev, in vgic_v2_get_attr()
439 static int vgic_v2_has_attr(struct kvm_device *dev, in vgic_v2_has_attr()
597 static int vgic_v3_set_attr(struct kvm_device *dev, in vgic_v3_set_attr()
611 static int vgic_v3_get_attr(struct kvm_device *dev, in vgic_v3_get_attr()
[all …]
/openbmc/linux/drivers/pnp/
H A Dquirks.c26 static void quirk_awe32_add_ports(struct pnp_dev *dev, in quirk_awe32_add_ports()
50 static void quirk_awe32_resources(struct pnp_dev *dev) in quirk_awe32_resources()
69 static void quirk_cmi8330_resources(struct pnp_dev *dev) in quirk_cmi8330_resources()
103 static void quirk_sb16audio_resources(struct pnp_dev *dev) in quirk_sb16audio_resources()
138 static struct pnp_option *pnp_clone_dependent_set(struct pnp_dev *dev, in pnp_clone_dependent_set()
180 static void quirk_add_irq_optional_dependent_sets(struct pnp_dev *dev) in quirk_add_irq_optional_dependent_sets()
208 static void quirk_ad1815_mpu_resources(struct pnp_dev *dev) in quirk_ad1815_mpu_resources()
229 static void quirk_system_pci_resources(struct pnp_dev *dev) in quirk_system_pci_resources()
295 static void quirk_amd_mmconfig_area(struct pnp_dev *dev) in quirk_amd_mmconfig_area()
353 static void quirk_intel_mch(struct pnp_dev *dev) in quirk_intel_mch()
[all …]
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_eq.c30 void erdma_aeq_event_handler(struct erdma_dev *dev) in erdma_aeq_event_handler()
83 int erdma_aeq_init(struct erdma_dev *dev) in erdma_aeq_init()
115 void erdma_aeq_destroy(struct erdma_dev *dev) in erdma_aeq_destroy()
126 struct erdma_dev *dev = ceq_cb->dev; in erdma_ceq_completion_handler() local
173 static int erdma_set_ceq_irq(struct erdma_dev *dev, u16 ceqn) in erdma_set_ceq_irq()
201 static void erdma_free_ceq_irq(struct erdma_dev *dev, u16 ceqn) in erdma_free_ceq_irq()
209 static int create_eq_cmd(struct erdma_dev *dev, u32 eqn, struct erdma_eq *eq) in create_eq_cmd()
229 static int erdma_ceq_init_one(struct erdma_dev *dev, u16 ceqn) in erdma_ceq_init_one()
259 static void erdma_ceq_uninit_one(struct erdma_dev *dev, u16 ceqn) in erdma_ceq_uninit_one()
283 int erdma_ceqs_init(struct erdma_dev *dev) in erdma_ceqs_init()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgid.c39 void mlx5_init_reserved_gids(struct mlx5_core_dev *dev) in mlx5_init_reserved_gids()
48 void mlx5_cleanup_reserved_gids(struct mlx5_core_dev *dev) in mlx5_cleanup_reserved_gids()
56 int mlx5_core_reserve_gids(struct mlx5_core_dev *dev, unsigned int count) in mlx5_core_reserve_gids()
76 void mlx5_core_unreserve_gids(struct mlx5_core_dev *dev, unsigned int count) in mlx5_core_unreserve_gids()
88 int mlx5_core_reserved_gid_alloc(struct mlx5_core_dev *dev, int *gid_index) in mlx5_core_reserved_gid_alloc()
105 void mlx5_core_reserved_gid_free(struct mlx5_core_dev *dev, int gid_index) in mlx5_core_reserved_gid_free()
111 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev) in mlx5_core_reserved_gids_count()
117 int mlx5_core_roce_gid_set(struct mlx5_core_dev *dev, unsigned int index, in mlx5_core_roce_gid_set()
/openbmc/linux/drivers/comedi/drivers/
H A Dcb_pcidas64.c1276 static void init_plx9080(struct comedi_device *dev) in init_plx9080()
1658 static int i2c_read_ack(struct comedi_device *dev) in i2c_read_ack()
1668 static void i2c_start(struct comedi_device *dev) in i2c_start()
1676 static void i2c_stop(struct comedi_device *dev) in i2c_stop()
2903 static void restart_ao_dma(struct comedi_device *dev) in restart_ao_dma()
3039 struct comedi_device *dev = d; in handle_interrupt() local
3447 static int do_wbits(struct comedi_device *dev, in do_wbits()
3476 static int dio_60xx_wbits(struct comedi_device *dev, in dio_60xx_wbits()
3967 static int auto_attach(struct comedi_device *dev, in auto_attach()
4048 static void detach(struct comedi_device *dev) in detach()
[all …]
/openbmc/linux/drivers/base/power/
H A Ddomain.c189 struct device *dev) in genpd_stop_dev()
195 struct device *dev) in genpd_start_dev()
822 struct device *dev; in genpd_dev_pm_qos_notifier() local
1204 static int genpd_prepare(struct device *dev) in genpd_prepare()
1246 int (*suspend_noirq)(struct device *dev), in genpd_finish_suspend()
1247 int (*resume_noirq)(struct device *dev)) in genpd_finish_suspend()
1418 static void genpd_complete(struct device *dev) in genpd_complete()
1474 void dev_pm_genpd_suspend(struct device *dev) in dev_pm_genpd_suspend()
1488 void dev_pm_genpd_resume(struct device *dev) in dev_pm_genpd_resume()
1688 struct device *dev) in genpd_remove_device()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c90 void mlx4_init_roce_gid_table(struct mlx4_dev *dev, in mlx4_init_roce_gid_table()
100 static int validate_index(struct mlx4_dev *dev, in validate_index()
112 static int find_index(struct mlx4_dev *dev, in find_index()
170 static bool mlx4_need_mf_bond(struct mlx4_dev *dev) in mlx4_need_mf_bond()
372 int mlx4_get_base_qpn(struct mlx4_dev *dev, u8 port) in mlx4_get_base_qpn()
842 int mlx4_bond_mac_table(struct mlx4_dev *dev) in mlx4_bond_mac_table()
896 int mlx4_unbond_mac_table(struct mlx4_dev *dev) in mlx4_unbond_mac_table()
949 int mlx4_bond_vlan_table(struct mlx4_dev *dev) in mlx4_bond_vlan_table()
1003 int mlx4_unbond_vlan_table(struct mlx4_dev *dev) in mlx4_unbond_vlan_table()
1828 int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, in mlx4_SET_MCAST_FLTR()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c112 struct mt7615_dev *dev = phy->dev; in mt7615_mac_reset_counters() local
140 struct mt7615_dev *dev = phy->dev; in mt7615_mac_set_timing() local
970 struct mt7615_dev *dev = phy->dev; in mt7615_mac_update_rate_desc() local
1059 struct mt7615_dev *dev = phy->dev; in mt7615_mac_queue_rate_update() local
1106 struct mt7615_dev *dev = phy->dev; in mt7615_mac_set_rates() local
1686 struct mt7615_dev *dev = phy->dev; in mt7615_mac_set_sensitivity() local
1726 struct mt7615_dev *dev = phy->dev; in mt7615_mac_set_scs() local
1780 struct mt7615_dev *dev = phy->dev; in mt7615_mac_cca_stats_reset() local
2022 struct mt7615_dev *dev; in mt7615_pm_wake_work() local
2061 struct mt7615_dev *dev; in mt7615_pm_power_save_work() local
[all …]
/openbmc/linux/drivers/net/usb/
H A Dax88179_178a.c516 struct usbnet *dev = netdev_priv(net); in ax88179_get_wol() local
526 struct usbnet *dev = netdev_priv(net); in ax88179_set_wol() local
546 struct usbnet *dev = netdev_priv(net); in ax88179_get_eeprom() local
582 struct usbnet *dev = netdev_priv(net); in ax88179_set_eeprom() local
656 struct usbnet *dev = netdev_priv(net); in ax88179_get_link_ksettings() local
666 struct usbnet *dev = netdev_priv(net); in ax88179_set_link_ksettings() local
813 struct usbnet *dev = netdev_priv(net); in ax88179_get_eee() local
824 struct usbnet *dev = netdev_priv(net); in ax88179_set_eee() local
852 struct usbnet *dev = netdev_priv(net); in ax88179_ioctl() local
875 struct usbnet *dev = netdev_priv(net); in ax88179_set_multicast() local
[all …]
/openbmc/linux/drivers/dax/
H A Dbus.c248 static ssize_t id_show(struct device *dev, in id_show()
465 struct device *dev = &dev_dax->dev; in __free_dev_dax_id() local
482 struct device *dev = &dev_dax->dev; in free_dev_dax_id() local
662 struct device *dev = data; in unregister_dax_mapping() local
774 struct device *dev; in devm_register_dax_mapping() local
817 struct device *dev = &dev_dax->dev; in alloc_dev_dax_range() local
880 struct device *dev = &dev_dax->dev; in adjust_dev_dax_range() local
930 struct device *dev = &dev_dax->dev; in dev_dax_shrink() local
998 struct device *dev = &dev_dax->dev; in dev_dax_resize() local
1167 struct device *dev = &dev_dax->dev; in dev_dax_validate_align() local
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dpm8916_gpio.c53 static int pm8916_gpio_set_direction(struct udevice *dev, unsigned offset, in pm8916_gpio_set_direction()
103 static int pm8916_gpio_direction_input(struct udevice *dev, unsigned offset) in pm8916_gpio_direction_input()
114 static int pm8916_gpio_get_function(struct udevice *dev, unsigned offset) in pm8916_gpio_get_function()
136 static int pm8916_gpio_get_value(struct udevice *dev, unsigned offset) in pm8916_gpio_get_value()
149 static int pm8916_gpio_set_value(struct udevice *dev, unsigned offset, in pm8916_gpio_set_value()
168 static int pm8916_gpio_probe(struct udevice *dev) in pm8916_gpio_probe()
189 static int pm8916_gpio_ofdata_to_platdata(struct udevice *dev) in pm8916_gpio_ofdata_to_platdata()
223 static int pm8941_pwrkey_get_function(struct udevice *dev, unsigned offset) in pm8941_pwrkey_get_function()
228 static int pm8941_pwrkey_get_value(struct udevice *dev, unsigned offset) in pm8941_pwrkey_get_value()
253 static int pm8941_pwrkey_probe(struct udevice *dev) in pm8941_pwrkey_probe()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mode_config.c37 int drm_modeset_register_all(struct drm_device *dev) in drm_modeset_register_all()
71 void drm_modeset_unregister_all(struct drm_device *dev) in drm_modeset_unregister_all()
93 int drm_mode_getresources(struct drm_device *dev, void *data, in drm_mode_getresources()
184 void drm_mode_config_reset(struct drm_device *dev) in drm_mode_config_reset()
221 static int drm_mode_create_standard_properties(struct drm_device *dev) in drm_mode_create_standard_properties()
402 int drmm_mode_config_init(struct drm_device *dev) in drmm_mode_config_init()
486 void drm_mode_config_cleanup(struct drm_device *dev) in drm_mode_config_cleanup()
563 static u32 full_encoder_mask(struct drm_device *dev) in full_encoder_mask()
587 struct drm_device *dev = encoder->dev; in validate_encoder_possible_clones() local
611 static u32 full_crtc_mask(struct drm_device *dev) in full_crtc_mask()
[all …]
/openbmc/linux/include/asm-generic/
H A Dpci_iomap.h29 #define __pci_ioport_map(dev, port, nr) NULL argument
31 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr)) argument
35 static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max) in pci_iomap()
40 static inline void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long max) in pci_iomap_wc()
44 static inline void __iomem *pci_iomap_range(struct pci_dev *dev, int bar, in pci_iomap_range()
50 static inline void __iomem *pci_iomap_wc_range(struct pci_dev *dev, int bar, in pci_iomap_wc_range()
56 static inline void pci_iounmap(struct pci_dev *dev, void __iomem *addr) in pci_iounmap()
/openbmc/linux/sound/hda/ext/
H A Dhdac_ext_bus.c29 int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev, in snd_hdac_ext_bus_init()
81 #define dev_to_hdac(dev) (container_of((dev), \ argument
84 static inline struct hdac_driver *get_hdrv(struct device *dev) in get_hdrv()
90 static inline struct hdac_device *get_hdev(struct device *dev) in get_hdev()
96 static int hda_ext_drv_probe(struct device *dev) in hda_ext_drv_probe()
101 static int hdac_ext_drv_remove(struct device *dev) in hdac_ext_drv_remove()
106 static void hdac_ext_drv_shutdown(struct device *dev) in hdac_ext_drv_shutdown()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-417.c273 void cx23885_mc417_init(struct cx23885_dev *dev) in cx23885_mc417_init()
751 struct cx23885_dev *dev = priv; in cx23885_mbox_func() local
1127 struct cx23885_dev *dev = q->drv_priv; in queue_setup() local
1169 struct cx23885_dev *dev = q->drv_priv; in cx23885_start_streaming() local
1196 struct cx23885_dev *dev = q->drv_priv; in cx23885_stop_streaming() local
1223 struct cx23885_dev *dev = video_drvdata(file); in vidioc_g_std() local
1231 struct cx23885_dev *dev = video_drvdata(file); in vidioc_s_std() local
1250 struct cx23885_dev *dev = video_drvdata(file); in vidioc_enum_input() local
1268 struct cx23885_dev *dev = video_drvdata(file); in vidioc_g_tuner() local
1285 struct cx23885_dev *dev = video_drvdata(file); in vidioc_s_tuner() local
[all …]
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.c177 struct net2272 *dev; in net2272_enable() local
348 struct net2272 *dev; in net2272_done() local
812 struct net2272 *dev; in net2272_queue() local
1079 struct net2272 *dev; in net2272_get_frame() local
1098 struct net2272 *dev; in net2272_wakeup() local
1130 struct net2272 *dev; in net2272_pullup() local
1171 struct net2272 *dev; in registers_show() local
1441 struct net2272 *dev; in net2272_start() local
1492 struct net2272 *dev; in net2272_stop() local
2460 struct net2272 *dev; in net2272_pci_probe() local
[all …]
/openbmc/linux/drivers/nvdimm/
H A Dregion_devs.c109 struct device *dev = &nd_region->dev; in nd_region_activate() local
171 static void nd_region_release(struct device *dev) in nd_region_release()
254 static ssize_t size_show(struct device *dev, in size_show()
294 static ssize_t mappings_show(struct device *dev, in mappings_show()
303 static ssize_t nstype_show(struct device *dev, in nstype_show()
465 static ssize_t btt_seed_show(struct device *dev, in btt_seed_show()
546 static ssize_t align_show(struct device *dev, in align_show()
554 static ssize_t align_store(struct device *dev, in align_store()
843 bool is_nd_pmem(const struct device *dev) in is_nd_pmem()
848 bool is_nd_volatile(const struct device *dev) in is_nd_volatile()
[all …]
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c40 static int pch_silicon_revision(struct udevice *dev) in pch_silicon_revision()
52 int pch_silicon_type(struct udevice *dev) in pch_silicon_type()
72 static int pch_silicon_supported(struct udevice *dev, int type, int rev) in pch_silicon_supported()
114 void pch_iobp_update(struct udevice *dev, u32 address, u32 andvalue, in pch_iobp_update()
159 static int bd82x6x_probe(struct udevice *dev) in bd82x6x_probe()
171 static int bd82x6x_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in bd82x6x_pch_get_spi_base()
183 static int bd82x6x_set_spi_protect(struct udevice *dev, bool protect) in bd82x6x_set_spi_protect()
188 static int bd82x6x_get_gpio_base(struct udevice *dev, u32 *gbasep) in bd82x6x_get_gpio_base()
219 static int bd82x6x_ioctl(struct udevice *dev, enum pch_req_t req, void *data, in bd82x6x_ioctl()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Deeprom.c10 static int mt7996_check_eeprom(struct mt7996_dev *dev) in mt7996_check_eeprom()
23 static char *mt7996_eeprom_name(struct mt7996_dev *dev) in mt7996_eeprom_name()
30 mt7996_eeprom_load_default(struct mt7996_dev *dev) in mt7996_eeprom_load_default()
55 static int mt7996_eeprom_load(struct mt7996_dev *dev) in mt7996_eeprom_load()
90 static int mt7996_eeprom_parse_efuse_hw_cap(struct mt7996_dev *dev) in mt7996_eeprom_parse_efuse_hw_cap()
149 int mt7996_eeprom_parse_hw_cap(struct mt7996_dev *dev, struct mt7996_phy *phy) in mt7996_eeprom_parse_hw_cap()
196 int mt7996_eeprom_init(struct mt7996_dev *dev) in mt7996_eeprom_init()
221 int mt7996_eeprom_get_target_power(struct mt7996_dev *dev, in mt7996_eeprom_get_target_power()
239 s8 mt7996_eeprom_get_power_delta(struct mt7996_dev *dev, int band) in mt7996_eeprom_get_power_delta()

1...<<21222324252627282930>>...634