Home
last modified time | relevance | path

Searched defs:wdev (Results 1 – 25 of 88) sorted by relevance

1234

/drivers/net/wireless/silabs/wfx/
Dhwio.c20 static int wfx_read32(struct wfx_dev *wdev, int reg, u32 *val) in wfx_read32()
37 static int wfx_write32(struct wfx_dev *wdev, int reg, u32 val) in wfx_write32()
52 static int wfx_read32_locked(struct wfx_dev *wdev, int reg, u32 *val) in wfx_read32_locked()
63 static int wfx_write32_locked(struct wfx_dev *wdev, int reg, u32 val) in wfx_write32_locked()
74 static int wfx_write32_bits_locked(struct wfx_dev *wdev, int reg, u32 mask, u32 val) in wfx_write32_bits_locked()
96 static int wfx_indirect_read(struct wfx_dev *wdev, int reg, u32 addr, void *buf, size_t len) in wfx_indirect_read()
146 static int wfx_indirect_write(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_write()
160 static int wfx_indirect_read_locked(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_read_locked()
172 static int wfx_indirect_write_locked(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_write_locked()
184 static int wfx_indirect_read32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 *val) in wfx_indirect_read32_locked()
[all …]
Dbh.c18 static void device_wakeup(struct wfx_dev *wdev) in device_wakeup()
55 static void device_release(struct wfx_dev *wdev) in device_release()
63 static int rx_helper(struct wfx_dev *wdev, size_t read_len, int *is_cnf) in rx_helper()
133 static int bh_work_rx(struct wfx_dev *wdev, int max_msg, int *num_cnf) in bh_work_rx()
168 static void tx_helper(struct wfx_dev *wdev, struct wfx_hif_msg *hif) in tx_helper()
196 static int bh_work_tx(struct wfx_dev *wdev, int max_msg) in bh_work_tx()
222 static void ack_sdio_data(struct wfx_dev *wdev) in ack_sdio_data()
235 struct wfx_dev *wdev = container_of(work, struct wfx_dev, hif.bh); in bh_work() local
263 void wfx_bh_request_rx(struct wfx_dev *wdev) in wfx_bh_request_rx()
281 void wfx_bh_request_tx(struct wfx_dev *wdev) in wfx_bh_request_tx()
[all …]
Dhif_rx.c19 static int wfx_hif_generic_confirm(struct wfx_dev *wdev, in wfx_hif_generic_confirm()
52 static int wfx_hif_tx_confirm(struct wfx_dev *wdev, in wfx_hif_tx_confirm()
61 static int wfx_hif_multi_tx_confirm(struct wfx_dev *wdev, in wfx_hif_multi_tx_confirm()
73 static int wfx_hif_startup_indication(struct wfx_dev *wdev, in wfx_hif_startup_indication()
87 static int wfx_hif_wakeup_indication(struct wfx_dev *wdev, in wfx_hif_wakeup_indication()
97 static int wfx_hif_receive_indication(struct wfx_dev *wdev, const struct wfx_hif_msg *hif, in wfx_hif_receive_indication()
113 static int wfx_hif_event_indication(struct wfx_dev *wdev, in wfx_hif_event_indication()
147 static int wfx_hif_pm_mode_complete_indication(struct wfx_dev *wdev, in wfx_hif_pm_mode_complete_indication()
161 static int wfx_hif_scan_complete_indication(struct wfx_dev *wdev, in wfx_hif_scan_complete_indication()
177 static int wfx_hif_join_complete_indication(struct wfx_dev *wdev, in wfx_hif_join_complete_indication()
[all …]
Dqueue.c17 void wfx_tx_lock(struct wfx_dev *wdev) in wfx_tx_lock()
22 void wfx_tx_unlock(struct wfx_dev *wdev) in wfx_tx_unlock()
31 void wfx_tx_flush(struct wfx_dev *wdev) in wfx_tx_flush()
54 void wfx_tx_lock_flush(struct wfx_dev *wdev) in wfx_tx_lock_flush()
122 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop()
143 struct sk_buff *wfx_pending_get(struct wfx_dev *wdev, u32 packet_id) in wfx_pending_get()
173 void wfx_pending_dump_old_frames(struct wfx_dev *wdev, unsigned int limit_ms) in wfx_pending_dump_old_frames()
198 unsigned int wfx_pending_get_pkt_us_delay(struct wfx_dev *wdev, struct sk_buff *skb) in wfx_pending_get_pkt_us_delay()
227 static struct sk_buff *wfx_tx_queues_get_skb(struct wfx_dev *wdev) in wfx_tx_queues_get_skb()
283 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev) in wfx_tx_queues_get()
Dmain.c155 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than()
173 int wfx_send_pds(struct wfx_dev *wdev, u8 *buf, size_t len) in wfx_send_pds()
218 static int wfx_send_pdata_pds(struct wfx_dev *wdev) in wfx_send_pdata_pds()
244 struct wfx_dev *wdev = data; in wfx_free_common() local
256 struct wfx_dev *wdev; in wfx_init_common() local
335 int wfx_probe(struct wfx_dev *wdev) in wfx_probe()
469 void wfx_release(struct wfx_dev *wdev) in wfx_release()
Ddebug.c64 struct wfx_dev *wdev = seq->private; in wfx_counters_show() local
153 struct wfx_dev *wdev = seq->private; in wfx_rx_stats_show() local
183 struct wfx_dev *wdev = seq->private; in wfx_tx_power_loop_show() local
208 struct wfx_dev *wdev = file->private_data; in wfx_send_pds_write() local
233 struct wfx_dev *wdev; member
243 struct wfx_dev *wdev = context->wdev; in wfx_send_hif_msg_write() local
319 int wfx_debug_init(struct wfx_dev *wdev) in wfx_debug_init()
Dsta.c23 u32 wfx_rate_mask_to_hw(struct wfx_dev *wdev, u32 rates) in wfx_rate_mask_to_hw()
43 struct wfx_dev *wdev = container_of(to_delayed_work(work), struct wfx_dev, in wfx_cooling_timeout_work() local
50 void wfx_suspend_hot_dev(struct wfx_dev *wdev, enum sta_notify_cmd cmd) in wfx_suspend_hot_dev()
103 struct wfx_dev *wdev = hw->priv; in wfx_configure_filter() local
222 struct wfx_dev *wdev = hw->priv; in wfx_conf_tx() local
242 struct wfx_dev *wdev = hw->priv; in wfx_set_rts_threshold() local
287 struct wfx_dev *wdev = wvif->wdev; in wfx_reset() local
395 struct wfx_dev *wdev = wvif->wdev; in wfx_start_ap() local
522 struct wfx_dev *wdev = hw->priv; in wfx_bss_info_changed() local
631 struct wfx_dev *wdev = hw->priv; in wfx_set_tim() local
[all …]
Dfwio.c80 static int wfx_sram_write_dma_safe(struct wfx_dev *wdev, u32 addr, const u8 *buf, size_t len) in wfx_sram_write_dma_safe()
98 static int get_firmware(struct wfx_dev *wdev, u32 keyset_chip, in get_firmware()
147 static int wait_ncp_status(struct wfx_dev *wdev, u32 status) in wait_ncp_status()
171 static int upload_firmware(struct wfx_dev *wdev, const u8 *data, size_t len) in upload_firmware()
211 static void print_boot_status(struct wfx_dev *wdev) in print_boot_status()
225 static int load_firmware_secure(struct wfx_dev *wdev) in load_firmware_secure()
295 static int init_gpr(struct wfx_dev *wdev) in init_gpr()
318 int wfx_init_device(struct wfx_dev *wdev) in wfx_init_device()
/drivers/watchdog/
Domap_wdt.c71 static void omap_wdt_reload(struct omap_wdt_dev *wdev) in omap_wdt_reload()
88 static void omap_wdt_enable(struct omap_wdt_dev *wdev) in omap_wdt_enable()
102 static void omap_wdt_disable(struct omap_wdt_dev *wdev) in omap_wdt_disable()
116 static void omap_wdt_set_timer(struct omap_wdt_dev *wdev, in omap_wdt_set_timer()
133 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_start() local
168 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_stop() local
180 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_ping() local
192 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_set_timeout() local
207 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_get_timeleft() local
232 struct omap_wdt_dev *wdev; in omap_wdt_probe() local
[all …]
Dretu_wdt.c35 static void retu_wdt_ping_enable(struct retu_wdt_dev *wdev) in retu_wdt_ping_enable()
42 static void retu_wdt_ping_disable(struct retu_wdt_dev *wdev) in retu_wdt_ping_disable()
50 struct retu_wdt_dev *wdev = container_of(to_delayed_work(work), in retu_wdt_ping_work() local
57 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_start() local
66 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_stop() local
75 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_ping() local
83 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_set_timeout() local
107 struct retu_wdt_dev *wdev; in retu_wdt_probe() local
Dimx2_wdt.c96 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_restart() local
125 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_setup() local
152 static inline bool imx2_wdt_is_running(struct imx2_wdt_device *wdev) in imx2_wdt_is_running()
163 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_ping() local
176 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in __imx2_wdt_set_timeout() local
196 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_set_pretimeout() local
212 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_isr() local
224 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_start() local
260 struct imx2_wdt_device *wdev; in imx2_wdt_probe() local
347 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_shutdown() local
[all …]
Drzg2l_wdt.c53 struct watchdog_device wdev; member
110 static void rzg2l_wdt_init_timeout(struct watchdog_device *wdev) in rzg2l_wdt_init_timeout()
123 static int rzg2l_wdt_start(struct watchdog_device *wdev) in rzg2l_wdt_start()
141 static int rzg2l_wdt_stop(struct watchdog_device *wdev) in rzg2l_wdt_stop()
151 static int rzg2l_wdt_set_timeout(struct watchdog_device *wdev, unsigned int timeout) in rzg2l_wdt_set_timeout()
168 static int rzg2l_wdt_restart(struct watchdog_device *wdev, in rzg2l_wdt_restart()
209 static int rzg2l_wdt_ping(struct watchdog_device *wdev) in rzg2l_wdt_ping()
229 struct watchdog_device *wdev = data; in rzg2l_wdt_reset_assert_pm_disable() local
Dpm8916_wdt.c41 struct watchdog_device wdev; member
45 static int pm8916_wdt_start(struct watchdog_device *wdev) in pm8916_wdt_start()
54 static int pm8916_wdt_stop(struct watchdog_device *wdev) in pm8916_wdt_stop()
63 static int pm8916_wdt_ping(struct watchdog_device *wdev) in pm8916_wdt_ping()
71 static int pm8916_wdt_configure_timers(struct watchdog_device *wdev) in pm8916_wdt_configure_timers()
87 static int pm8916_wdt_set_timeout(struct watchdog_device *wdev, in pm8916_wdt_set_timeout()
95 static int pm8916_wdt_set_pretimeout(struct watchdog_device *wdev, in pm8916_wdt_set_pretimeout()
Dvisconti_wdt.c35 struct watchdog_device wdev; member
40 static int visconti_wdt_start(struct watchdog_device *wdev) in visconti_wdt_start()
54 static int visconti_wdt_stop(struct watchdog_device *wdev) in visconti_wdt_stop()
73 static unsigned int visconti_wdt_get_timeleft(struct watchdog_device *wdev) in visconti_wdt_get_timeleft()
86 static int visconti_wdt_set_timeout(struct watchdog_device *wdev, unsigned int timeout) in visconti_wdt_set_timeout()
122 struct watchdog_device *wdev; in visconti_wdt_probe() local
Drealtek_otto_wdt.c67 struct watchdog_device wdev; member
74 static int otto_wdt_start(struct watchdog_device *wdev) in otto_wdt_start()
86 static int otto_wdt_stop(struct watchdog_device *wdev) in otto_wdt_stop()
98 static int otto_wdt_ping(struct watchdog_device *wdev) in otto_wdt_ping()
123 static int otto_wdt_determine_timeouts(struct watchdog_device *wdev, unsigned int timeout, in otto_wdt_determine_timeouts()
169 static int otto_wdt_set_timeout(struct watchdog_device *wdev, unsigned int val) in otto_wdt_set_timeout()
174 static int otto_wdt_set_pretimeout(struct watchdog_device *wdev, unsigned int val) in otto_wdt_set_pretimeout()
179 static int otto_wdt_restart(struct watchdog_device *wdev, unsigned long reboot_mode, in otto_wdt_restart()
Drza_wdt.c43 struct watchdog_device wdev; member
74 static int rza_wdt_start(struct watchdog_device *wdev) in rza_wdt_start()
95 static int rza_wdt_stop(struct watchdog_device *wdev) in rza_wdt_stop()
104 static int rza_wdt_ping(struct watchdog_device *wdev) in rza_wdt_ping()
115 static int rza_set_timeout(struct watchdog_device *wdev, unsigned int timeout) in rza_set_timeout()
122 static int rza_wdt_restart(struct watchdog_device *wdev, unsigned long action, in rza_wdt_restart()
Dsunplus_wdt.c45 struct watchdog_device wdev; member
51 static int sp_wdt_restart(struct watchdog_device *wdev, in sp_wdt_restart()
66 static int sp_wdt_ping(struct watchdog_device *wdev) in sp_wdt_ping()
90 static int sp_wdt_stop(struct watchdog_device *wdev) in sp_wdt_stop()
100 static int sp_wdt_start(struct watchdog_device *wdev) in sp_wdt_start()
110 static unsigned int sp_wdt_get_timeleft(struct watchdog_device *wdev) in sp_wdt_get_timeleft()
Dmsc313e_wdt.c31 struct watchdog_device wdev; member
35 static int msc313e_wdt_start(struct watchdog_device *wdev) in msc313e_wdt_start()
52 static int msc313e_wdt_ping(struct watchdog_device *wdev) in msc313e_wdt_ping()
60 static int msc313e_wdt_stop(struct watchdog_device *wdev) in msc313e_wdt_stop()
71 static int msc313e_wdt_settimeout(struct watchdog_device *wdev, unsigned int new_time) in msc313e_wdt_settimeout()
Drenesas_wdt.c51 struct watchdog_device wdev; member
67 static int rwdt_init_timeout(struct watchdog_device *wdev) in rwdt_init_timeout()
85 static int rwdt_start(struct watchdog_device *wdev) in rwdt_start()
110 static int rwdt_stop(struct watchdog_device *wdev) in rwdt_stop()
122 static unsigned int rwdt_get_timeleft(struct watchdog_device *wdev) in rwdt_get_timeleft()
131 static int rwdt_restart(struct watchdog_device *wdev, unsigned long action, in rwdt_restart()
Duniphier_wdt.c57 struct uniphier_wdt_dev *wdev = watchdog_get_drvdata(w); in uniphier_watchdog_ping() local
126 struct uniphier_wdt_dev *wdev = watchdog_get_drvdata(w); in uniphier_watchdog_start() local
136 struct uniphier_wdt_dev *wdev = watchdog_get_drvdata(w); in uniphier_watchdog_stop() local
144 struct uniphier_wdt_dev *wdev = watchdog_get_drvdata(w); in uniphier_watchdog_set_timeout() local
185 struct uniphier_wdt_dev *wdev; in uniphier_wdt_probe() local
Drtd119x_wdt.c33 static int rtd119x_wdt_start(struct watchdog_device *wdev) in rtd119x_wdt_start()
46 static int rtd119x_wdt_stop(struct watchdog_device *wdev) in rtd119x_wdt_stop()
59 static int rtd119x_wdt_ping(struct watchdog_device *wdev) in rtd119x_wdt_ping()
68 static int rtd119x_wdt_set_timeout(struct watchdog_device *wdev, unsigned int val) in rtd119x_wdt_set_timeout()
/drivers/platform/x86/
Dlenovo-yogabook-wmi.c32 struct wmi_device *wdev; member
45 static int yogabook_wmi_do_action(struct wmi_device *wdev, int action) in yogabook_wmi_do_action()
74 static int yogabook_wmi_set_kbd_backlight(struct wmi_device *wdev, in yogabook_wmi_set_kbd_backlight()
163 static void yogabook_wmi_notify(struct wmi_device *wdev, union acpi_object *dummy) in yogabook_wmi_notify()
209 struct wmi_device *wdev = data->wdev; in kbd_brightness_set() local
235 static int yogabook_wmi_probe(struct wmi_device *wdev, const void *context) in yogabook_wmi_probe()
335 static void yogabook_wmi_remove(struct wmi_device *wdev) in yogabook_wmi_remove()
360 struct wmi_device *wdev = container_of(dev, struct wmi_device, dev); in yogabook_wmi_suspend() local
376 struct wmi_device *wdev = container_of(dev, struct wmi_device, dev); in yogabook_wmi_resume() local
Dgigabyte-wmi.c34 static int gigabyte_wmi_perform_query(struct wmi_device *wdev, in gigabyte_wmi_perform_query()
51 static int gigabyte_wmi_query_integer(struct wmi_device *wdev, in gigabyte_wmi_query_integer()
71 static int gigabyte_wmi_temperature(struct wmi_device *wdev, u8 sensor, long *res) in gigabyte_wmi_temperature()
91 struct wmi_device *wdev = dev_get_drvdata(dev); in gigabyte_wmi_hwmon_read() local
123 static u8 gigabyte_wmi_detect_sensor_usability(struct wmi_device *wdev) in gigabyte_wmi_detect_sensor_usability()
169 static int gigabyte_wmi_probe(struct wmi_device *wdev, const void *context) in gigabyte_wmi_probe()
/drivers/platform/x86/dell/
Ddell-smbios-wmi.c33 struct wmi_device *wdev; member
46 static int run_smbios_call(struct wmi_device *wdev) in run_smbios_call()
111 static long dell_smbios_wmi_filter(struct wmi_device *wdev, unsigned int cmd, in dell_smbios_wmi_filter()
147 static int dell_smbios_wmi_probe(struct wmi_device *wdev, const void *context) in dell_smbios_wmi_probe()
209 static void dell_smbios_wmi_remove(struct wmi_device *wdev) in dell_smbios_wmi_remove()
/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.h78 struct wireless_dev *wdev) in iwl_fw_dbg_trigger_vif_match()
112 struct wireless_dev *wdev, in iwl_fw_dbg_trigger_check_stop()
131 struct wireless_dev *wdev, in _iwl_fw_dbg_trigger_on()
150 #define iwl_fw_dbg_trigger_on(fwrt, wdev, id) ({ \ argument
158 struct wireless_dev *wdev, in _iwl_fw_dbg_trigger_simple_stop()
170 #define iwl_fw_dbg_trigger_simple_stop(fwrt, wdev, trig) \ argument

1234