Home
last modified time | relevance | path

Searched defs:dev (Results 376 – 400 of 14775) sorted by relevance

1...<<11121314151617181920>>...591

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dvpd.c40 ssize_t pci_read_vpd(struct pci_dev *dev, loff_t pos, size_t count, void *buf) in pci_read_vpd()
55 ssize_t pci_write_vpd(struct pci_dev *dev, loff_t pos, size_t count, const void *buf) in pci_write_vpd()
68 int pci_set_vpd_size(struct pci_dev *dev, size_t len) in pci_set_vpd_size()
83 static size_t pci_vpd_size(struct pci_dev *dev, size_t old_size) in pci_vpd_size()
138 static int pci_vpd_wait(struct pci_dev *dev) in pci_vpd_wait()
175 static ssize_t pci_vpd_read(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_read()
242 static ssize_t pci_vpd_write(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_write()
300 static int pci_vpd_set_size(struct pci_dev *dev, size_t len) in pci_vpd_set_size()
319 static ssize_t pci_vpd_f0_read(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_f0_read()
334 static ssize_t pci_vpd_f0_write(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_f0_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dmain.c50 static void p54_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, in p54_sta_notify()
66 static int p54_set_tim(struct ieee80211_hw *dev, struct ieee80211_sta *sta, in p54_set_tim()
165 static int p54_start(struct ieee80211_hw *dev) in p54_start()
200 static void p54_stop(struct ieee80211_hw *dev) in p54_stop()
223 static int p54_add_interface(struct ieee80211_hw *dev, in p54_add_interface()
257 static void p54_remove_interface(struct ieee80211_hw *dev, in p54_remove_interface()
280 static int p54_wait_for_stats(struct ieee80211_hw *dev) in p54_wait_for_stats()
316 static int p54_config(struct ieee80211_hw *dev, u32 changed) in p54_config()
363 static u64 p54_prepare_multicast(struct ieee80211_hw *dev, in p54_prepare_multicast()
388 static void p54_configure_filter(struct ieee80211_hw *dev, in p54_configure_filter()
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-diolan-u2c.c96 static int diolan_usb_transfer(struct i2c_diolan_u2c *dev) in diolan_usb_transfer()
156 static int diolan_write_cmd(struct i2c_diolan_u2c *dev, bool flush) in diolan_write_cmd()
164 static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush) in diolan_usb_cmd()
172 static int diolan_usb_cmd_data(struct i2c_diolan_u2c *dev, u8 command, u8 data, in diolan_usb_cmd_data()
182 static int diolan_usb_cmd_data2(struct i2c_diolan_u2c *dev, u8 command, u8 d1, in diolan_usb_cmd_data2()
198 static void diolan_flush_input(struct i2c_diolan_u2c *dev) in diolan_flush_input()
217 static int diolan_i2c_start(struct i2c_diolan_u2c *dev) in diolan_i2c_start()
222 static int diolan_i2c_repeated_start(struct i2c_diolan_u2c *dev) in diolan_i2c_repeated_start()
227 static int diolan_i2c_stop(struct i2c_diolan_u2c *dev) in diolan_i2c_stop()
232 static int diolan_i2c_get_byte_ack(struct i2c_diolan_u2c *dev, bool ack, in diolan_i2c_get_byte_ack()
[all …]
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_spi.c112 static int st33zp24_spi_write(struct udevice *dev, u8 tpm_register, in st33zp24_spi_write()
163 static u8 st33zp24_spi_read8_reg(struct udevice *dev, u8 tpm_register, in st33zp24_spi_read8_reg()
208 static int st33zp24_spi_read(struct udevice *dev, u8 tpm_register, in st33zp24_spi_read()
220 static int st33zp24_spi_evaluate_latency(struct udevice *dev) in st33zp24_spi_evaluate_latency()
244 static void st33zp24_spi_release_locality(struct udevice *dev) in st33zp24_spi_release_locality()
256 static int st33zp24_spi_check_locality(struct udevice *dev) in st33zp24_spi_check_locality()
276 static int st33zp24_spi_request_locality(struct udevice *dev) in st33zp24_spi_request_locality()
308 static u8 st33zp24_spi_status(struct udevice *dev) in st33zp24_spi_status()
321 static int st33zp24_spi_get_burstcount(struct udevice *dev) in st33zp24_spi_get_burstcount()
357 static void st33zp24_spi_cancel(struct udevice *dev) in st33zp24_spi_cancel()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_dma.c223 static void mga_freelist_print(struct drm_device *dev) in mga_freelist_print()
244 static int mga_freelist_init(struct drm_device *dev, drm_mga_private_t *dev_priv) in mga_freelist_init()
287 static void mga_freelist_cleanup(struct drm_device *dev) in mga_freelist_cleanup()
322 static struct drm_buf *mga_freelist_get(struct drm_device * dev) in mga_freelist_get()
355 int mga_freelist_put(struct drm_device *dev, struct drm_buf *buf) in mga_freelist_put()
390 int mga_driver_load(struct drm_device *dev, unsigned long flags) in mga_driver_load()
453 static int mga_do_agp_dma_bootstrap(struct drm_device *dev, in mga_do_agp_dma_bootstrap()
606 static int mga_do_agp_dma_bootstrap(struct drm_device *dev, in mga_do_agp_dma_bootstrap()
627 static int mga_do_pci_dma_bootstrap(struct drm_device *dev, in mga_do_pci_dma_bootstrap()
716 static int mga_do_dma_bootstrap(struct drm_device *dev, in mga_do_dma_bootstrap()
[all …]
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dorion_wdt.c82 struct orion_watchdog *dev) in orion_wdt_clock_init()
100 struct orion_watchdog *dev) in armada370_wdt_clock_init()
123 struct orion_watchdog *dev) in armada375_wdt_clock_init()
163 struct orion_watchdog *dev) in armadaxp_wdt_clock_init()
187 struct orion_watchdog *dev = watchdog_get_drvdata(wdt_dev); in orion_wdt_ping() local
200 struct orion_watchdog *dev = watchdog_get_drvdata(wdt_dev); in armada375_start() local
230 struct orion_watchdog *dev = watchdog_get_drvdata(wdt_dev); in armada370_start() local
253 struct orion_watchdog *dev = watchdog_get_drvdata(wdt_dev); in orion_start() local
272 struct orion_watchdog *dev = watchdog_get_drvdata(wdt_dev); in orion_wdt_start() local
280 struct orion_watchdog *dev = watchdog_get_drvdata(wdt_dev); in orion_stop() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Daddi_apci_1500.c55 static unsigned int z8536_read(struct comedi_device *dev, unsigned int reg) in z8536_read()
68 static void z8536_write(struct comedi_device *dev, in z8536_write()
79 static void z8536_reset(struct comedi_device *dev) in z8536_reset()
155 static void apci1500_port_enable(struct comedi_device *dev, bool enable) in apci1500_port_enable()
167 static void apci1500_timer_enable(struct comedi_device *dev, in apci1500_timer_enable()
190 static bool apci1500_ack_irq(struct comedi_device *dev, in apci1500_ack_irq()
208 struct comedi_device *dev = d; in apci1500_interrupt() local
256 static int apci1500_di_cancel(struct comedi_device *dev, in apci1500_di_cancel()
279 static int apci1500_di_inttrig_start(struct comedi_device *dev, in apci1500_di_inttrig_start()
362 static int apci1500_di_cmd(struct comedi_device *dev, in apci1500_di_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c154 struct rtl2832_sdr_dev *dev) in rtl2832_sdr_get_next_fill_buf()
171 static unsigned int rtl2832_sdr_convert_stream(struct rtl2832_sdr_dev *dev, in rtl2832_sdr_convert_stream()
219 struct rtl2832_sdr_dev *dev = urb->context; in rtl2832_sdr_urb_complete() local
266 static int rtl2832_sdr_kill_urbs(struct rtl2832_sdr_dev *dev) in rtl2832_sdr_kill_urbs()
281 static int rtl2832_sdr_submit_urbs(struct rtl2832_sdr_dev *dev) in rtl2832_sdr_submit_urbs()
302 static int rtl2832_sdr_free_stream_bufs(struct rtl2832_sdr_dev *dev) in rtl2832_sdr_free_stream_bufs()
320 static int rtl2832_sdr_alloc_stream_bufs(struct rtl2832_sdr_dev *dev) in rtl2832_sdr_alloc_stream_bufs()
350 static int rtl2832_sdr_free_urbs(struct rtl2832_sdr_dev *dev) in rtl2832_sdr_free_urbs()
369 static int rtl2832_sdr_alloc_urbs(struct rtl2832_sdr_dev *dev) in rtl2832_sdr_alloc_urbs()
399 static void rtl2832_sdr_cleanup_queued_bufs(struct rtl2832_sdr_dev *dev) in rtl2832_sdr_cleanup_queued_bufs()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-video.c349 static int start_video_dma(struct cx8800_dev *dev, in start_video_dma()
388 static int __maybe_unused stop_video_dma(struct cx8800_dev *dev) in stop_video_dma()
404 static int __maybe_unused restart_video_queue(struct cx8800_dev *dev, in restart_video_queue()
424 struct cx8800_dev *dev = q->drv_priv; in queue_setup() local
436 struct cx8800_dev *dev = vb->vb2_queue->drv_priv; in buffer_prepare() local
491 struct cx8800_dev *dev = vb->vb2_queue->drv_priv; in buffer_finish() local
503 struct cx8800_dev *dev = vb->vb2_queue->drv_priv; in buffer_queue() local
530 struct cx8800_dev *dev = q->drv_priv; in start_streaming() local
541 struct cx8800_dev *dev = q->drv_priv; in stop_streaming() local
574 struct cx8800_dev *dev = video_drvdata(file); in radio_open() local
[all …]
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_dev.c209 static void dn_dev_sysctl_register(struct net_device *dev, struct dn_dev_parms *parms) in dn_dev_sysctl_register()
251 struct net_device *dev = table->extra1; in dn_forwarding_proc() local
294 static void dn_dev_sysctl_register(struct net_device *dev, struct dn_dev_parms *parms) in dn_dev_sysctl_register()
300 static inline __u16 mtu2blksize(struct net_device *dev) in mtu2blksize()
333 struct net_device *dev = dn_db->dev; in dn_dev_del_ifa() local
358 struct net_device *dev = dn_db->dev; in dn_dev_insert_ifa() local
388 static int dn_dev_set_ifa(struct net_device *dev, struct dn_ifaddr *ifa) in dn_dev_set_ifa()
418 struct net_device *dev; in dn_dev_ioctl() local
494 struct net_device *dev; in dn_dev_get_default() local
509 int dn_dev_set_default(struct net_device *dev, int force) in dn_dev_set_default()
[all …]
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_mc_sysfs.c144 static ssize_t csrow_ue_count_show(struct device *dev, in csrow_ue_count_show()
152 static ssize_t csrow_ce_count_show(struct device *dev, in csrow_ce_count_show()
160 static ssize_t csrow_size_show(struct device *dev, in csrow_size_show()
172 static ssize_t csrow_mem_type_show(struct device *dev, in csrow_mem_type_show()
180 static ssize_t csrow_dev_type_show(struct device *dev, in csrow_dev_type_show()
188 static ssize_t csrow_edac_mode_show(struct device *dev, in csrow_edac_mode_show()
198 static ssize_t channel_dimm_label_show(struct device *dev, in channel_dimm_label_show()
214 static ssize_t channel_dimm_label_store(struct device *dev, in channel_dimm_label_store()
239 static ssize_t channel_ce_count_show(struct device *dev, in channel_ce_count_show()
349 struct device *dev = kobj_to_dev(kobj); in csrow_dev_is_visible() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c115 static ssize_t amdgpu_get_power_dpm_state(struct device *dev, in amdgpu_get_power_dpm_state()
152 static ssize_t amdgpu_set_power_dpm_state(struct device *dev, in amdgpu_set_power_dpm_state()
259 static ssize_t amdgpu_get_power_dpm_force_performance_level(struct device *dev, in amdgpu_get_power_dpm_force_performance_level()
299 static ssize_t amdgpu_set_power_dpm_force_performance_level(struct device *dev, in amdgpu_set_power_dpm_force_performance_level()
405 static ssize_t amdgpu_get_pp_num_states(struct device *dev, in amdgpu_get_pp_num_states()
447 static ssize_t amdgpu_get_pp_cur_state(struct device *dev, in amdgpu_get_pp_cur_state()
492 static ssize_t amdgpu_get_pp_force_state(struct device *dev, in amdgpu_get_pp_force_state()
508 static ssize_t amdgpu_set_pp_force_state(struct device *dev, in amdgpu_set_pp_force_state()
570 static ssize_t amdgpu_get_pp_table(struct device *dev, in amdgpu_get_pp_table()
614 static ssize_t amdgpu_set_pp_table(struct device *dev, in amdgpu_set_pp_table()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dusb.c45 static void mt76x0_init_usb_dma(struct mt76x02_dev *dev) in mt76x0_init_usb_dma()
72 static void mt76x0u_cleanup(struct mt76x02_dev *dev) in mt76x0u_cleanup()
81 struct mt76x02_dev *dev = hw->priv; in mt76x0u_stop() local
103 struct mt76x02_dev *dev = hw->priv; in mt76x0u_start() local
145 static int mt76x0u_init_hardware(struct mt76x02_dev *dev, bool reset) in mt76x0u_init_hardware()
173 static int mt76x0u_register_device(struct mt76x02_dev *dev) in mt76x0u_register_device()
223 struct mt76x02_dev *dev; in mt76x0u_probe() local
287 struct mt76x02_dev *dev = usb_get_intfdata(usb_intf); in mt76x0_disconnect() local
305 struct mt76x02_dev *dev = usb_get_intfdata(usb_intf); in mt76x0_suspend() local
316 struct mt76x02_dev *dev = usb_get_intfdata(usb_intf); in mt76x0_resume() local
/OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/
H A Dtm6000-dvb.c33 static inline void print_err_status(struct tm6000_core *dev, in print_err_status()
76 struct tm6000_core *dev = urb->context; in tm6000_urb_received() local
105 static int tm6000_start_stream(struct tm6000_core *dev) in tm6000_start_stream()
169 static void tm6000_stop_stream(struct tm6000_core *dev) in tm6000_stop_stream()
186 struct tm6000_core *dev = demux->priv; in tm6000_start_feed() local
205 struct tm6000_core *dev = demux->priv; in tm6000_stop_feed() local
225 static int tm6000_dvb_attach_frontend(struct tm6000_core *dev) in tm6000_dvb_attach_frontend()
250 static int register_dvb(struct tm6000_core *dev) in register_dvb()
363 static void unregister_dvb(struct tm6000_core *dev) in unregister_dvb()
389 static int dvb_init(struct tm6000_core *dev) in dvb_init()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo-uclass.c48 void video_set_flush_dcache(struct udevice *dev, bool flush) in video_set_flush_dcache()
55 static ulong alloc_fb(struct udevice *dev, ulong *addrp) in alloc_fb()
76 struct udevice *dev; in video_reserve() local
108 static int video_clear(struct udevice *dev) in video_clear()
154 struct udevice *dev; in video_sync_all() local
164 int video_get_xsize(struct udevice *dev) in video_get_xsize()
171 int video_get_ysize(struct udevice *dev) in video_get_ysize()
179 static int video_pre_probe(struct udevice *dev) in video_pre_probe()
190 static int video_pre_remove(struct udevice *dev) in video_pre_remove()
200 static int video_post_probe(struct udevice *dev) in video_post_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c11 void mt76x02_mac_reset_counters(struct mt76x02_dev *dev) in mt76x02_mac_reset_counters()
58 int mt76x02_mac_shared_key_setup(struct mt76x02_dev *dev, u8 vif_idx, in mt76x02_mac_shared_key_setup()
81 void mt76x02_mac_wcid_sync_pn(struct mt76x02_dev *dev, u8 idx, in mt76x02_mac_wcid_sync_pn()
106 int mt76x02_mac_wcid_set_key(struct mt76x02_dev *dev, u8 idx, in mt76x02_mac_wcid_set_key()
148 void mt76x02_mac_wcid_setup(struct mt76x02_dev *dev, u8 idx, in mt76x02_mac_wcid_setup()
169 void mt76x02_mac_wcid_set_drop(struct mt76x02_dev *dev, u8 idx, bool drop) in mt76x02_mac_wcid_set_drop()
180 mt76x02_mac_tx_rate_val(struct mt76x02_dev *dev, in mt76x02_mac_tx_rate_val()
228 void mt76x02_mac_wcid_set_rate(struct mt76x02_dev *dev, struct mt76_wcid *wcid, in mt76x02_mac_wcid_set_rate()
244 void mt76x02_mac_set_short_preamble(struct mt76x02_dev *dev, bool enable) in mt76x02_mac_set_short_preamble()
252 bool mt76x02_mac_load_tx_status(struct mt76x02_dev *dev, in mt76x02_mac_load_tx_status()
[all …]
/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddebug.h54 static inline void debug_dma_map_page(struct device *dev, struct page *page, in debug_dma_map_page()
60 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page()
65 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
70 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg()
76 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
81 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
86 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr, in debug_dma_map_resource()
92 static inline void debug_dma_unmap_resource(struct device *dev, in debug_dma_unmap_resource()
98 static inline void debug_dma_sync_single_for_cpu(struct device *dev, in debug_dma_sync_single_for_cpu()
104 static inline void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c684 static inline void eth_hw_addr_random(struct net_device *dev) in eth_hw_addr_random()
850 pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state) in pci_choose_state()
936 struct net_device *dev = m->private; in proc_get_driver_variable() local
1034 struct net_device *dev = m->private; in proc_get_tally_counter() local
1090 struct net_device *dev = m->private; in proc_get_registers() local
1117 struct net_device *dev = m->private; in proc_get_pcie_phy() local
1143 struct net_device *dev = m->private; in proc_get_eth_phy() local
1171 struct net_device *dev = m->private; in proc_get_extended_registers() local
1206 struct net_device *dev = m->private; in proc_get_pci_registers() local
1243 struct net_device *dev = data; in proc_get_driver_variable() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dhif.c117 static int ath6kl_hif_proc_dbg_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_dbg_intr()
141 int ath6kl_hif_poll_mboxmsg_rx(struct ath6kl_device *dev, u32 *lk_ahd, in ath6kl_hif_poll_mboxmsg_rx()
200 int ath6kl_hif_rx_control(struct ath6kl_device *dev, bool enable_rx) in ath6kl_hif_rx_control()
230 int ath6kl_hif_submit_scat_req(struct ath6kl_device *dev, in ath6kl_hif_submit_scat_req()
275 static int ath6kl_hif_proc_counter_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_counter_intr()
299 static int ath6kl_hif_proc_err_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_err_intr()
343 static int ath6kl_hif_proc_cpu_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_cpu_intr()
388 static int proc_pending_irqs(struct ath6kl_device *dev, bool *done) in proc_pending_irqs()
542 struct ath6kl_device *dev = ar->htc_target->dev; in ath6kl_hif_intr_bh_handler() local
568 static int ath6kl_hif_enable_intrs(struct ath6kl_device *dev) in ath6kl_hif_enable_intrs()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.c32 mt7601u_efuse_read(struct mt7601u_dev *dev, u16 addr, u8 *data, in mt7601u_efuse_read()
67 mt7601u_efuse_physical_size_check(struct mt7601u_dev *dev) in mt7601u_efuse_physical_size_check()
98 mt7601u_has_tssi(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_has_tssi()
106 mt7601u_set_chip_cap(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_chip_cap()
130 static void mt7601u_set_channel_target_power(struct mt7601u_dev *dev, in mt7601u_set_channel_target_power()
145 mt7601u_set_channel_power(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_channel_power()
169 mt7601u_set_country_reg(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_country_reg()
205 mt7601u_set_rf_freq_off(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_rf_freq_off()
219 mt7601u_set_rssi_offset(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_rssi_offset()
237 mt7601u_extra_power_over_mac(struct mt7601u_dev *dev) in mt7601u_extra_power_over_mac()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/
H A Dmac89x0.c126 readreg_io(struct net_device *dev, int portno) in readreg_io()
133 writereg_io(struct net_device *dev, int portno, int value) in writereg_io()
141 readreg(struct net_device *dev, int portno) in readreg()
147 writereg(struct net_device *dev, int portno, int value) in writereg()
166 struct net_device *dev; in mac89x0_device_probe() local
282 net_open(struct net_device *dev) in net_open()
328 net_send_packet(struct sk_buff *skb, struct net_device *dev) in net_send_packet()
369 struct net_device *dev = dev_id; in net_interrupt() local
433 net_rx(struct net_device *dev) in net_rx()
479 net_close(struct net_device *dev) in net_close()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ncm.c108 struct usbnet *dev = netdev_priv(netdev); in cdc_ncm_get_ethtool_stats() local
149 static u32 cdc_ncm_check_rx_max(struct usbnet *dev, u32 new_rx) in cdc_ncm_check_rx_max()
172 static u32 cdc_ncm_check_tx_max(struct usbnet *dev, u32 new_tx) in cdc_ncm_check_tx_max()
199 struct usbnet *dev = netdev_priv(to_net_dev(d)); in cdc_ncm_show_min_tx_pkt() local
207 struct usbnet *dev = netdev_priv(to_net_dev(d)); in cdc_ncm_show_rx_max() local
215 struct usbnet *dev = netdev_priv(to_net_dev(d)); in cdc_ncm_show_tx_max() local
223 struct usbnet *dev = netdev_priv(to_net_dev(d)); in cdc_ncm_show_tx_timer_usecs() local
231 struct usbnet *dev = netdev_priv(to_net_dev(d)); in cdc_ncm_store_min_tx_pkt() local
245 struct usbnet *dev = netdev_priv(to_net_dev(d)); in cdc_ncm_store_rx_max() local
258 struct usbnet *dev = netdev_priv(to_net_dev(d)); in cdc_ncm_store_tx_max() local
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dcommsup.c49 static int fib_map_alloc(struct aac_dev *dev) in fib_map_alloc()
82 void aac_fib_map_free(struct aac_dev *dev) in aac_fib_map_free()
102 void aac_fib_vector_assign(struct aac_dev *dev) in aac_fib_vector_assign()
132 int aac_fib_setup(struct aac_dev * dev) in aac_fib_setup()
223 struct fib *aac_fib_alloc_tag(struct aac_dev *dev, struct scsi_cmnd *scmd) in aac_fib_alloc_tag()
249 struct fib *aac_fib_alloc(struct aac_dev *dev) in aac_fib_alloc()
359 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, uns… in aac_get_entry()
421 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, str… in aac_queue_get()
487 struct aac_dev * dev = fibptr->dev; in aac_fib_send() local
710 struct aac_dev *dev = fibptr->dev; in aac_hba_send() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/can/c_can/
H A Dc_can.c243 static void c_can_obj_update(struct net_device *dev, int iface, u32 cmd, u32 obj) in c_can_obj_update()
259 static inline void c_can_object_get(struct net_device *dev, int iface, in c_can_object_get()
265 static inline void c_can_object_put(struct net_device *dev, int iface, in c_can_object_put()
276 static void c_can_inval_tx_object(struct net_device *dev, int iface, int obj) in c_can_inval_tx_object()
284 static void c_can_inval_msg_object(struct net_device *dev, int iface, int obj) in c_can_inval_msg_object()
293 static void c_can_setup_tx_object(struct net_device *dev, int iface, in c_can_setup_tx_object()
347 static int c_can_handle_lost_msg_obj(struct net_device *dev, in c_can_handle_lost_msg_obj()
374 static int c_can_read_msg_object(struct net_device *dev, int iface, u32 ctrl) in c_can_read_msg_object()
426 static void c_can_setup_receive_object(struct net_device *dev, int iface, in c_can_setup_receive_object()
442 struct net_device *dev) in c_can_start_xmit()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Ddevres.c15 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release()
20 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match()
25 static void __iomem *__devm_ioremap(struct device *dev, resource_size_t offset, in __devm_ioremap()
64 void __iomem *devm_ioremap(struct device *dev, resource_size_t offset, in devm_ioremap()
79 void __iomem *devm_ioremap_uc(struct device *dev, resource_size_t offset, in devm_ioremap_uc()
94 void __iomem *devm_ioremap_wc(struct device *dev, resource_size_t offset, in devm_ioremap_wc()
108 void devm_iounmap(struct device *dev, void __iomem *addr) in devm_iounmap()
117 __devm_ioremap_resource(struct device *dev, const struct resource *res, in __devm_ioremap_resource()
175 void __iomem *devm_ioremap_resource(struct device *dev, in devm_ioremap_resource()
191 void __iomem *devm_ioremap_resource_wc(struct device *dev, in devm_ioremap_resource_wc()
[all …]

1...<<11121314151617181920>>...591