Home
last modified time | relevance | path

Searched defs:dev (Results 176 – 200 of 9628) sorted by relevance

12345678910>>...386

/linux/include/linux/
H A Ddma-map-ops.h76 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
83 static inline void set_dma_ops(struct device *dev, in set_dma_ops()
89 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
93 static inline void set_dma_ops(struct device *dev, in set_dma_ops()
102 static inline struct cma *dev_get_cma_area(struct device *dev) in dev_get_cma_area()
122 static inline struct cma *dev_get_cma_area(struct device *dev) in dev_get_cma_area()
135 static inline struct page *dma_alloc_from_contiguous(struct device *dev, in dma_alloc_from_contiguous()
140 static inline bool dma_release_from_contiguous(struct device *dev, in dma_release_from_contiguous()
146 static inline struct page *dma_alloc_contiguous(struct device *dev, size_t size, in dma_alloc_contiguous()
151 static inline void dma_free_contiguous(struct device *dev, struct page *page, in dma_free_contiguous()
[all …]
H A Dof_device.h20 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
34 static inline int of_dma_configure(struct device *dev, in of_dma_configure()
45 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
51 static inline void of_device_uevent(const struct device *dev, in of_device_uevent()
54 static inline int of_device_modalias(struct device *dev, in of_device_modalias()
60 static inline int of_device_uevent_modalias(const struct device *dev, in of_device_uevent_modalias()
67 const struct of_device_id *matches, const struct device *dev) in of_match_device()
72 static inline int of_dma_configure_id(struct device *dev, in of_dma_configure_id()
79 static inline int of_dma_configure(struct device *dev, in of_dma_configure()
86 static inline void of_device_make_bus_id(struct device *dev) {} in of_device_make_bus_id()
/linux/drivers/usb/gadget/function/
H A Du_ether.c111 struct eth_dev *dev = netdev_priv(net); in eth_get_drvinfo() local
130 static void defer_kevent(struct eth_dev *dev, int flag) in defer_kevent()
143 rx_submit(struct eth_dev *dev, struct usb_request *req, gfp_t gfp_flags) in rx_submit()
224 struct eth_dev *dev = ep->driver_data; in rx_complete() local
352 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests()
371 static void rx_fill(struct eth_dev *dev, gfp_t gfp_flags) in rx_fill()
395 struct eth_dev *dev = container_of(work, struct eth_dev, work); in eth_work() local
409 struct eth_dev *dev = ep->driver_data; in tx_complete() local
457 struct eth_dev *dev = netdev_priv(net); in eth_start_xmit() local
602 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags) in eth_start()
[all …]
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c449 struct ksz_device *dev = dp->ds->priv; in ksz_phylink_mac_select_pcs() local
2159 static int ksz_check_device_id(struct ksz_device *dev) in ksz_check_device_id()
2187 struct ksz_device *dev = ds->priv; in ksz_phylink_get_caps() local
2225 void ksz_r_mib_stats64(struct ksz_device *dev, int port) in ksz_r_mib_stats64()
2281 void ksz88xx_r_mib_stats64(struct ksz_device *dev, int port) in ksz88xx_r_mib_stats64()
2333 struct ksz_device *dev = ds->priv; in ksz_get_stats64() local
2346 struct ksz_device *dev = ds->priv; in ksz_get_pause_stats() local
2359 struct ksz_device *dev = ds->priv; in ksz_get_strings() local
2392 static void ksz_update_port_member(struct ksz_device *dev, int port) in ksz_update_port_member()
2476 struct ksz_device *dev = bus->priv; in ksz_sw_mdio_read() local
[all …]
/linux/drivers/net/wan/
H A Dhdlc.c45 static int hdlc_rcv(struct sk_buff *skb, struct net_device *dev, in hdlc_rcv()
67 netdev_tx_t hdlc_start_xmit(struct sk_buff *skb, struct net_device *dev) in hdlc_start_xmit()
78 static inline void hdlc_proto_start(struct net_device *dev) in hdlc_proto_start()
86 static inline void hdlc_proto_stop(struct net_device *dev) in hdlc_proto_stop()
97 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in hdlc_device_event() local
143 int hdlc_open(struct net_device *dev) in hdlc_open()
178 void hdlc_close(struct net_device *dev) in hdlc_close()
199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl()
224 static void hdlc_setup_dev(struct net_device *dev) in hdlc_setup_dev()
241 static void hdlc_setup(struct net_device *dev) in hdlc_setup()
[all …]
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c39 NVWriteVgaSeq(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaSeq()
46 NVReadVgaSeq(struct drm_device *dev, int head, uint8_t index) in NVReadVgaSeq()
53 NVWriteVgaGr(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaGr()
60 NVReadVgaGr(struct drm_device *dev, int head, uint8_t index) in NVReadVgaGr()
85 NVSetOwner(struct drm_device *dev, int owner) in NVSetOwner()
110 NVBlankScreen(struct drm_device *dev, int head, bool blank) in NVBlankScreen()
132 nouveau_hw_decode_pll(struct drm_device *dev, uint32_t reg1, uint32_t pll1, in nouveau_hw_decode_pll()
164 nouveau_hw_get_pllvals(struct drm_device *dev, enum nvbios_pll_type plltype, in nouveau_hw_get_pllvals()
215 nouveau_hw_get_clock(struct drm_device *dev, enum nvbios_pll_type plltype) in nouveau_hw_get_clock()
252 nouveau_hw_fix_bad_vpll(struct drm_device *dev, int head) in nouveau_hw_fix_bad_vpll()
[all …]
/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c184 static void print_regs(struct udc *dev) in print_regs()
217 int udc_mask_unused_interrupts(struct udc *dev) in udc_mask_unused_interrupts()
240 static int udc_enable_ep0_interrupts(struct udc *dev) in udc_enable_ep0_interrupts()
257 int udc_enable_dev_setup_interrupts(struct udc *dev) in udc_enable_dev_setup_interrupts()
281 struct udc *dev; in udc_set_txfifo_addr() local
322 struct udc *dev; in udc_ep_enable() local
560 static void udc_free_dma_chain(struct udc *dev, struct udc_request *req) in udc_free_dma_chain()
680 static int udc_rxfifo_read_dwords(struct udc *dev, u32 *buf, int dwords) in udc_rxfifo_read_dwords()
692 static int udc_rxfifo_read_bytes(struct udc *dev, u8 *buf, int bytes) in udc_rxfifo_read_bytes()
964 struct udc *dev; in complete_req() local
[all …]
H A Dpch_udc.c289 struct pch_udc_dev *dev; member
400 static inline u32 pch_udc_readl(struct pch_udc_dev *dev, unsigned long reg) in pch_udc_readl()
405 static inline void pch_udc_writel(struct pch_udc_dev *dev, in pch_udc_writel()
411 static inline void pch_udc_bit_set(struct pch_udc_dev *dev, in pch_udc_bit_set()
418 static inline void pch_udc_bit_clr(struct pch_udc_dev *dev, in pch_udc_bit_clr()
454 static void pch_udc_csr_busy(struct pch_udc_dev *dev) in pch_udc_csr_busy()
472 static void pch_udc_write_csr(struct pch_udc_dev *dev, unsigned long val, in pch_udc_write_csr()
489 static u32 pch_udc_read_csr(struct pch_udc_dev *dev, unsigned int ep) in pch_udc_read_csr()
503 static inline void pch_udc_rmt_wakeup(struct pch_udc_dev *dev) in pch_udc_rmt_wakeup()
515 static inline int pch_udc_get_frame(struct pch_udc_dev *dev) in pch_udc_get_frame()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c189 static int mlx4_internal_err_ret_value(struct mlx4_dev *dev, u16 op, in mlx4_internal_err_ret_value()
241 static int mlx4_cmd_reset_flow(struct mlx4_dev *dev, u16 op, u8 op_modifier, in mlx4_cmd_reset_flow()
255 static int comm_pending(struct mlx4_dev *dev) in comm_pending()
263 static int mlx4_comm_cmd_post(struct mlx4_dev *dev, u8 cmd, u16 param) in mlx4_comm_cmd_post()
288 static int mlx4_comm_cmd_poll(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd_poll()
338 static int mlx4_comm_cmd_wait(struct mlx4_dev *dev, u8 vhcr_cmd, in mlx4_comm_cmd_wait()
407 int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd()
418 static int cmd_pending(struct mlx4_dev *dev) in cmd_pending()
432 static int mlx4_cmd_post(struct mlx4_dev *dev, u64 in_param, u64 out_param, in mlx4_cmd_post()
511 static int mlx4_slave_cmd(struct mlx4_dev *dev, u64 in_param, u64 *out_param, in mlx4_slave_cmd()
[all …]
H A Dqp.c56 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type) in mlx4_qp_event()
79 static int is_master_qp0(struct mlx4_dev *dev, struct mlx4_qp *qp, int *real_qp0, int *proxy_qp0) in is_master_qp0()
92 static int __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in __mlx4_qp_modify()
213 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_modify()
224 int __mlx4_qp_reserve_range(struct mlx4_dev *dev, int cnt, int align, in __mlx4_qp_reserve_range()
252 int mlx4_qp_reserve_range(struct mlx4_dev *dev, int cnt, int align, in mlx4_qp_reserve_range()
280 void __mlx4_qp_release_range(struct mlx4_dev *dev, int base_qpn, int cnt) in __mlx4_qp_release_range()
290 void mlx4_qp_release_range(struct mlx4_dev *dev, int base_qpn, int cnt) in mlx4_qp_release_range()
313 int __mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn) in __mlx4_qp_alloc_icm()
357 static int mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn) in mlx4_qp_alloc_icm()
[all …]
/linux/drivers/media/tuners/
H A De4000.c10 static int e4000_init(struct e4000_dev *dev) in e4000_init()
78 static int e4000_sleep(struct e4000_dev *dev) in e4000_sleep()
97 static int e4000_set_params(struct e4000_dev *dev) in e4000_set_params()
285 struct e4000_dev *dev = e4000_subdev_to_dev(sd); in e4000_standby() local
297 struct e4000_dev *dev = e4000_subdev_to_dev(sd); in e4000_g_tuner() local
312 struct e4000_dev *dev = e4000_subdev_to_dev(sd); in e4000_s_tuner() local
321 struct e4000_dev *dev = e4000_subdev_to_dev(sd); in e4000_g_frequency() local
332 struct e4000_dev *dev = e4000_subdev_to_dev(sd); in e4000_s_frequency() local
346 struct e4000_dev *dev = e4000_subdev_to_dev(sd); in e4000_enum_freq_bands() local
376 struct e4000_dev *dev = fe->tuner_priv; in e4000_set_lna_gain() local
[all …]
/linux/drivers/net/
H A Dnetkit.c34 struct net_device *dev; member
72 static struct netkit *netkit_priv(const struct net_device *dev) in netkit_priv()
77 static netdev_tx_t netkit_xmit(struct sk_buff *skb, struct net_device *dev) in netkit_xmit()
131 static int netkit_open(struct net_device *dev) in netkit_open()
145 static int netkit_close(struct net_device *dev) in netkit_close()
156 static int netkit_get_iflink(const struct net_device *dev) in netkit_get_iflink()
170 static void netkit_set_multicast(struct net_device *dev) in netkit_set_multicast()
175 static int netkit_set_macaddr(struct net_device *dev, void *sa) in netkit_set_macaddr()
185 static void netkit_set_headroom(struct net_device *dev, int headroom) in netkit_set_headroom()
208 INDIRECT_CALLABLE_SCOPE struct net_device *netkit_peer_dev(struct net_device *dev) in netkit_peer_dev()
[all …]
/linux/drivers/extcon/
H A Ddevres.c11 static int devm_extcon_dev_match(struct device *dev, void *res, void *data) in devm_extcon_dev_match()
21 static void devm_extcon_dev_release(struct device *dev, void *res) in devm_extcon_dev_release()
27 static void devm_extcon_dev_unreg(struct device *dev, void *res) in devm_extcon_dev_unreg()
38 static void devm_extcon_dev_notifier_unreg(struct device *dev, void *res) in devm_extcon_dev_notifier_unreg()
45 static void devm_extcon_dev_notifier_all_unreg(struct device *dev, void *res) in devm_extcon_dev_notifier_all_unreg()
65 struct extcon_dev *devm_extcon_dev_allocate(struct device *dev, in devm_extcon_dev_allocate()
97 void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_free()
118 int devm_extcon_dev_register(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_register()
148 void devm_extcon_dev_unregister(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_unregister()
172 int devm_extcon_register_notifier(struct device *dev, struct extcon_dev *edev, in devm_extcon_register_notifier()
[all …]
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_vp8.c436 static uint8_t read_bits(struct cedrus_dev *dev, unsigned int bits_count, in read_bits()
449 static void get_delta_q(struct cedrus_dev *dev) in get_delta_q()
457 static void process_segmentation_info(struct cedrus_dev *dev) in process_segmentation_info()
485 static void process_ref_lf_delta_info(struct cedrus_dev *dev) in process_ref_lf_delta_info()
504 static void process_ref_frame_info(struct cedrus_dev *dev) in process_ref_frame_info()
519 static void cedrus_irq_clear(struct cedrus_dev *dev) in cedrus_irq_clear()
525 static void cedrus_read_header(struct cedrus_dev *dev, in cedrus_read_header()
627 struct cedrus_dev *dev = ctx->dev; in cedrus_vp8_irq_status() local
647 struct cedrus_dev *dev = ctx->dev; in cedrus_vp8_irq_disable() local
659 struct cedrus_dev *dev = ctx->dev; in cedrus_vp8_setup() local
[all …]
/linux/drivers/iio/pressure/
H A Dbmp280-regmap.c8 static bool bmp180_is_writeable_reg(struct device *dev, unsigned int reg) in bmp180_is_writeable_reg()
19 static bool bmp180_is_volatile_reg(struct device *dev, unsigned int reg) in bmp180_is_volatile_reg()
44 static bool bme280_is_writeable_reg(struct device *dev, unsigned int reg) in bme280_is_writeable_reg()
57 static bool bmp280_is_writeable_reg(struct device *dev, unsigned int reg) in bmp280_is_writeable_reg()
69 static bool bmp280_is_volatile_reg(struct device *dev, unsigned int reg) in bmp280_is_volatile_reg()
85 static bool bme280_is_volatile_reg(struct device *dev, unsigned int reg) in bme280_is_volatile_reg()
102 static bool bmp380_is_writeable_reg(struct device *dev, unsigned int reg) in bmp380_is_writeable_reg()
122 static bool bmp380_is_volatile_reg(struct device *dev, unsigned int reg) in bmp380_is_volatile_reg()
145 static bool bmp580_is_writeable_reg(struct device *dev, unsigned int reg) in bmp580_is_writeable_reg()
171 static bool bmp580_is_volatile_reg(struct device *dev, unsigned int reg) in bmp580_is_volatile_reg()
/linux/drivers/i2c/busses/
H A Di2c-at91-master.c33 void at91_init_twi_bus_master(struct at91_twi_dev *dev) in at91_init_twi_bus_master()
67 static void at91_calc_twi_clock(struct at91_twi_dev *dev) in at91_calc_twi_clock()
133 static void at91_twi_dma_cleanup(struct at91_twi_dev *dev) in at91_twi_dma_cleanup()
155 static void at91_twi_write_next_byte(struct at91_twi_dev *dev) in at91_twi_write_next_byte()
177 struct at91_twi_dev *dev = (struct at91_twi_dev *)data; in at91_twi_write_data_dma_callback() local
194 static void at91_twi_write_data_dma(struct at91_twi_dev *dev) in at91_twi_write_data_dma()
272 static void at91_twi_read_next_byte(struct at91_twi_dev *dev) in at91_twi_read_next_byte()
318 struct at91_twi_dev *dev = (struct at91_twi_dev *)data; in at91_twi_read_data_dma_callback() local
333 static void at91_twi_read_data_dma(struct at91_twi_dev *dev) in at91_twi_read_data_dma()
392 struct at91_twi_dev *dev = dev_id; in atmel_twi_interrupt() local
[all …]
H A Di2c-at91-core.c28 unsigned at91_twi_read(struct at91_twi_dev *dev, unsigned reg) in at91_twi_read()
33 void at91_twi_write(struct at91_twi_dev *dev, unsigned reg, unsigned val) in at91_twi_write()
38 void at91_disable_twi_interrupts(struct at91_twi_dev *dev) in at91_disable_twi_interrupts()
43 void at91_twi_irq_save(struct at91_twi_dev *dev) in at91_twi_irq_save()
49 void at91_twi_irq_restore(struct at91_twi_dev *dev) in at91_twi_irq_restore()
54 void at91_init_twi_bus(struct at91_twi_dev *dev) in at91_init_twi_bus()
198 struct at91_twi_dev *dev; in at91_twi_probe() local
269 struct at91_twi_dev *dev = platform_get_drvdata(pdev); in at91_twi_remove() local
277 static int __maybe_unused at91_twi_runtime_suspend(struct device *dev) in at91_twi_runtime_suspend()
288 static int __maybe_unused at91_twi_runtime_resume(struct device *dev) in at91_twi_runtime_resume()
[all …]
/linux/drivers/base/
H A Dplatform.c55 struct resource *platform_get_resource(struct platform_device *dev, in platform_get_resource()
70 struct resource *platform_get_mem_or_io(struct platform_device *dev, in platform_get_mem_or_io()
171 int platform_get_irq_optional(struct platform_device *dev, unsigned int num) in platform_get_irq_optional()
260 int platform_get_irq(struct platform_device *dev, unsigned int num) in platform_get_irq()
279 int platform_irq_count(struct platform_device *dev) in platform_irq_count()
307 static void devm_platform_get_irqs_affinity_release(struct device *dev, in devm_platform_get_irqs_affinity_release()
335 int devm_platform_get_irqs_affinity(struct platform_device *dev, in devm_platform_get_irqs_affinity()
420 struct resource *platform_get_resource_byname(struct platform_device *dev, in platform_get_resource_byname()
439 static int __platform_get_irq_byname(struct platform_device *dev, in __platform_get_irq_byname()
468 int platform_get_irq_byname(struct platform_device *dev, const char *name) in platform_get_irq_byname()
[all …]
/linux/drivers/acpi/
H A Dacpi_tad.c70 static int acpi_tad_set_real_time(struct device *dev, struct acpi_tad_rt *rt) in acpi_tad_set_real_time()
105 static int acpi_tad_get_real_time(struct device *dev, struct acpi_tad_rt *rt) in acpi_tad_get_real_time()
157 static ssize_t time_store(struct device *dev, struct device_attribute *attr, in time_store()
226 static ssize_t time_show(struct device *dev, struct device_attribute *attr, in time_show()
251 static int acpi_tad_wake_set(struct device *dev, char *method, u32 timer_id, in acpi_tad_wake_set()
281 static int acpi_tad_wake_write(struct device *dev, const char *buf, char *method, in acpi_tad_wake_write()
301 static ssize_t acpi_tad_wake_read(struct device *dev, char *buf, char *method, in acpi_tad_wake_read()
334 static int acpi_tad_alarm_write(struct device *dev, const char *buf, in acpi_tad_alarm_write()
340 static ssize_t acpi_tad_alarm_read(struct device *dev, char *buf, u32 timer_id) in acpi_tad_alarm_read()
347 static int acpi_tad_policy_write(struct device *dev, const char *buf, in acpi_tad_policy_write()
[all …]
/linux/drivers/gpu/drm/gma500/
H A Dpower.c46 void gma_power_init(struct drm_device *dev) in gma_power_init()
79 void gma_power_uninit(struct drm_device *dev) in gma_power_uninit()
95 static void gma_suspend_display(struct drm_device *dev) in gma_suspend_display()
112 struct drm_device *dev = pci_get_drvdata(pdev); in gma_resume_display() local
136 struct drm_device *dev = pci_get_drvdata(pdev); in gma_suspend_pci() local
159 struct drm_device *dev = pci_get_drvdata(pdev); in gma_resume_pci() local
181 struct drm_device *dev = pci_get_drvdata(pdev); in gma_power_suspend() local
198 struct drm_device *dev = pci_get_drvdata(pdev); in gma_power_resume() local
214 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin()
229 void gma_power_end(struct drm_device *dev) in gma_power_end()
/linux/drivers/media/usb/em28xx/
H A Dem28xx-audio.c49 static int em28xx_deinit_isoc_audio(struct em28xx *dev) in em28xx_deinit_isoc_audio()
68 struct em28xx *dev = urb->context; in em28xx_audio_isocirq() local
159 static int em28xx_init_audio_isoc(struct em28xx *dev) in em28xx_init_audio_isoc()
218 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_capture_open() local
298 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_pcm_close() local
319 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_prepare() local
334 struct em28xx *dev = container_of(adev, struct em28xx, adev); in audio_trigger() local
348 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_capture_trigger() local
376 struct em28xx *dev; in snd_em28xx_capture_pointer() local
396 struct em28xx *dev = snd_kcontrol_chip(kcontrol); in em28xx_vol_info() local
[all …]
/linux/include/net/
H A Dnet_debug.h28 #define netdev_level_once(level, dev, fmt, ...) \ argument
38 #define netdev_emerg_once(dev, fmt, ...) \ argument
40 #define netdev_alert_once(dev, fmt, ...) \ argument
42 #define netdev_crit_once(dev, fmt, ...) \ argument
44 #define netdev_err_once(dev, fmt, ...) \ argument
46 #define netdev_warn_once(dev, fmt, ...) \ argument
48 #define netdev_notice_once(dev, fmt, ...) \ argument
50 #define netdev_info_once(dev, fmt, ...) \ argument
74 #define netdev_vdbg(dev, format, args...) \ argument
84 #define netif_printk(priv, type, level, dev, fmt, args...) \ argument
[all …]
/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Drtl8225se.c75 static void rtl8187se_three_wire_io(struct ieee80211_hw *dev, u8 *data, in rtl8187se_three_wire_io()
132 static u32 rtl8187se_rf_readreg(struct ieee80211_hw *dev, u8 addr) in rtl8187se_rf_readreg()
139 static void rtl8187se_rf_writereg(struct ieee80211_hw *dev, u8 addr, u32 data) in rtl8187se_rf_writereg()
146 static void rtl8225se_write_zebra_agc(struct ieee80211_hw *dev) in rtl8225se_write_zebra_agc()
157 static void rtl8187se_write_ofdm_config(struct ieee80211_hw *dev) in rtl8187se_write_ofdm_config()
167 static void rtl8225sez2_rf_set_tx_power(struct ieee80211_hw *dev, int channel) in rtl8225sez2_rf_set_tx_power()
200 static void rtl8187se_write_rf_gain(struct ieee80211_hw *dev) in rtl8187se_write_rf_gain()
210 static void rtl8187se_write_initial_gain(struct ieee80211_hw *dev, in rtl8187se_write_initial_gain()
257 void rtl8225se_rf_init(struct ieee80211_hw *dev) in rtl8225se_rf_init()
388 void rtl8225se_rf_stop(struct ieee80211_hw *dev) in rtl8225se_rf_stop()
[all …]
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c89 static void mpc52xx_fec_tx_timeout(struct net_device *dev, unsigned int txqueue) in mpc52xx_fec_tx_timeout()
104 static void mpc52xx_fec_set_paddr(struct net_device *dev, const u8 *mac) in mpc52xx_fec_set_paddr()
113 static int mpc52xx_fec_set_mac_address(struct net_device *dev, void *addr) in mpc52xx_fec_set_mac_address()
123 static void mpc52xx_fec_free_rx_buffers(struct net_device *dev, struct bcom_task *s) in mpc52xx_fec_free_rx_buffers()
137 mpc52xx_fec_rx_submit(struct net_device *dev, struct sk_buff *rskb) in mpc52xx_fec_rx_submit()
149 static int mpc52xx_fec_alloc_rx_buffers(struct net_device *dev, struct bcom_task *rxtsk) in mpc52xx_fec_alloc_rx_buffers()
166 static void mpc52xx_fec_adjust_link(struct net_device *dev) in mpc52xx_fec_adjust_link()
216 static int mpc52xx_fec_open(struct net_device *dev) in mpc52xx_fec_open()
281 static int mpc52xx_fec_close(struct net_device *dev) in mpc52xx_fec_close()
311 mpc52xx_fec_start_xmit(struct sk_buff *skb, struct net_device *dev) in mpc52xx_fec_start_xmit()
[all …]
/linux/drivers/net/usb/
H A Dcdc_ncm.c109 struct usbnet *dev = netdev_priv(netdev); in cdc_ncm_get_ethtool_stats() local
150 static u32 cdc_ncm_check_rx_max(struct usbnet *dev, u32 new_rx) in cdc_ncm_check_rx_max()
173 static u32 cdc_ncm_check_tx_max(struct usbnet *dev, u32 new_tx) in cdc_ncm_check_tx_max()
204 struct usbnet *dev = netdev_priv(to_net_dev(d)); in min_tx_pkt_show() local
213 struct usbnet *dev = netdev_priv(to_net_dev(d)); in rx_max_show() local
222 struct usbnet *dev = netdev_priv(to_net_dev(d)); in tx_max_show() local
231 struct usbnet *dev = netdev_priv(to_net_dev(d)); in tx_timer_usecs_show() local
241 struct usbnet *dev = netdev_priv(to_net_dev(d)); in min_tx_pkt_store() local
257 struct usbnet *dev = netdev_priv(to_net_dev(d)); in rx_max_store() local
272 struct usbnet *dev = netdev_priv(to_net_dev(d)); in tx_max_store() local
[all …]

12345678910>>...386