| /drivers/net/wireless/silabs/wfx/ |
| A D | hwio.c | 20 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() 216 int wfx_data_read(struct wfx_dev *wdev, void *buf, size_t len) in wfx_data_read() 264 int wfx_sram_reg_read(struct wfx_dev *wdev, u32 addr, u32 *val) in wfx_sram_reg_read() 269 int wfx_ahb_reg_read(struct wfx_dev *wdev, u32 addr, u32 *val) in wfx_ahb_reg_read() 274 int wfx_sram_reg_write(struct wfx_dev *wdev, u32 addr, u32 val) in wfx_sram_reg_write() 279 int wfx_ahb_reg_write(struct wfx_dev *wdev, u32 addr, u32 val) in wfx_ahb_reg_write() 284 int wfx_config_reg_read(struct wfx_dev *wdev, u32 *val) in wfx_config_reg_read() 289 int wfx_config_reg_write(struct wfx_dev *wdev, u32 val) in wfx_config_reg_write() 299 int wfx_control_reg_read(struct wfx_dev *wdev, u32 *val) in wfx_control_reg_read() [all …]
|
| A D | bh.c | 18 static void device_wakeup(struct wfx_dev *wdev) in device_wakeup() 55 static void device_release(struct wfx_dev *wdev) in device_release() 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() 292 void wfx_bh_poll_irq(struct wfx_dev *wdev) in wfx_bh_poll_irq() 314 void wfx_bh_register(struct wfx_dev *wdev) in wfx_bh_register() [all …]
|
| A D | hif_rx.c | 19 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() 113 static int wfx_hif_event_indication(struct wfx_dev *wdev, in wfx_hif_event_indication() 161 static int wfx_hif_scan_complete_indication(struct wfx_dev *wdev, in wfx_hif_scan_complete_indication() 219 static int wfx_hif_generic_indication(struct wfx_dev *wdev, in wfx_hif_generic_indication() 296 static int wfx_hif_error_indication(struct wfx_dev *wdev, in wfx_hif_error_indication() 322 static int wfx_hif_exception_indication(struct wfx_dev *wdev, in wfx_hif_exception_indication() [all …]
|
| A D | queue.c | 17 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() 128 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop() 147 struct sk_buff *wfx_pending_get(struct wfx_dev *wdev, u32 packet_id) in wfx_pending_get() 177 void wfx_pending_dump_old_frames(struct wfx_dev *wdev, unsigned int limit_ms) in wfx_pending_dump_old_frames() 202 unsigned int wfx_pending_get_pkt_us_delay(struct wfx_dev *wdev, struct sk_buff *skb) in wfx_pending_get_pkt_us_delay() 231 static struct sk_buff *wfx_tx_queues_get_skb(struct wfx_dev *wdev) in wfx_tx_queues_get_skb() 307 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev) in wfx_tx_queues_get()
|
| A D | main.c | 169 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() 187 int wfx_send_pds(struct wfx_dev *wdev, u8 *buf, size_t len) in wfx_send_pds() 232 static int wfx_send_pdata_pds(struct wfx_dev *wdev) in wfx_send_pdata_pds() 258 struct wfx_dev *wdev = data; in wfx_free_common() local 271 struct wfx_dev *wdev; in wfx_init_common() local 354 int wfx_probe(struct wfx_dev *wdev) in wfx_probe() 484 void wfx_release(struct wfx_dev *wdev) in wfx_release()
|
| A D | sta.c | 86 struct wfx_dev *wdev = hw->priv; in wfx_configure_filter() local 205 struct wfx_dev *wdev = hw->priv; in wfx_conf_tx() local 225 struct wfx_dev *wdev = hw->priv; in wfx_set_rts_threshold() local 270 struct wfx_dev *wdev = wvif->wdev; in wfx_reset() local 386 struct wfx_dev *wdev = wvif->wdev; in wfx_start_ap() local 518 struct wfx_dev *wdev = hw->priv; in wfx_bss_info_changed() local 627 struct wfx_dev *wdev = hw->priv; in wfx_set_tim() local 717 struct wfx_dev *wdev = hw->priv; in wfx_add_interface() local 779 struct wfx_dev *wdev = hw->priv; in wfx_remove_interface() local 823 struct wfx_dev *wdev = hw->priv; in wfx_set_wakeup() local [all …]
|
| A D | fwio.c | 80 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()
|
| A D | debug.c | 64 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()
|
| /drivers/watchdog/ |
| A D | omap_wdt.c | 71 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 …]
|
| A D | retu_wdt.c | 35 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
|
| A D | imx2_wdt.c | 103 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 173 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_ping() local 186 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in __imx2_wdt_set_timeout() local 206 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_set_pretimeout() local 222 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_isr() local 234 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_start() local 270 struct imx2_wdt_device *wdev; in imx2_wdt_probe() local 368 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_shutdown() local 385 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_suspend() local [all …]
|
| A D | s32g_wdt.c | 68 static unsigned int wdog_sec_to_count(struct s32g_wdt_device *wdev, unsigned int timeout) in wdog_sec_to_count() 75 struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog); in s32g_wdt_ping() local 85 struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog); in s32g_wdt_start() local 99 struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog); in s32g_wdt_stop() local 113 struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog); in s32g_wdt_set_timeout() local 133 struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog); in s32g_wdt_get_timeleft() local 166 static void s32g_wdt_init(struct s32g_wdt_device *wdev) in s32g_wdt_init() 219 struct s32g_wdt_device *wdev; in s32g_wdt_probe() local
|
| A D | rzg2l_wdt.c | 53 struct watchdog_device wdev; member 86 static void rzg2l_wdt_init_timeout(struct watchdog_device *wdev) in rzg2l_wdt_init_timeout() 99 static int rzg2l_wdt_start(struct watchdog_device *wdev) in rzg2l_wdt_start() 126 static int rzg2l_wdt_stop(struct watchdog_device *wdev) in rzg2l_wdt_stop() 142 static int rzg2l_wdt_set_timeout(struct watchdog_device *wdev, unsigned int timeout) in rzg2l_wdt_set_timeout() 164 static int rzg2l_wdt_restart(struct watchdog_device *wdev, in rzg2l_wdt_restart() 226 static int rzg2l_wdt_ping(struct watchdog_device *wdev) in rzg2l_wdt_ping() 246 struct watchdog_device *wdev = data; in rzg2l_wdt_pm_disable() local
|
| A D | pm8916_wdt.c | 41 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()
|
| A D | realtek_otto_wdt.c | 67 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()
|
| A D | visconti_wdt.c | 35 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() 117 struct watchdog_device *wdev; in visconti_wdt_probe() local
|
| A D | rza_wdt.c | 43 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()
|
| A D | rzv2h_wdt.c | 53 struct watchdog_device wdev; member 56 static int rzv2h_wdt_ping(struct watchdog_device *wdev) in rzv2h_wdt_ping() 70 static void rzv2h_wdt_setup(struct watchdog_device *wdev, u16 wdtcr) in rzv2h_wdt_setup() 84 static int rzv2h_wdt_start(struct watchdog_device *wdev) in rzv2h_wdt_start() 121 static int rzv2h_wdt_stop(struct watchdog_device *wdev) in rzv2h_wdt_stop() 142 static int rzv2h_wdt_restart(struct watchdog_device *wdev, in rzv2h_wdt_restart()
|
| A D | sunplus_wdt.c | 45 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()
|
| A D | marvell_gti_wdt.c | 75 struct watchdog_device wdev; member 86 struct watchdog_device *wdev = data; in gti_wdt_interrupt() local 98 static int gti_wdt_ping(struct watchdog_device *wdev) in gti_wdt_ping() 108 static int gti_wdt_start(struct watchdog_device *wdev) in gti_wdt_start() 134 static int gti_wdt_stop(struct watchdog_device *wdev) in gti_wdt_stop() 151 static int gti_wdt_settimeout(struct watchdog_device *wdev, in gti_wdt_settimeout() 187 static int gti_wdt_set_pretimeout(struct watchdog_device *wdev, in gti_wdt_set_pretimeout()
|
| A D | msc313e_wdt.c | 31 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()
|
| A D | renesas_wdt.c | 51 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()
|
| /drivers/platform/x86/dell/ |
| A D | alienware-wmi-wmax.c | 361 struct wmi_device *wdev; member 1110 static int awcc_hwmon_temps_init(struct wmi_device *wdev) in awcc_hwmon_temps_init() 1132 static int awcc_hwmon_fans_init(struct wmi_device *wdev) in awcc_hwmon_fans_init() 1193 static int awcc_hwmon_init(struct wmi_device *wdev) in awcc_hwmon_init() 1389 static int awcc_platform_profile_init(struct wmi_device *wdev) in awcc_platform_profile_init() 1459 struct wmi_device *wdev = seq->private; in awcc_gpio_pin_show() local 1477 struct wmi_device *wdev = seq->private; in awcc_gpio_pin_write() local 1504 static void awcc_debugfs_init(struct wmi_device *wdev) in awcc_debugfs_init() 1550 static int alienware_awcc_setup(struct wmi_device *wdev) in alienware_awcc_setup() 1597 struct wmi_device *wdev, u8 location) in wmax_wmi_update_led() [all …]
|
| /drivers/platform/x86/ |
| A D | wmi.c | 252 struct wmi_device *wdev; in wmi_instance_count() local 297 struct wmi_device *wdev; in wmi_evaluate_method() local 413 struct wmi_device *wdev; in wmi_query_block() local 468 struct wmi_device *wdev; in wmi_set_block() local 547 struct wmi_device *wdev; in wmi_install_notify_handler() local 587 struct wmi_device *wdev; in wmi_remove_notify_handler() local 626 struct wmi_device *wdev; in wmi_has_guid() local 649 struct wmi_device *wdev; in wmi_get_acpi_device_uid() local 708 struct wmi_device *wdev = to_wmi_device(dev); in driver_override_show() local 721 struct wmi_device *wdev = to_wmi_device(dev); in driver_override_store() local [all …]
|
| A D | gigabyte-wmi.c | 29 static int gigabyte_wmi_perform_query(struct wmi_device *wdev, in gigabyte_wmi_perform_query() 46 static int gigabyte_wmi_query_integer(struct wmi_device *wdev, in gigabyte_wmi_query_integer() 66 static int gigabyte_wmi_temperature(struct wmi_device *wdev, u8 sensor, long *res) in gigabyte_wmi_temperature() 86 struct wmi_device *wdev = dev_get_drvdata(dev); in gigabyte_wmi_hwmon_read() local 118 static u8 gigabyte_wmi_detect_sensor_usability(struct wmi_device *wdev) in gigabyte_wmi_detect_sensor_usability() 131 static int gigabyte_wmi_probe(struct wmi_device *wdev, const void *context) in gigabyte_wmi_probe()
|