Home
last modified time | relevance | path

Searched defs:wdev (Results 101 - 125 of 236) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.h77 iwl_fw_dbg_trigger_vif_match(struct iwl_fw_dbg_trigger_tlv *trig, struct wireless_dev *wdev) iwl_fw_dbg_trigger_vif_match() argument
111 iwl_fw_dbg_trigger_check_stop(struct iwl_fw_runtime *fwrt, struct wireless_dev *wdev, struct iwl_fw_dbg_trigger_tlv *trig) iwl_fw_dbg_trigger_check_stop() argument
130 _iwl_fw_dbg_trigger_on(struct iwl_fw_runtime *fwrt, struct wireless_dev *wdev, const enum iwl_fw_dbg_trigger id) _iwl_fw_dbg_trigger_on() argument
157 _iwl_fw_dbg_trigger_simple_stop(struct iwl_fw_runtime *fwrt, struct wireless_dev *wdev, struct iwl_fw_dbg_trigger_tlv *trigger) _iwl_fw_dbg_trigger_simple_stop() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c302 struct wireless_dev *wdev; in wil_vif_alloc() local
410 struct wireless_dev *wdev = vif_to_wdev(vif); in wil_vif_add() local
543 struct wireless_dev *wdev = ndev->ieee80211_ptr; wil_if_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dbh.c18 static void device_wakeup(struct wfx_dev *wdev) in device_wakeup() argument
55 device_release(struct wfx_dev *wdev) device_release() argument
63 rx_helper(struct wfx_dev *wdev, size_t read_len, int *is_cnf) rx_helper() argument
133 bh_work_rx(struct wfx_dev *wdev, int max_msg, int *num_cnf) bh_work_rx() argument
168 tx_helper(struct wfx_dev *wdev, struct wfx_hif_msg *hif) tx_helper() argument
196 bh_work_tx(struct wfx_dev *wdev, int max_msg) bh_work_tx() argument
222 ack_sdio_data(struct wfx_dev *wdev) ack_sdio_data() argument
235 struct wfx_dev *wdev = container_of(work, struct wfx_dev, hif.bh); bh_work() local
263 wfx_bh_request_rx(struct wfx_dev *wdev) wfx_bh_request_rx() argument
281 wfx_bh_request_tx(struct wfx_dev *wdev) wfx_bh_request_tx() argument
292 wfx_bh_poll_irq(struct wfx_dev *wdev) wfx_bh_poll_irq() argument
314 wfx_bh_register(struct wfx_dev *wdev) wfx_bh_register() argument
321 wfx_bh_unregister(struct wfx_dev *wdev) wfx_bh_unregister() argument
[all...]
H A Dhif_tx_mib.c63 int wfx_hif_get_counters_table(struct wfx_dev *wdev, int vif_id, in wfx_hif_get_counters_table() argument
126 wfx_hif_set_operational_mode(struct wfx_dev *wdev, enum wfx_hif_op_power_mode mode) wfx_hif_set_operational_mode() argument
245 wfx_hif_use_multi_tx_conf(struct wfx_dev *wdev, bool enable) wfx_hif_use_multi_tx_conf() argument
[all...]
H A Dhwio.c20 static int wfx_read32(struct wfx_dev *wdev, int reg, u32 *val) in wfx_read32() argument
37 static int wfx_write32(struct wfx_dev *wdev, int reg, u32 val) in wfx_write32() argument
52 static int wfx_read32_locked(struct wfx_dev *wdev, int reg, u32 *val) in wfx_read32_locked() argument
63 wfx_write32_locked(struct wfx_dev *wdev, int reg, u32 val) wfx_write32_locked() argument
74 wfx_write32_bits_locked(struct wfx_dev *wdev, int reg, u32 mask, u32 val) wfx_write32_bits_locked() argument
96 wfx_indirect_read(struct wfx_dev *wdev, int reg, u32 addr, void *buf, size_t len) wfx_indirect_read() argument
146 wfx_indirect_write(struct wfx_dev *wdev, int reg, u32 addr, const void *buf, size_t len) wfx_indirect_write() argument
160 wfx_indirect_read_locked(struct wfx_dev *wdev, int reg, u32 addr, void *buf, size_t len) wfx_indirect_read_locked() argument
172 wfx_indirect_write_locked(struct wfx_dev *wdev, int reg, u32 addr, const void *buf, size_t len) wfx_indirect_write_locked() argument
184 wfx_indirect_read32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 *val) wfx_indirect_read32_locked() argument
200 wfx_indirect_write32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 val) wfx_indirect_write32_locked() argument
216 wfx_data_read(struct wfx_dev *wdev, void *buf, size_t len) wfx_data_read() argument
230 wfx_data_write(struct wfx_dev *wdev, const void *buf, size_t len) wfx_data_write() argument
244 wfx_sram_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) wfx_sram_buf_read() argument
249 wfx_ahb_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) wfx_ahb_buf_read() argument
254 wfx_sram_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) wfx_sram_buf_write() argument
259 wfx_ahb_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) wfx_ahb_buf_write() argument
264 wfx_sram_reg_read(struct wfx_dev *wdev, u32 addr, u32 *val) wfx_sram_reg_read() argument
269 wfx_ahb_reg_read(struct wfx_dev *wdev, u32 addr, u32 *val) wfx_ahb_reg_read() argument
274 wfx_sram_reg_write(struct wfx_dev *wdev, u32 addr, u32 val) wfx_sram_reg_write() argument
279 wfx_ahb_reg_write(struct wfx_dev *wdev, u32 addr, u32 val) wfx_ahb_reg_write() argument
284 wfx_config_reg_read(struct wfx_dev *wdev, u32 *val) wfx_config_reg_read() argument
289 wfx_config_reg_write(struct wfx_dev *wdev, u32 val) wfx_config_reg_write() argument
294 wfx_config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) wfx_config_reg_write_bits() argument
299 wfx_control_reg_read(struct wfx_dev *wdev, u32 *val) wfx_control_reg_read() argument
304 wfx_control_reg_write(struct wfx_dev *wdev, u32 val) wfx_control_reg_write() argument
309 wfx_control_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) wfx_control_reg_write_bits() argument
314 wfx_igpr_reg_read(struct wfx_dev *wdev, int index, u32 *val) wfx_igpr_reg_read() argument
329 wfx_igpr_reg_write(struct wfx_dev *wdev, int index, u32 val) wfx_igpr_reg_write() argument
[all...]
H A 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; wfx_send_pds_write() local
233 struct wfx_dev *wdev; global() member
243 struct wfx_dev *wdev = context->wdev; wfx_send_hif_msg_write() local
319 wfx_debug_init(struct wfx_dev *wdev) wfx_debug_init() argument
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dpmsr.c264 struct wireless_dev *wdev = info->user_ptr[1]; in nl80211_pmsr_start() local
341 void cfg80211_pmsr_complete(struct wireless_dev *wdev, in cfg80211_pmsr_complete() argument
548 cfg80211_pmsr_report(struct wireless_dev *wdev, struct cfg80211_pmsr_request *req, struct cfg80211_pmsr_result *result, gfp_t gfp) cfg80211_pmsr_report() argument
597 cfg80211_pmsr_process_abort(struct wireless_dev *wdev) cfg80211_pmsr_process_abort() argument
622 struct wireless_dev *wdev = container_of(work, struct wireless_dev, cfg80211_pmsr_free_wk() local
632 cfg80211_pmsr_wdev_down(struct wireless_dev *wdev) cfg80211_pmsr_wdev_down() argument
650 cfg80211_release_pmsr(struct wireless_dev *wdev, u32 portid) cfg80211_release_pmsr() argument
[all...]
H A Dmesh.c107 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_join_mesh() local
225 cfg80211_set_mesh_channel(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, struct cfg80211_chan_def *chandef) cfg80211_set_mesh_channel() argument
263 struct wireless_dev *wdev = dev->ieee80211_ptr; __cfg80211_leave_mesh() local
294 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_leave_mesh() local
[all...]
H A Dibss.c22 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_ibss_joined() local
62 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_joined() local
92 struct wireless_dev *wdev = dev->ieee80211_ptr; __cfg80211_join_ibss() local
156 struct wireless_dev *wdev = dev->ieee80211_ptr; __cfg80211_clear_ibss() local
192 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_clear_ibss() local
202 struct wireless_dev *wdev = dev->ieee80211_ptr; __cfg80211_leave_ibss() local
224 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_leave_ibss() local
235 cfg80211_ibss_wext_join(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev) cfg80211_ibss_wext_join() argument
311 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_siwfreq() local
368 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_giwfreq() local
396 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_siwessid() local
436 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_giwessid() local
463 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_siwap() local
520 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_giwap() local
[all...]
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/
H A Dtx.c104 struct net_device *wdev = lowpan_802154_dev(skb->dev)->wdev; in lowpan_alloc_frag() local
[all...]
H A Drx.c271 static int lowpan_rcv(struct sk_buff *skb, struct net_device *wdev, in lowpan_rcv() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c238 struct wireless_dev *wdev = wil->main_ndev->ieee80211_ptr; in wil_configure_interrupt_moderation() local
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dmain.c910 struct wireless_dev *wdev; in lbs_add_card() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.h57 struct wireless_dev wdev; member
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dcfg80211.c573 static int prism2_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in prism2_set_tx_power() argument
600 static int prism2_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in prism2_get_tx_power() argument
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Dwfx.h64 struct wfx_dev *wdev; member
94 static inline struct wfx_vif *wdev_to_wvif(struct wfx_dev *wdev, int vif_id) in wdev_to_wvif() argument
109 static inline struct wfx_vif *wvif_iterate(struct wfx_dev *wdev, in wvif_iterate() argument
128 wvif_count(struct wfx_dev *wdev) wvif_count() argument
[all...]
H A Ddata_tx.c20 static int wfx_get_hw_rate(struct wfx_dev *wdev, in wfx_get_hw_rate() argument
49 struct wfx_dev *wdev = wvif->wdev; in wfx_tx_policy_build() local
401 struct wfx_dev *wdev = hw->priv; wfx_tx() local
451 wfx_tx_fill_rates(struct wfx_dev *wdev, struct ieee80211_tx_info *tx_info, const struct hif_cnf_tx *arg) wfx_tx_fill_rates() argument
489 wfx_tx_confirm_cb(struct wfx_dev *wdev, const struct hif_cnf_tx *arg) wfx_tx_confirm_cb() argument
569 struct wfx_dev *wdev = hw->priv; wfx_flush() local
[all...]
H A Dfwio.c83 static int sram_write_dma_safe(struct wfx_dev *wdev, u32 addr, const u8 *buf, in sram_write_dma_safe() argument
102 static int get_firmware(struct wfx_dev *wdev, u32 keyset_chip, in get_firmware() argument
152 wait_ncp_status(struct wfx_dev *wdev, u32 status) wait_ncp_status() argument
177 upload_firmware(struct wfx_dev *wdev, const u8 *data, size_t len) upload_firmware() argument
220 print_boot_status(struct wfx_dev *wdev) print_boot_status() argument
234 load_firmware_secure(struct wfx_dev *wdev) load_firmware_secure() argument
308 init_gpr(struct wfx_dev *wdev) init_gpr() argument
333 wfx_init_device(struct wfx_dev *wdev) wfx_init_device() argument
[all...]
H A Dhif_tx.c49 int wfx_cmd_send(struct wfx_dev *wdev, struct hif_msg *request, in wfx_cmd_send() argument
124 hif_shutdown(struct wfx_dev *wdev) hif_shutdown() argument
142 hif_configuration(struct wfx_dev *wdev, const u8 *conf, size_t len) hif_configuration() argument
174 hif_read_mib(struct wfx_dev *wdev, int vif_id, u16 mib_id, void *val, size_t val_len) hif_read_mib() argument
210 hif_write_mib(struct wfx_dev *wdev, int vif_id, u16 mib_id, void *val, size_t val_len) hif_write_mib() argument
354 hif_add_key(struct wfx_dev *wdev, const struct hif_req_add_key *arg) hif_add_key() argument
377 hif_remove_key(struct wfx_dev *wdev, int idx) hif_remove_key() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dmain.c333 struct wireless_dev *wdev = ndev->ieee80211_ptr; in ieee80211_ifa_changed() local
392 struct wireless_dev *wdev = ndev->ieee80211_ptr; in ieee80211_ifa6_changed() local
H A Doffchannel.c670 int ieee80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, in ieee80211_remain_on_channel() argument
764 int ieee80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in ieee80211_mgmt_tx() argument
755 ieee80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) ieee80211_cancel_remain_on_channel() argument
949 ieee80211_mgmt_tx_cancel_wait(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) ieee80211_mgmt_tx_cancel_wait() argument
[all...]
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dimx2_wdt.c103 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_restart() local
132 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_setup() local
162 imx2_wdt_is_running(struct imx2_wdt_device *wdev) imx2_wdt_is_running() argument
173 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); imx2_wdt_ping() local
186 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); __imx2_wdt_set_timeout() local
206 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); imx2_wdt_set_pretimeout() local
222 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); imx2_wdt_isr() local
234 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); imx2_wdt_start() local
270 struct imx2_wdt_device *wdev; imx2_wdt_probe() local
368 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); imx2_wdt_shutdown() local
385 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); imx2_wdt_suspend() local
410 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); imx2_wdt_resume() local
[all...]
H A Drealtek_otto_wdt.c67 struct watchdog_device wdev; member
74 static int otto_wdt_start(struct watchdog_device *wdev) in otto_wdt_start() argument
86 static int otto_wdt_stop(struct watchdog_device *wdev) in otto_wdt_stop() argument
98 static int otto_wdt_ping(struct watchdog_device *wdev) in otto_wdt_ping() argument
123 static int otto_wdt_determine_timeouts(struct watchdog_device *wdev, unsigned int timeout, in otto_wdt_determine_timeouts() argument
169 otto_wdt_set_timeout(struct watchdog_device *wdev, unsigned int val) otto_wdt_set_timeout() argument
174 otto_wdt_set_pretimeout(struct watchdog_device *wdev, unsigned int val) otto_wdt_set_pretimeout() argument
179 otto_wdt_restart(struct watchdog_device *wdev, unsigned long reboot_mode, void *data) otto_wdt_restart() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddell-wmi-base.c389 static int dell_wmi_process_key(struct wmi_device *wdev, int type, int code, u16 *buffer, int remaining) in dell_wmi_process_key() argument
433 static void dell_wmi_notify(struct wmi_device *wdev, in dell_wmi_notify() argument
603 static int dell_wmi_input_setup(struct wmi_device *wdev) in dell_wmi_input_setup() argument
719 dell_wmi_input_destroy(struct wmi_device *wdev) dell_wmi_input_destroy() argument
765 dell_wmi_probe(struct wmi_device *wdev, const void *context) dell_wmi_probe() argument
786 dell_wmi_remove(struct wmi_device *wdev) dell_wmi_remove() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dlenovo-yogabook.c334 static int yogabook_wmi_probe(struct wmi_device *wdev, const void *context) in yogabook_wmi_probe() argument
382 static void yogabook_wmi_remove(struct wmi_device *wdev) in yogabook_wmi_remove() argument
394 static void yogabook_wmi_notify(struct wmi_device *wdev, union acpi_object *dummy) in yogabook_wmi_notify() argument

Completed in 16 milliseconds

12345678910