| /linux/drivers/net/wireless/silabs/wfx/ |
| H 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() 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 …]
|
| H 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() 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 …]
|
| H 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() 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 …]
|
| H 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()
|
| H A D | sta.c | 26 struct wfx_dev *wdev = container_of(to_delayed_work(work), struct wfx_dev, in wfx_cooling_timeout_work() local 33 void wfx_suspend_hot_dev(struct wfx_dev *wdev, enum sta_notify_cmd cmd) in wfx_suspend_hot_dev() 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 404 struct wfx_dev *wdev = wvif->wdev; in wfx_stop_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 [all …]
|
| H 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()
|
| /linux/net/wireless/ |
| H A D | sme.c | 54 static void cfg80211_sme_free(struct wireless_dev *wdev) in cfg80211_sme_free() argument 64 static int cfg80211_conn_scan(struct wireless_dev *wdev) in cfg80211_conn_scan() argument 146 cfg80211_conn_do_work(struct wireless_dev * wdev,enum nl80211_timeout_reason * treason) cfg80211_conn_do_work() argument 250 struct wireless_dev *wdev; cfg80211_conn_work() local 294 cfg80211_get_conn_bss(struct wireless_dev * wdev) cfg80211_get_conn_bss() argument 318 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_sme_scan_done() local 338 cfg80211_sme_rx_auth(struct wireless_dev * wdev,const u8 * buf,size_t len) cfg80211_sme_rx_auth() argument 389 cfg80211_sme_rx_assoc_resp(struct wireless_dev * wdev,u16 status) cfg80211_sme_rx_assoc_resp() argument 418 cfg80211_sme_deauth(struct wireless_dev * wdev) cfg80211_sme_deauth() argument 423 cfg80211_sme_auth_timeout(struct wireless_dev * wdev) cfg80211_sme_auth_timeout() argument 434 cfg80211_sme_disassoc(struct wireless_dev * wdev) cfg80211_sme_disassoc() argument 445 cfg80211_sme_assoc_timeout(struct wireless_dev * wdev) cfg80211_sme_assoc_timeout() argument 456 cfg80211_sme_abandon_assoc(struct wireless_dev * wdev) cfg80211_sme_abandon_assoc() argument 467 cfg80211_wdev_release_bsses(struct wireless_dev * wdev) cfg80211_wdev_release_bsses() argument 481 cfg80211_wdev_release_link_bsses(struct wireless_dev * wdev,u16 link_mask) cfg80211_wdev_release_link_bsses() argument 496 cfg80211_sme_get_conn_ies(struct wireless_dev * wdev,const u8 * ies,size_t ies_len,const u8 ** out_ies,size_t * out_ies_len) cfg80211_sme_get_conn_ies() argument 552 cfg80211_sme_connect(struct wireless_dev * wdev,struct cfg80211_connect_params * connect,const u8 * prev_bssid) cfg80211_sme_connect() argument 648 cfg80211_sme_disconnect(struct wireless_dev * wdev,u16 reason) cfg80211_sme_disconnect() argument 681 struct wireless_dev *wdev; cfg80211_is_all_idle() local 716 cfg80211_connect_result_release_bsses(struct wireless_dev * wdev,struct cfg80211_connect_resp_params * cr) cfg80211_connect_result_release_bsses() argument 739 struct wireless_dev *wdev = dev->ieee80211_ptr; __cfg80211_connect_result() local 925 cfg80211_update_link_bss(struct wireless_dev * wdev,struct cfg80211_bss ** bss) cfg80211_update_link_bss() argument 972 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_connect_done() local 1078 __cfg80211_roamed(struct wireless_dev * wdev,struct cfg80211_roam_info * info) __cfg80211_roamed() argument 1169 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_roamed() local 1288 __cfg80211_port_authorized(struct wireless_dev * wdev,const u8 * peer_addr,const u8 * td_bitmap,u8 td_bitmap_len) __cfg80211_port_authorized() argument 1313 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_port_authorized() local 1345 struct wireless_dev *wdev = dev->ieee80211_ptr; __cfg80211_disconnected() local 1410 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_disconnected() local 1442 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_connect() local 1548 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_disconnect() local 1582 struct wireless_dev *wdev = cfg80211_autodisconnect_wk() local [all...] |
| H A D | wext-compat.c | 38 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwmode() local 73 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwmode() local 110 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwrange() local 253 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwrts() local 277 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwrts() local 291 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwfrag() local 318 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwfrag() local 332 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwretry() local 372 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwretry() local 402 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_set_encryption() local [all …]
|
| H A D | mlme.c | 27 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_rx_assoc_resp() local 100 static void cfg80211_process_auth(struct wireless_dev *wdev, in cfg80211_process_auth() argument 109 static void cfg80211_process_deauth(struct wireless_dev *wdev, in cfg80211_process_deauth() argument 128 cfg80211_process_disassoc(struct wireless_dev * wdev,const u8 * buf,size_t len,bool reconnect) cfg80211_process_disassoc() argument 151 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_rx_mlme_mgmt() local 172 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_auth_timeout() local 186 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_assoc_failure() local 216 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_tx_mlme_mgmt() local 265 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_mlme_auth() local 467 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_mlme_assoc() local 515 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_mlme_deauth() local 544 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_mlme_disassoc() local 574 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_mlme_down() local 592 struct wireless_dev *wdev; global() member 605 cfg80211_mgmt_registrations_update(struct wireless_dev * wdev) cfg80211_mgmt_registrations_update() argument 649 struct wireless_dev *wdev; cfg80211_mgmt_registrations_update_wk() local 660 cfg80211_mlme_register_mgmt(struct wireless_dev * wdev,u32 snd_portid,u16 frame_type,const u8 * match_data,int match_len,bool multicast_rx,struct netlink_ext_ack * extack) cfg80211_mlme_register_mgmt() argument 759 cfg80211_mlme_unregister_socket(struct wireless_dev * wdev,u32 nlportid) cfg80211_mlme_unregister_socket() argument 789 cfg80211_mlme_purge_registrations(struct wireless_dev * wdev) cfg80211_mlme_purge_registrations() argument 805 cfg80211_allowed_address(struct wireless_dev * wdev,const u8 * addr) cfg80211_allowed_address() argument 817 cfg80211_allowed_random_address(struct wireless_dev * wdev,const struct ieee80211_mgmt * mgmt) cfg80211_allowed_random_address() argument 851 cfg80211_mlme_mgmt_tx(struct cfg80211_registered_device * rdev,struct wireless_dev * wdev,struct cfg80211_mgmt_tx_params * params,u64 * cookie) cfg80211_mlme_mgmt_tx() argument 959 cfg80211_rx_mgmt_ext(struct wireless_dev * wdev,struct cfg80211_rx_info * info) cfg80211_rx_mgmt_ext() argument 1135 struct wireless_dev *wdev = netdev->ieee80211_ptr; cfg80211_cac_event() local 1178 __cfg80211_background_cac_event(struct cfg80211_registered_device * rdev,struct wireless_dev * wdev,const struct cfg80211_chan_def * chandef,enum nl80211_radar_event event) __cfg80211_background_cac_event() argument 1258 cfg80211_start_background_radar_detection(struct cfg80211_registered_device * rdev,struct wireless_dev * wdev,struct cfg80211_chan_def * chandef) cfg80211_start_background_radar_detection() argument 1298 cfg80211_stop_background_radar_detection(struct wireless_dev * wdev) cfg80211_stop_background_radar_detection() argument 1320 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_assoc_ml_reconf() local 1345 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_mlo_reconf_add_done() local [all...] |
| H A D | ibss.c | 22 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 158 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_clear_ibss() local 195 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_leave_ibss() local 216 cfg80211_ibss_wext_join(struct cfg80211_registered_device * rdev,struct wireless_dev * wdev) cfg80211_ibss_wext_join() argument 291 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_siwfreq() local 342 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_giwfreq() local 368 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_siwessid() local 402 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_giwessid() local 427 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_siwap() local 478 struct wireless_dev *wdev = dev->ieee80211_ptr; cfg80211_ibss_wext_giwap() local [all...] |
| H A D | core.c | 159 struct wireless_dev *wdev; in cfg80211_switch_netns() local 230 struct wireless_dev *wdev) in cfg80211_stop_p2p_device() 255 struct wireless_dev *wdev) in cfg80211_stop_nan() 285 struct wireless_dev *wdev, in cfg80211_nan_set_local_schedule() 328 struct wireless_dev *wdev; in cfg80211_shutdown_all_interfaces() local 398 struct wireless_dev *wdev, *tmp; in cfg80211_destroy_ifaces() local 417 struct wireless_dev *wdev) in cfg80211_close_dependents() 1357 static void _cfg80211_unregister_wdev(struct wireless_dev *wdev, in _cfg80211_unregister_wdev() 1428 void cfg80211_unregister_wdev(struct wireless_dev *wdev) in cfg80211_unregister_wdev() 1449 struct wireless_dev *wdev, int link_id) in cfg80211_leave_locked() [all …]
|
| H A D | nl80211.c | 89 struct wireless_dev *wdev; in __cfg80211_wdev_from_attrs() local 111 struct wireless_dev *wdev; in __cfg80211_wdev_from_attrs() local 159 struct wireless_dev *wdev; in __cfg80211_rdev_from_attrs() local 1230 struct wireless_dev **wdev, in nl80211_prepare_wdev_dump() 1829 static int nl80211_key_allowed(struct wireless_dev *wdev) in nl80211_key_allowed() 3759 static bool nl80211_can_set_dev_channel(struct wireless_dev *wdev) in nl80211_can_set_dev_channel() 3940 struct wireless_dev *wdev = NULL; in __nl80211_set_channel() local 4068 struct wireless_dev *wdev; in nl80211_set_wiphy() local 4467 struct wireless_dev *wdev, in nl80211_send_iface() 4612 struct wireless_dev *wdev; in nl80211_dump_interface() local [all …]
|
| /linux/drivers/watchdog/ |
| H 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 …]
|
| H 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
|
| H 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 162 static inline bool imx2_wdt_is_running(struct imx2_wdt_device *wdev) in imx2_wdt_is_running() 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 [all …]
|
| H 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
|
| H 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
|
| H 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()
|
| H 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()
|
| H 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()
|
| H 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()
|
| H 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()
|
| H 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()
|
| /linux/drivers/platform/x86/ |
| H 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()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | alienware-wmi-wmax.c | 341 struct wmi_device *wdev; member 617 static int awcc_wmi_command(struct wmi_device *wdev, u32 method_id, in awcc_wmi_command() 632 static int awcc_get_fan_sensors(struct wmi_device *wdev, u8 operation, in awcc_get_fan_sensors() 645 static int awcc_thermal_information(struct wmi_device *wdev, u8 operation, u8 arg, in awcc_thermal_information() 658 static int awcc_fwup_gpio_control(struct wmi_device *wdev, u8 pin, u8 status) in awcc_fwup_gpio_control() 671 static int awcc_read_total_gpios(struct wmi_device *wdev, u32 *count) in awcc_read_total_gpios() 678 static int awcc_read_gpio_status(struct wmi_device *wdev, u8 pin, u32 *status) in awcc_read_gpio_status() 690 static int awcc_game_shift_status(struct wmi_device *wdev, u8 operation, in awcc_game_shift_status() 722 static int awcc_op_get_resource_id(struct wmi_device *wdev, u8 index, u8 *out) in awcc_op_get_resource_id() 742 static int awcc_op_get_fan_rpm(struct wmi_device *wdev, u8 fan_id, u32 *out) in awcc_op_get_fan_rpm() [all …]
|