Home
last modified time | relevance | path

Searched defs:dev (Results 726 – 750 of 15846) sorted by relevance

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

/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c139 static int tps65910_regulator_get_value(struct udevice *dev, in tps65910_regulator_get_value()
156 static int tps65910_ldo_get_value(struct udevice *dev) in tps65910_ldo_get_value()
190 static int tps65910_regulator_set_value(struct udevice *dev, in tps65910_regulator_set_value()
216 static int tps65910_ldo_set_value(struct udevice *dev, int uV) in tps65910_ldo_set_value()
248 static int tps65910_get_enable(struct udevice *dev) in tps65910_get_enable()
265 static int tps65910_set_enable(struct udevice *dev, bool enable) in tps65910_set_enable()
285 static int buck_get_vdd1_vdd2_value(struct udevice *dev, int reg_vdd) in buck_get_vdd1_vdd2_value()
305 static int tps65910_buck_get_value(struct udevice *dev) in tps65910_buck_get_value()
321 static int buck_set_vdd1_vdd2_value(struct udevice *dev, int uV) in buck_set_vdd1_vdd2_value()
369 static int tps65910_buck_set_value(struct udevice *dev, int uV) in tps65910_buck_set_value()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-lpc32xx.c42 #define rtc_readl(dev, reg) \ argument
44 #define rtc_writel(dev, reg, val) \ argument
66 static int lpc32xx_rtc_set_time(struct device *dev, struct rtc_time *time) in lpc32xx_rtc_set_time()
86 static int lpc32xx_rtc_read_alarm(struct device *dev, in lpc32xx_rtc_read_alarm()
99 static int lpc32xx_rtc_set_alarm(struct device *dev, in lpc32xx_rtc_set_alarm()
129 static int lpc32xx_rtc_alarm_irq_enable(struct device *dev, in lpc32xx_rtc_alarm_irq_enable()
152 static irqreturn_t lpc32xx_rtc_alarm_interrupt(int irq, void *dev) in lpc32xx_rtc_alarm_interrupt()
268 static int lpc32xx_rtc_suspend(struct device *dev) in lpc32xx_rtc_suspend()
282 static int lpc32xx_rtc_resume(struct device *dev) in lpc32xx_rtc_resume()
293 static int lpc32xx_rtc_freeze(struct device *dev) in lpc32xx_rtc_freeze()
[all …]
H A Drtc-tps65910.c47 static int tps65910_rtc_alarm_irq_enable(struct device *dev, in tps65910_rtc_alarm_irq_enable()
68 static int tps65910_rtc_read_time(struct device *dev, struct rtc_time *tm) in tps65910_rtc_read_time()
99 static int tps65910_rtc_set_time(struct device *dev, struct rtc_time *tm) in tps65910_rtc_set_time()
140 static int tps65910_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *alm) in tps65910_rtc_read_alarm()
171 static int tps65910_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alm) in tps65910_rtc_set_alarm()
202 static int tps65910_rtc_set_calibration(struct device *dev, int calibration) in tps65910_rtc_set_calibration()
279 static int tps65910_read_offset(struct device *dev, long *offset) in tps65910_read_offset()
303 static int tps65910_set_offset(struct device *dev, long offset) in tps65910_set_offset()
331 struct device *dev = rtc; in tps65910_rtc_interrupt() local
436 static int tps65910_rtc_suspend(struct device *dev) in tps65910_rtc_suspend()
[all …]
/openbmc/linux/drivers/pnp/
H A Dcard.c30 struct pnp_dev *dev; in match_card() local
53 static void card_remove(struct pnp_dev *dev) in card_remove()
58 static void card_remove_first(struct pnp_dev *dev) in card_remove_first()
75 struct pnp_dev *dev; in card_probe() local
258 struct pnp_dev *dev = card_to_pnp_dev(pos); in pnp_add_card() local
286 struct pnp_dev *dev = card_to_pnp_dev(pos); in pnp_remove_card() local
313 void pnp_remove_card_device(struct pnp_dev *dev) in pnp_remove_card_device()
332 struct pnp_dev *dev; in pnp_request_card_device() local
378 void pnp_release_card_device(struct pnp_dev *dev) in pnp_release_card_device()
391 static int card_suspend(struct pnp_dev *dev, pm_message_t state) in card_suspend()
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dzd1301_demod.c21 static int zd1301_demod_wreg(struct zd1301_demod_dev *dev, u16 reg, u8 val) in zd1301_demod_wreg()
39 struct zd1301_demod_dev *dev = fe->demodulator_priv; in zd1301_demod_set_frontend() local
147 struct zd1301_demod_dev *dev = fe->demodulator_priv; in zd1301_demod_sleep() local
180 struct zd1301_demod_dev *dev = fe->demodulator_priv; in zd1301_demod_init() local
214 struct zd1301_demod_dev *dev = fe->demodulator_priv; in zd1301_demod_get_tune_settings() local
228 struct zd1301_demod_dev *dev = fe->demodulator_priv; in zd1301_demod_read_status() local
301 struct zd1301_demod_dev *dev = platform_get_drvdata(pdev); in zd1301_demod_get_dvb_frontend() local
312 struct zd1301_demod_dev *dev = i2c_get_adapdata(adapter); in zd1301_demod_i2c_master_xfer() local
445 struct zd1301_demod_dev *dev = platform_get_drvdata(pdev); in zd1301_demod_get_i2c_adapter() local
456 struct zd1301_demod_dev *dev; in zd1301_demod_probe() local
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_sys.c12 static ssize_t qeth_bridge_port_role_state_show(struct device *dev, in qeth_bridge_port_role_state_show()
63 static ssize_t qeth_bridge_port_role_show(struct device *dev, in qeth_bridge_port_role_show()
74 static ssize_t qeth_bridge_port_role_store(struct device *dev, in qeth_bridge_port_role_store()
114 static ssize_t qeth_bridge_port_state_show(struct device *dev, in qeth_bridge_port_state_show()
128 static ssize_t qeth_bridgeport_hostnotification_show(struct device *dev, in qeth_bridgeport_hostnotification_show()
176 static ssize_t qeth_bridgeport_reflect_show(struct device *dev, in qeth_bridgeport_reflect_show()
196 static ssize_t qeth_bridgeport_reflect_store(struct device *dev, in qeth_bridgeport_reflect_store()
274 static ssize_t qeth_vnicc_timeout_show(struct device *dev, in qeth_vnicc_timeout_show()
290 static ssize_t qeth_vnicc_timeout_store(struct device *dev, in qeth_vnicc_timeout_store()
309 static ssize_t qeth_vnicc_char_show(struct device *dev, in qeth_vnicc_char_show()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dpci.c64 static void quirk_isa_bridge(struct pci_dev *dev) in quirk_isa_bridge()
70 static void quirk_cypress(struct pci_dev *dev) in quirk_cypress()
109 static void pcibios_fixup_final(struct pci_dev *dev) in pcibios_fixup_final()
130 struct pci_dev *dev = data; in pcibios_align_resource() local
205 struct pci_dev *dev; member
210 static void pdev_save_srm_config(struct pci_dev *dev) in pdev_save_srm_config()
251 #define pdev_save_srm_config(dev) do {} while (0) argument
256 struct pci_dev *dev = bus->self; in pcibios_fixup_bus() local
274 pcibios_set_master(struct pci_dev *dev) in pcibios_set_master()
287 struct pci_dev *dev; in pcibios_claim_one_bus() local
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dpio.c109 static u16 pio_txqueue_offset(struct b43_wldev *dev) in pio_txqueue_offset()
116 static u16 pio_rxqueue_offset(struct b43_wldev *dev) in pio_rxqueue_offset()
219 void b43_pio_free(struct b43_wldev *dev) in b43_pio_free()
235 int b43_pio_init(struct b43_wldev *dev) in b43_pio_init()
322 struct b43_wldev *dev = q->dev; in tx_write_2byte_queue() local
375 struct b43_wldev *dev = q->dev; in tx_write_4byte_queue() local
443 struct b43_wldev *dev = q->dev; in pio_tx_frame() local
563 void b43_pio_handle_txstatus(struct b43_wldev *dev, in b43_pio_handle_txstatus()
598 struct b43_wldev *dev = q->dev; in pio_rx_frame() local
803 void b43_pio_tx_suspend(struct b43_wldev *dev) in b43_pio_tx_suspend()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dcs35l41-lib.c69 static bool cs35l41_readable_reg(struct device *dev, unsigned int reg) in cs35l41_readable_reg()
357 static bool cs35l41_precious_reg(struct device *dev, unsigned int reg) in cs35l41_precious_reg()
373 static bool cs35l41_volatile_reg(struct device *dev, unsigned int reg) in cs35l41_volatile_reg()
779 int cs35l41_test_key_unlock(struct device *dev, struct regmap *regmap) in cs35l41_test_key_unlock()
795 int cs35l41_test_key_lock(struct device *dev, struct regmap *regmap) in cs35l41_test_key_lock()
812 int cs35l41_otp_unpack(struct device *dev, struct regmap *regmap) in cs35l41_otp_unpack()
935 int cs35l41_set_channels(struct device *dev, struct regmap *reg, in cs35l41_set_channels()
1137 int cs35l41_init_boost(struct device *dev, struct regmap *regmap, in cs35l41_init_boost()
1489 int cs35l41_write_fs_errata(struct device *dev, struct regmap *regmap) in cs35l41_write_fs_errata()
1502 int cs35l41_enter_hibernate(struct device *dev, struct regmap *regmap, in cs35l41_enter_hibernate()
[all …]
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_rdma.c116 void mtk_rdma_register_vblank_cb(struct device *dev, in mtk_rdma_register_vblank_cb()
134 void mtk_rdma_enable_vblank(struct device *dev) in mtk_rdma_enable_vblank()
140 void mtk_rdma_disable_vblank(struct device *dev) in mtk_rdma_disable_vblank()
145 const u32 *mtk_rdma_get_formats(struct device *dev) in mtk_rdma_get_formats()
152 size_t mtk_rdma_get_num_formats(struct device *dev) in mtk_rdma_get_num_formats()
159 int mtk_rdma_clk_enable(struct device *dev) in mtk_rdma_clk_enable()
166 void mtk_rdma_clk_disable(struct device *dev) in mtk_rdma_clk_disable()
173 void mtk_rdma_start(struct device *dev) in mtk_rdma_start()
179 void mtk_rdma_stop(struct device *dev) in mtk_rdma_stop()
253 unsigned int mtk_rdma_layer_nr(struct device *dev) in mtk_rdma_layer_nr()
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Dcounters.c42 int rdma_counter_set_auto_mode(struct ib_device *dev, u32 port, in rdma_counter_set_auto_mode()
109 int rdma_counter_modify(struct ib_device *dev, u32 port, in rdma_counter_modify()
258 struct ib_device *dev = counter->device; in counter_history_stat_update() local
283 struct ib_device *dev = qp->device; in rdma_get_counter_auto_mode() local
326 struct ib_device *dev = qp->device; in rdma_counter_bind_qp_auto() local
379 struct ib_device *dev = counter->device; in rdma_counter_query_stats() local
484 int rdma_counter_bind_qpn(struct ib_device *dev, u32 port, in rdma_counter_bind_qpn()
581 int rdma_counter_unbind_qpn(struct ib_device *dev, u32 port, in rdma_counter_unbind_qpn()
614 int rdma_counter_get_mode(struct ib_device *dev, u32 port, in rdma_counter_get_mode()
627 void rdma_counter_init(struct ib_device *dev) in rdma_counter_init()
[all …]
/openbmc/linux/net/8021q/
H A Dvlan_core.c113 u16 vlan_dev_vlan_id(const struct net_device *dev) in vlan_dev_vlan_id()
119 __be16 vlan_dev_vlan_proto(const struct net_device *dev) in vlan_dev_vlan_proto()
149 static struct vlan_info *vlan_info_alloc(struct net_device *dev) in vlan_info_alloc()
227 int vlan_for_each(struct net_device *dev, in vlan_for_each()
228 int (*action)(struct net_device *dev, int vid, void *arg), in vlan_for_each()
298 struct net_device *dev = vlan_info->real_dev; in __vlan_vid_add() local
318 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add()
357 struct net_device *dev = vlan_info->real_dev; in __vlan_vid_del() local
396 int vlan_vids_add_by_dev(struct net_device *dev, in vlan_vids_add_by_dev()
431 void vlan_vids_del_by_dev(struct net_device *dev, in vlan_vids_del_by_dev()
[all …]
/openbmc/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c74 struct device *dev; member
102 static void emac_update_speed(struct net_device *dev) in emac_update_speed()
115 static void emac_update_duplex(struct net_device *dev) in emac_update_duplex()
167 static int emac_mdio_probe(struct net_device *dev) in emac_mdio_probe()
193 static void emac_mdio_remove(struct net_device *dev) in emac_mdio_remove()
248 struct net_device *dev = db->ndev; in emac_dma_done_callback() local
331 static void emac_get_drvinfo(struct net_device *dev, in emac_get_drvinfo()
617 static void emac_rx(struct net_device *dev) in emac_rx()
761 struct net_device *dev = dev_id; in emac_interrupt() local
827 static int emac_open(struct net_device *dev) in emac_open()
[all …]
/openbmc/linux/sound/soc/atmel/
H A Dmchp-spdiftx.c193 struct device *dev; member
243 struct mchp_spdiftx_dev *dev = dev_id; in mchp_spdiftx_interrupt() local
286 struct mchp_spdiftx_dev *dev = snd_soc_dai_get_drvdata(dai); in mchp_spdiftx_dai_startup() local
298 struct mchp_spdiftx_dev *dev = snd_soc_dai_get_drvdata(dai); in mchp_spdiftx_dai_shutdown() local
307 struct mchp_spdiftx_dev *dev = snd_soc_dai_get_drvdata(dai); in mchp_spdiftx_trigger() local
350 struct mchp_spdiftx_dev *dev = snd_soc_dai_get_drvdata(dai); in mchp_spdiftx_hw_params() local
513 struct mchp_spdiftx_dev *dev = snd_soc_dai_get_drvdata(dai); in mchp_spdiftx_hw_free() local
732 static int mchp_spdiftx_runtime_suspend(struct device *dev) in mchp_spdiftx_runtime_suspend()
744 static int mchp_spdiftx_runtime_resume(struct device *dev) in mchp_spdiftx_runtime_resume()
783 struct mchp_spdiftx_dev *dev; in mchp_spdiftx_probe() local
[all …]
/openbmc/linux/net/sched/
H A Dsch_generic.c392 struct net_device *dev; in qdisc_restart() local
465 void netif_tx_lock(struct net_device *dev) in netif_tx_lock()
488 void netif_tx_unlock(struct net_device *dev) in netif_tx_unlock()
576 void netif_carrier_on(struct net_device *dev) in netif_carrier_on()
595 void netif_carrier_off(struct net_device *dev) in netif_carrier_off()
930 struct net_device *dev; in qdisc_alloc() local
1231 void dev_activate(struct net_device *dev) in dev_activate()
1344 struct net_device *dev; in dev_deactivate_many() local
1382 void dev_deactivate(struct net_device *dev) in dev_deactivate()
1415 struct net_device *dev = qdisc_dev(sch); in mq_change_real_num_tx() local
[all …]
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c112 static void amd_pmf_set_automode(struct amd_pmf_dev *dev, int idx, in amd_pmf_set_automode()
150 void amd_pmf_trans_automode(struct amd_pmf_dev *dev, int socket_power, ktime_t time_elapsed_ms) in amd_pmf_trans_automode()
228 void amd_pmf_update_2_cql(struct amd_pmf_dev *dev, bool is_cql_event) in amd_pmf_update_2_cql()
302 static void amd_pmf_load_defaults_auto_mode(struct amd_pmf_dev *dev) in amd_pmf_load_defaults_auto_mode()
410 int amd_pmf_reset_amt(struct amd_pmf_dev *dev) in amd_pmf_reset_amt()
427 void amd_pmf_handle_amt(struct amd_pmf_dev *dev) in amd_pmf_handle_amt()
432 void amd_pmf_deinit_auto_mode(struct amd_pmf_dev *dev) in amd_pmf_deinit_auto_mode()
437 void amd_pmf_init_auto_mode(struct amd_pmf_dev *dev) in amd_pmf_init_auto_mode()
/openbmc/linux/net/ieee802154/
H A Dnl-mac.c147 struct net_device *dev; in ieee802154_nl_get_dev() local
175 struct net_device *dev; in ieee802154_associate_req() local
222 struct net_device *dev; in ieee802154_associate_resp() local
255 struct net_device *dev; in ieee802154_disassociate_req() local
297 struct net_device *dev; in ieee802154_start_req() local
369 struct net_device *dev; in ieee802154_scan_req() local
410 struct net_device *dev = NULL; in ieee802154_list_iface() local
441 struct net_device *dev; in ieee802154_dump_iface() local
466 struct net_device *dev = NULL; in ieee802154_set_macparams() local
766 struct net_device *dev; member
[all …]
/openbmc/u-boot/lib/
H A Dtpm-v1.c51 u32 tpm1_resume(struct udevice *dev) in tpm1_resume()
56 u32 tpm1_self_test_full(struct udevice *dev) in tpm1_self_test_full()
64 u32 tpm1_continue_self_test(struct udevice *dev) in tpm1_continue_self_test()
72 u32 tpm1_clear_and_reenable(struct udevice *dev) in tpm1_clear_and_reenable()
141 u32 tpm1_nv_set_locked(struct udevice *dev) in tpm1_nv_set_locked()
327 u32 tpm1_force_clear(struct udevice *dev) in tpm1_force_clear()
336 u32 tpm1_physical_enable(struct udevice *dev) in tpm1_physical_enable()
345 u32 tpm1_physical_disable(struct udevice *dev) in tpm1_physical_disable()
410 u32 tpm1_get_permanent_flags(struct udevice *dev, in tpm1_get_permanent_flags()
660 u32 tpm1_end_oiap(struct udevice *dev) in tpm1_end_oiap()
[all …]
/openbmc/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c138 struct raw_dev *dev; member
166 struct device *dev; member
189 struct raw_dev *dev; in dev_new() local
232 static int raw_queue_event(struct raw_dev *dev, in raw_queue_event()
249 struct raw_dev *dev = req->context; in gadget_ep0_complete() local
327 struct raw_dev *dev = get_gadget_data(gadget); in gadget_unbind() local
338 struct raw_dev *dev = get_gadget_data(gadget); in gadget_setup() local
381 struct raw_dev *dev; in raw_open() local
399 struct raw_dev *dev = fd->private_data; in raw_release() local
998 struct raw_dev *dev = r_ep->dev; in gadget_ep_complete() local
[all …]
/openbmc/linux/drivers/pci/pcie/
H A Daer.c186 void pcie_set_ecrc_checking(struct pci_dev *dev) in pcie_set_ecrc_checking()
224 int pcie_aer_is_native(struct pci_dev *dev) in pcie_aer_is_native()
290 int pci_aer_raw_clear_status(struct pci_dev *dev) in pci_aer_raw_clear_status()
315 int pci_aer_clear_status(struct pci_dev *dev) in pci_aer_clear_status()
323 void pci_save_aer_state(struct pci_dev *dev) in pci_save_aer_state()
345 void pci_restore_aer_state(struct pci_dev *dev) in pci_restore_aer_state()
367 void pci_aer_init(struct pci_dev *dev) in pci_aer_init()
394 void pci_aer_exit(struct pci_dev *dev) in pci_aer_exit()
594 struct device *dev = kobj_to_dev(kobj); in aer_stats_attrs_are_visible() local
914 struct pci_dev *dev = parent; in find_source_device() local
[all …]
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_drv.c23 struct komeda_dev *dev_to_mdev(struct device *dev) in dev_to_mdev()
32 struct device *dev = &pdev->dev; in komeda_platform_remove() local
50 struct device *dev = &pdev->dev; in komeda_platform_probe() local
100 static int __maybe_unused komeda_rt_pm_suspend(struct device *dev) in komeda_rt_pm_suspend()
107 static int __maybe_unused komeda_rt_pm_resume(struct device *dev) in komeda_rt_pm_resume()
114 static int __maybe_unused komeda_pm_suspend(struct device *dev) in komeda_pm_suspend()
127 static int __maybe_unused komeda_pm_resume(struct device *dev) in komeda_pm_resume()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drdma.c13 static void mlx5_rdma_disable_roce_steering(struct mlx5_core_dev *dev) in mlx5_rdma_disable_roce_steering()
22 static int mlx5_rdma_enable_roce_steering(struct mlx5_core_dev *dev) in mlx5_rdma_enable_roce_steering()
104 static void mlx5_rdma_del_roce_addr(struct mlx5_core_dev *dev) in mlx5_rdma_del_roce_addr()
110 static void mlx5_rdma_make_default_gid(struct mlx5_core_dev *dev, union ib_gid *gid) in mlx5_rdma_make_default_gid()
119 static int mlx5_rdma_add_roce_addr(struct mlx5_core_dev *dev) in mlx5_rdma_add_roce_addr()
131 void mlx5_rdma_disable_roce(struct mlx5_core_dev *dev) in mlx5_rdma_disable_roce()
143 void mlx5_rdma_enable_roce(struct mlx5_core_dev *dev) in mlx5_rdma_enable_roce()
/openbmc/linux/drivers/pci/
H A Dremove.c6 static void pci_free_resources(struct pci_dev *dev) in pci_free_resources()
16 static void pci_stop_dev(struct pci_dev *dev) in pci_stop_dev()
31 static void pci_destroy_dev(struct pci_dev *dev) in pci_destroy_dev()
67 static void pci_stop_bus_device(struct pci_dev *dev) in pci_stop_bus_device()
87 static void pci_remove_bus_device(struct pci_dev *dev) in pci_remove_bus_device()
116 void pci_stop_and_remove_bus_device(struct pci_dev *dev) in pci_stop_and_remove_bus_device()
123 void pci_stop_and_remove_bus_device_locked(struct pci_dev *dev) in pci_stop_and_remove_bus_device_locked()
/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.c77 int init_sata(int dev) in init_sata()
258 int reset_sata(int dev) in reset_sata()
482 static void fsl_sata_identify(int dev, u16 *id) in fsl_sata_identify()
497 static void fsl_sata_xfer_mode(int dev, u16 *id) in fsl_sata_xfer_mode()
507 static void fsl_sata_set_features(int dev) in fsl_sata_set_features()
561 static void fsl_sata_flush_cache(int dev) in fsl_sata_flush_cache()
649 static void fsl_sata_flush_cache_ext(int dev) in fsl_sata_flush_cache_ext()
675 static int fsl_sata_get_wcache(int dev) in fsl_sata_get_wcache()
681 static int fsl_sata_get_flush(int dev) in fsl_sata_get_flush()
687 static int fsl_sata_get_flush_ext(int dev) in fsl_sata_get_flush_ext()
[all …]
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dp54usb.c144 struct ieee80211_hw *dev = info->dev; in p54u_rx_cb() local
198 struct ieee80211_hw *dev = in p54u_tx_cb() local
206 static void p54u_free_urbs(struct ieee80211_hw *dev) in p54u_free_urbs()
212 static void p54u_stop(struct ieee80211_hw *dev) in p54u_stop()
222 static int p54u_init_urbs(struct ieee80211_hw *dev) in p54u_init_urbs()
271 static int p54u_open(struct ieee80211_hw *dev) in p54u_open()
869 struct ieee80211_hw *dev = priv->common.hw; in p54u_start_ops() local
988 struct ieee80211_hw *dev; in p54u_probe() local
1057 struct ieee80211_hw *dev = usb_get_intfdata(intf); in p54u_disconnect() local
1073 struct ieee80211_hw *dev = usb_get_intfdata(intf); in p54u_pre_reset() local
[all …]

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