Home
last modified time | relevance | path

Searched defs:dev (Results 401 – 425 of 14775) sorted by relevance

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c13 struct mt7601u_dev *dev = hw->priv; in mt7601u_start() local
33 struct mt7601u_dev *dev = hw->priv; in mt7601u_stop() local
47 struct mt7601u_dev *dev = hw->priv; in mt7601u_add_interface() local
74 struct mt7601u_dev *dev = hw->priv; in mt7601u_remove_interface() local
83 struct mt7601u_dev *dev = hw->priv; in mt7601u_config() local
103 struct mt7601u_dev *dev = hw->priv; in mt76_configure_filter() local
137 struct mt7601u_dev *dev = hw->priv; in mt7601u_bss_info_changed() local
187 mt76_wcid_alloc(struct mt7601u_dev *dev) in mt76_wcid_alloc()
212 struct mt7601u_dev *dev = hw->priv; in mt7601u_sta_add() local
243 struct mt7601u_dev *dev = hw->priv; in mt7601u_sta_remove() local
[all …]
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_midi_event.c104 struct snd_midi_event *dev; in snd_midi_event_new() local
126 void snd_midi_event_free(struct snd_midi_event *dev) in snd_midi_event_free()
138 static inline void reset_encode(struct snd_midi_event *dev) in reset_encode()
145 void snd_midi_event_reset_encode(struct snd_midi_event *dev) in snd_midi_event_reset_encode()
155 void snd_midi_event_reset_decode(struct snd_midi_event *dev) in snd_midi_event_reset_decode()
165 void snd_midi_event_no_status(struct snd_midi_event *dev, int on) in snd_midi_event_no_status()
176 bool snd_midi_event_encode_byte(struct snd_midi_event *dev, unsigned char c, in snd_midi_event_encode_byte()
245 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
253 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
260 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_proximity.c39 static inline struct cyttsp5_proximity_data *get_prox_data(struct device *dev) in get_prox_data()
81 struct device *dev = pd->dev; in cyttsp5_get_touch_hdr() local
102 struct device *dev = pd->dev; in cyttsp5_get_touch() local
148 struct device *dev = pd->dev; in cyttsp5_xy_worker() local
177 static int cyttsp5_proximity_attention(struct device *dev) in cyttsp5_proximity_attention()
194 static int cyttsp5_startup_attention(struct device *dev) in cyttsp5_startup_attention()
208 struct device *dev = pd->dev; in _cyttsp5_set_proximity_via_touchmode_enabled() local
232 struct device *dev = pd->dev; in _cyttsp5_set_proximity_via_proximity_enable() local
265 struct device *dev = pd->dev; in _cyttsp5_proximity_enable() local
304 struct device *dev = pd->dev; in _cyttsp5_proximity_disable() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevres.c47 static void devres_log(struct udevice *dev, struct devres *dr, in devres_log()
55 #define devres_log(dev, dr, op) do {} while (0) argument
89 void devres_add(struct udevice *dev, void *res) in devres_add()
99 void *devres_find(struct udevice *dev, dr_release_t release, in devres_find()
115 void *devres_get(struct udevice *dev, void *new_res, in devres_get()
132 void *devres_remove(struct udevice *dev, dr_release_t release, in devres_remove()
148 int devres_destroy(struct udevice *dev, dr_release_t release, in devres_destroy()
161 int devres_release(struct udevice *dev, dr_release_t release, in devres_release()
175 static void release_nodes(struct udevice *dev, struct list_head *head, in release_nodes()
190 void devres_release_probe(struct udevice *dev) in devres_release_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dsysfs.c102 static ssize_t uboot_ver_show(struct device *dev, struct device_attribute *attr, in uboot_ver_show()
110 static ssize_t armcp_kernel_ver_show(struct device *dev, in armcp_kernel_ver_show()
118 static ssize_t armcp_ver_show(struct device *dev, struct device_attribute *attr, in armcp_ver_show()
126 static ssize_t cpld_ver_show(struct device *dev, struct device_attribute *attr, in cpld_ver_show()
135 static ssize_t cpucp_kernel_ver_show(struct device *dev, in cpucp_kernel_ver_show()
143 static ssize_t cpucp_ver_show(struct device *dev, struct device_attribute *attr, in cpucp_ver_show()
151 static ssize_t infineon_ver_show(struct device *dev, in infineon_ver_show()
160 static ssize_t fuse_ver_show(struct device *dev, struct device_attribute *attr, in fuse_ver_show()
168 static ssize_t thermal_ver_show(struct device *dev, in thermal_ver_show()
176 static ssize_t preboot_btl_ver_show(struct device *dev, in preboot_btl_ver_show()
[all …]
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c73 static int tpm_tis_i2c_read(struct udevice *dev, u8 addr, u8 *buffer, in tpm_tis_i2c_read()
126 static int tpm_tis_i2c_write_generic(struct udevice *dev, u8 addr, in tpm_tis_i2c_write_generic()
175 static int tpm_tis_i2c_write(struct udevice *dev, u8 addr, const u8 *buffer, in tpm_tis_i2c_write()
186 static int tpm_tis_i2c_write_long(struct udevice *dev, u8 addr, u8 *buffer, in tpm_tis_i2c_write_long()
194 static int tpm_tis_i2c_check_locality(struct udevice *dev, int loc) in tpm_tis_i2c_check_locality()
213 static void tpm_tis_i2c_release_locality(struct udevice *dev, int loc, in tpm_tis_i2c_release_locality()
228 static int tpm_tis_i2c_request_locality(struct udevice *dev, int loc) in tpm_tis_i2c_request_locality()
269 static u8 tpm_tis_i2c_status(struct udevice *dev) in tpm_tis_i2c_status()
281 static int tpm_tis_i2c_ready(struct udevice *dev) in tpm_tis_i2c_ready()
297 static ssize_t tpm_tis_i2c_get_burstcount(struct udevice *dev) in tpm_tis_i2c_get_burstcount()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-cadet.c115 static int cadet_getstereo(struct cadet *dev) in cadet_getstereo()
128 static unsigned cadet_gettune(struct cadet *dev) in cadet_gettune()
161 static unsigned cadet_getfreq(struct cadet *dev) in cadet_getfreq()
189 static void cadet_settune(struct cadet *dev, unsigned fifo) in cadet_settune()
214 static void cadet_setfreq(struct cadet *dev, unsigned freq) in cadet_setfreq()
274 static bool cadet_has_rds_data(struct cadet *dev) in cadet_has_rds_data()
287 struct cadet *dev = from_timer(dev, t, readtimer); in cadet_handler() local
317 static void cadet_start_rds(struct cadet *dev) in cadet_start_rds()
328 struct cadet *dev = video_drvdata(file); in cadet_read() local
366 struct cadet *dev = video_drvdata(file); in vidioc_g_tuner() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddwc_eth_qos.c483 static int eqos_start_clks_tegra186(struct udevice *dev) in eqos_start_clks_tegra186()
546 static int eqos_start_clks_stm32(struct udevice *dev) in eqos_start_clks_stm32()
603 static int eqos_start_clks_imx(struct udevice *dev) in eqos_start_clks_imx()
608 static void eqos_stop_clks_tegra186(struct udevice *dev) in eqos_stop_clks_tegra186()
625 static void eqos_stop_clks_stm32(struct udevice *dev) in eqos_stop_clks_stm32()
644 static void eqos_stop_clks_imx(struct udevice *dev) in eqos_stop_clks_imx()
649 static int eqos_start_resets_tegra186(struct udevice *dev) in eqos_start_resets_tegra186()
689 static int eqos_start_resets_stm32(struct udevice *dev) in eqos_start_resets_stm32()
729 static int eqos_start_resets_imx(struct udevice *dev) in eqos_start_resets_imx()
734 static int eqos_stop_resets_tegra186(struct udevice *dev) in eqos_stop_resets_tegra186()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dpcl816.c112 static void pcl816_ai_setup_dma(struct comedi_device *dev, in pcl816_ai_setup_dma()
136 static void pcl816_ai_set_chan_range(struct comedi_device *dev, in pcl816_ai_set_chan_range()
144 static void pcl816_ai_set_chan_scan(struct comedi_device *dev, in pcl816_ai_set_chan_scan()
152 static void pcl816_ai_setup_chanlist(struct comedi_device *dev, in pcl816_ai_setup_chanlist()
174 static void pcl816_ai_clear_eoc(struct comedi_device *dev) in pcl816_ai_clear_eoc()
180 static void pcl816_ai_soft_trig(struct comedi_device *dev) in pcl816_ai_soft_trig()
186 static unsigned int pcl816_ai_get_sample(struct comedi_device *dev, in pcl816_ai_get_sample()
197 static int pcl816_ai_eoc(struct comedi_device *dev, in pcl816_ai_eoc()
210 static bool pcl816_ai_next_chan(struct comedi_device *dev, in pcl816_ai_next_chan()
224 static void transfer_from_dma_buf(struct comedi_device *dev, in transfer_from_dma_buf()
[all …]
H A Dusbdux.c215 static void usbdux_ai_stop(struct comedi_device *dev, int do_unlink) in usbdux_ai_stop()
225 static int usbdux_ai_cancel(struct comedi_device *dev, in usbdux_ai_cancel()
239 static void usbduxsub_ai_handle_urb(struct comedi_device *dev, in usbduxsub_ai_handle_urb()
290 struct comedi_device *dev = urb->context; in usbduxsub_ai_isoc_irq() local
343 static void usbdux_ao_stop(struct comedi_device *dev, int do_unlink) in usbdux_ao_stop()
353 static int usbdux_ao_cancel(struct comedi_device *dev, in usbdux_ao_cancel()
367 static void usbduxsub_ao_handle_urb(struct comedi_device *dev, in usbduxsub_ao_handle_urb()
437 struct comedi_device *dev = urb->context; in usbduxsub_ao_isoc_irq() local
478 static int usbdux_submit_urbs(struct comedi_device *dev, in usbdux_submit_urbs()
507 static int usbdux_ai_cmdtest(struct comedi_device *dev, in usbdux_ai_cmdtest()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A Daxnet_cs.c122 static inline struct axnet_dev *PRIV(struct net_device *dev) in PRIV()
143 struct net_device *dev; in axnet_probe() local
169 struct net_device *dev = link->priv; in axnet_detach() local
188 struct net_device *dev = link->priv; in get_prom() local
273 struct net_device *dev = link->priv; in axnet_config() local
378 struct net_device *dev = link->priv; in axnet_suspend() local
388 struct net_device *dev = link->priv; in axnet_resume() local
464 static int axnet_open(struct net_device *dev) in axnet_open()
492 static int axnet_close(struct net_device *dev) in axnet_close()
516 static void axnet_reset_8390(struct net_device *dev) in axnet_reset_8390()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c195 void rtl8180_write_phy(struct ieee80211_hw *dev, u8 addr, u32 data) in rtl8180_write_phy()
211 static void rtl8180_handle_rx(struct ieee80211_hw *dev) in rtl8180_handle_rx()
342 static void rtl8180_handle_tx(struct ieee80211_hw *dev, unsigned int prio) in rtl8180_handle_tx()
378 struct ieee80211_hw *dev = dev_id; in rtl8187se_interrupt() local
427 struct ieee80211_hw *dev = dev_id; in rtl8180_interrupt() local
454 static void rtl8180_tx(struct ieee80211_hw *dev, in rtl8180_tx()
650 static void rtl8187se_mac_config(struct ieee80211_hw *dev) in rtl8187se_mac_config()
681 static void rtl8187se_set_antenna_config(struct ieee80211_hw *dev, u8 def_ant, in rtl8187se_set_antenna_config()
719 static void rtl8180_int_enable(struct ieee80211_hw *dev) in rtl8180_int_enable()
737 static void rtl8180_int_disable(struct ieee80211_hw *dev) in rtl8180_int_disable()
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-designware-slave.c21 static void i2c_dw_configure_fifo_slave(struct dw_i2c_dev *dev) in i2c_dw_configure_fifo_slave()
40 static int i2c_dw_init_slave(struct dw_i2c_dev *dev) in i2c_dw_init_slave()
63 struct dw_i2c_dev *dev = i2c_get_adapdata(slave->adapter); in i2c_dw_reg_slave() local
94 struct dw_i2c_dev *dev = i2c_get_adapdata(slave->adapter); in i2c_dw_unreg_slave() local
105 static u32 i2c_dw_read_clear_intrbits_slave(struct dw_i2c_dev *dev) in i2c_dw_read_clear_intrbits_slave()
157 static int i2c_dw_irq_handler_slave(struct dw_i2c_dev *dev) in i2c_dw_irq_handler_slave()
217 struct dw_i2c_dev *dev = dev_id; in i2c_dw_isr_slave() local
233 void i2c_dw_configure_slave(struct dw_i2c_dev *dev) in i2c_dw_configure_slave()
244 int i2c_dw_probe_slave(struct dw_i2c_dev *dev) in i2c_dw_probe_slave()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h216 static inline void *devm_kzalloc(struct device *dev, size_t size, gfp_t gfp) in devm_kzalloc()
220 static inline void *devm_kmalloc_array(struct device *dev, in devm_kmalloc_array()
230 static inline void *devm_kcalloc(struct device *dev, in devm_kcalloc()
258 static inline int devm_add_action_or_reset(struct device *dev, in devm_add_action_or_reset()
281 #define devm_alloc_percpu(dev, type) \ argument
611 static inline bool device_iommu_mapped(struct device *dev) in device_iommu_mapped()
619 static inline const char *dev_name(const struct device *dev) in dev_name()
635 static inline const char *dev_bus_name(const struct device *dev) in dev_bus_name()
643 static inline int dev_to_node(struct device *dev) in dev_to_node()
647 static inline void set_dev_node(struct device *dev, int node) in set_dev_node()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Drtw_proc.c381 struct net_device *dev = m->private; in proc_start_seq_file_test() local
395 struct net_device *dev = m->private; in proc_stop_seq_file_test() local
403 struct net_device *dev = m->private; in proc_next_seq_file_test() local
418 struct net_device *dev = m->private; in proc_get_seq_file_test() local
438 struct net_device *dev = m->private; in proc_get_sd_f0_reg_dump() local
448 struct net_device *dev = m->private; in proc_get_sdio_local_reg_dump() local
457 struct net_device *dev = m->private; in proc_get_sdio_card_info() local
468 struct net_device *dev = m->private; in proc_get_sdio_recvbuf_aggregation() local
479 struct net_device *dev = data; in proc_set_sdio_recvbuf_aggregation() local
509 struct net_device *dev = m->private; in proc_get_sdio_recvbuf_pwait() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drtw_proc.c382 struct net_device *dev = m->private; in proc_start_seq_file_test() local
396 struct net_device *dev = m->private; in proc_stop_seq_file_test() local
404 struct net_device *dev = m->private; in proc_next_seq_file_test() local
419 struct net_device *dev = m->private; in proc_get_seq_file_test() local
439 struct net_device *dev = m->private; in proc_get_sd_f0_reg_dump() local
449 struct net_device *dev = m->private; in proc_get_sdio_local_reg_dump() local
458 struct net_device *dev = m->private; in proc_get_sdio_card_info() local
469 struct net_device *dev = m->private; in proc_get_sdio_recvbuf_aggregation() local
480 struct net_device *dev = data; in proc_set_sdio_recvbuf_aggregation() local
510 struct net_device *dev = m->private; in proc_get_sdio_recvbuf_pwait() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.c144 #define DBG(n, dev, fmt, ...) \ argument
150 #define PRINTK(dev, fmt, ...) \ argument
238 static void smc_reset(struct net_device *dev) in smc_reset()
332 static void smc_enable(struct net_device *dev) in smc_enable()
366 static void smc_shutdown(struct net_device *dev) in smc_shutdown()
398 static inline void smc_rcv(struct net_device *dev) in smc_rcv()
541 struct net_device *dev = lp->dev; in smc_hardware_send_pkt() local
629 smc_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) in smc_hard_start_xmit()
702 static void smc_tx(struct net_device *dev) in smc_tx()
760 static void smc_mii_out(struct net_device *dev, unsigned int val, int bits) in smc_mii_out()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_gem.c40 vc4_queue_hangcheck(struct drm_device *dev) in vc4_queue_hangcheck()
56 vc4_free_hang_state(struct drm_device *dev, struct vc4_hang_state *state) in vc4_free_hang_state()
67 vc4_get_hang_state_ioctl(struct drm_device *dev, void *data, in vc4_get_hang_state_ioctl()
149 vc4_save_hang_state(struct drm_device *dev) in vc4_save_hang_state()
286 vc4_reset(struct drm_device *dev) in vc4_reset()
326 struct drm_device *dev = &vc4->base; in vc4_hangcheck_elapsed() local
369 submit_cl(struct drm_device *dev, uint32_t thread, uint32_t start, uint32_t end) in submit_cl()
381 vc4_wait_for_seqno(struct drm_device *dev, uint64_t seqno, uint64_t timeout_ns, in vc4_wait_for_seqno()
429 vc4_flush_caches(struct drm_device *dev) in vc4_flush_caches()
448 vc4_flush_texture_caches(struct drm_device *dev) in vc4_flush_texture_caches()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DStream.cpp61 RkPollThread::RkPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStream *strea… in RkPollThread()
76 RkPollThread::RkPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> dev, RKStream *st… in RkPollThread()
233 RkEventPollThread::RkEventPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStr… in RkEventPollThread()
348 RKStream::RKStream (SmartPtr<V4l2Device> dev, int type) in RKStream()
357 RKStream::RKStream (SmartPtr<V4l2SubDevice> dev, int type) in RKStream()
454 SmartPtr<V4l2Device> dev) in new_video_buffer()
477 RKStatsStream::RKStatsStream (SmartPtr<V4l2Device> dev, int type) in RKStatsStream()
494 bool RKStatsStream::set_event_handle_dev(SmartPtr<BaseSensorHw> &dev) in set_event_handle_dev()
500 bool RKStatsStream::set_iris_handle_dev(SmartPtr<LensHw> &dev) in set_iris_handle_dev()
506 bool RKStatsStream::set_focus_handle_dev(SmartPtr<LensHw> &dev) in set_focus_handle_dev()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/au0828/
H A Dau0828-core.c49 u32 au0828_readreg(struct au0828_dev *dev, u16 reg) in au0828_readreg()
59 u32 au0828_writereg(struct au0828_dev *dev, u16 reg, u32 val) in au0828_writereg()
65 static int send_control_msg(struct au0828_dev *dev, u16 request, u32 value, in send_control_msg()
92 static int recv_control_msg(struct au0828_dev *dev, u16 request, u32 value, in recv_control_msg()
125 static void au0828_unregister_media_device(struct au0828_dev *dev) in au0828_unregister_media_device()
153 void au0828_usb_release(struct au0828_dev *dev) in au0828_usb_release()
165 struct au0828_dev *dev = usb_get_intfdata(interface); in au0828_usb_disconnect() local
195 static int au0828_media_device_init(struct au0828_dev *dev, in au0828_media_device_init()
214 struct au0828_dev *dev = (struct au0828_dev *) notify_data; in au0828_media_graph_notify() local
296 struct au0828_dev *dev; in au0828_enable_source() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Deeprom.c15 mt76x2_eeprom_get_macaddr(struct mt76x02_dev *dev) in mt76x2_eeprom_get_macaddr()
24 mt76x2_has_cal_free_data(struct mt76x02_dev *dev, u8 *efuse) in mt76x2_has_cal_free_data()
50 mt76x2_apply_cal_free_data(struct mt76x02_dev *dev, u8 *efuse) in mt76x2_apply_cal_free_data()
123 static int mt76x2_check_eeprom(struct mt76x02_dev *dev) in mt76x2_check_eeprom()
141 mt76x2_eeprom_load(struct mt76x02_dev *dev) in mt76x2_eeprom_load()
183 mt76x2_set_rx_gain_group(struct mt76x02_dev *dev, u8 val) in mt76x2_set_rx_gain_group()
198 mt76x2_set_rssi_offset(struct mt76x02_dev *dev, int chain, u8 val) in mt76x2_set_rssi_offset()
227 mt76x2_get_5g_rx_gain(struct mt76x02_dev *dev, u8 channel) in mt76x2_get_5g_rx_gain()
254 void mt76x2_read_rx_gain(struct mt76x02_dev *dev) in mt76x2_read_rx_gain()
283 void mt76x2_get_rate_power(struct mt76x02_dev *dev, struct mt76_rate_power *t, in mt76x2_get_rate_power()
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dpalmas_regulator.c53 static int palmas_smps_enable(struct udevice *dev, int op, bool *enable) in palmas_smps_enable()
121 static int palmas_smps_val(struct udevice *dev, int op, int *uV) in palmas_smps_val()
166 static int palmas_ldo_bypass_enable(struct udevice *dev, bool enabled) in palmas_ldo_bypass_enable()
198 static int palmas_ldo_enable(struct udevice *dev, int op, bool *enable) in palmas_ldo_enable()
257 static int palmas_ldo_val(struct udevice *dev, int op, int *uV) in palmas_ldo_val()
296 static int palmas_ldo_probe(struct udevice *dev) in palmas_ldo_probe()
326 static int ldo_get_value(struct udevice *dev) in ldo_get_value()
338 static int ldo_set_value(struct udevice *dev, int uV) in ldo_set_value()
343 static int ldo_get_enable(struct udevice *dev) in ldo_get_enable()
355 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dfc2580.c20 static int fc2580_wr_reg_ff(struct fc2580_dev *dev, u8 reg, u8 val) in fc2580_wr_reg_ff()
28 static int fc2580_set_params(struct fc2580_dev *dev) in fc2580_set_params()
275 static int fc2580_init(struct fc2580_dev *dev) in fc2580_init()
296 static int fc2580_sleep(struct fc2580_dev *dev) in fc2580_sleep()
319 struct fc2580_dev *dev = fe->tuner_priv; in fc2580_dvb_set_params() local
378 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_standby() local
390 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_g_tuner() local
405 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_s_tuner() local
414 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_g_frequency() local
425 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_s_frequency() local
[all …]
/OK3568_Linux_fs/kernel/net/dsa/
H A Dmaster.c11 static int dsa_master_get_regs_len(struct net_device *dev) in dsa_master_get_regs_len()
40 static void dsa_master_get_regs(struct net_device *dev, in dsa_master_get_regs()
75 static void dsa_master_get_ethtool_stats(struct net_device *dev, in dsa_master_get_ethtool_stats()
94 static void dsa_master_get_ethtool_phy_stats(struct net_device *dev, in dsa_master_get_ethtool_phy_stats()
120 static int dsa_master_get_sset_count(struct net_device *dev, int sset) in dsa_master_get_sset_count()
142 static void dsa_master_get_strings(struct net_device *dev, uint32_t stringset, in dsa_master_get_strings()
190 static int dsa_master_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in dsa_master_ioctl()
223 static int dsa_master_ethtool_setup(struct net_device *dev) in dsa_master_ethtool_setup()
249 static void dsa_master_ethtool_teardown(struct net_device *dev) in dsa_master_ethtool_teardown()
257 static void dsa_netdev_ops_set(struct net_device *dev, in dsa_netdev_ops_set()
[all …]
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata.h122 static inline int ata_acpi_on_devcfg(struct ata_device *dev) { return 0; } in ata_acpi_on_devcfg()
123 static inline void ata_acpi_on_disable(struct ata_device *dev) { } in ata_acpi_on_disable()
127 static inline void ata_acpi_bind_dev(struct ata_device *dev) {} in ata_acpi_bind_dev()
211 static inline int sata_pmp_attach(struct ata_device *dev) in sata_pmp_attach()
238 static inline bool zpodd_dev_enabled(struct ata_device *dev) in zpodd_dev_enabled()
248 static inline void zpodd_init(struct ata_device *dev) {} in zpodd_init()
249 static inline void zpodd_exit(struct ata_device *dev) {} in zpodd_exit()
250 static inline bool zpodd_dev_enabled(struct ata_device *dev) { return false; } in zpodd_dev_enabled()
251 static inline void zpodd_on_suspend(struct ata_device *dev) {} in zpodd_on_suspend()
252 static inline bool zpodd_zpready(struct ata_device *dev) { return false; } in zpodd_zpready()
[all …]

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