/drivers/pci/ |
D | quirks.c | 79 bool pcie_failed_link_retrain(struct pci_dev *dev) in pcie_failed_link_retrain() 129 static ktime_t fixup_debug_start(struct pci_dev *dev, in fixup_debug_start() 130 void (*fn)(struct pci_dev *dev)) in fixup_debug_start() 138 static void fixup_debug_report(struct pci_dev *dev, ktime_t calltime, in fixup_debug_report() 139 void (*fn)(struct pci_dev *dev)) in fixup_debug_report() 151 static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, in pci_do_fixups() 194 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) in pci_fixup_device() 251 struct pci_dev *dev = NULL; in pci_apply_final_quirks() local 296 static void quirk_mmio_always_on(struct pci_dev *dev) in quirk_mmio_always_on() 314 static void quirk_passive_release(struct pci_dev *dev) in quirk_passive_release() [all …]
|
D | pci.c | 62 struct pci_dev *dev; member 82 static void pci_dev_d3_sleep(struct pci_dev *dev) in pci_dev_d3_sleep() 95 bool pci_reset_supported(struct pci_dev *dev) in pci_reset_supported() 284 static int pci_dev_str_match_path(struct pci_dev *dev, const char *path, in pci_dev_str_match_path() 378 static int pci_dev_str_match(struct pci_dev *dev, const char *p, in pci_dev_str_match() 460 u8 pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap) in pci_find_next_capability() 506 u8 pci_find_capability(struct pci_dev *dev, int cap) in pci_find_capability() 556 u16 pci_find_next_ext_capability(struct pci_dev *dev, u16 start, int cap) in pci_find_next_ext_capability() 611 u16 pci_find_ext_capability(struct pci_dev *dev, int cap) in pci_find_ext_capability() 626 u64 pci_get_dsn(struct pci_dev *dev) in pci_get_dsn() [all …]
|
/drivers/base/power/ |
D | runtime.c | 21 static pm_callback_t __rpm_get_callback(struct device *dev, size_t cb_offset) in __rpm_get_callback() 48 #define RPM_GET_CALLBACK(dev, callback) \ argument 65 static void update_pm_runtime_accounting(struct device *dev) in update_pm_runtime_accounting() 93 static void __update_runtime_status(struct device *dev, enum rpm_status status) in __update_runtime_status() 100 static u64 rpm_get_accounted_time(struct device *dev, bool suspended) in rpm_get_accounted_time() 115 u64 pm_runtime_active_time(struct device *dev) in pm_runtime_active_time() 120 u64 pm_runtime_suspended_time(struct device *dev) in pm_runtime_suspended_time() 130 static void pm_runtime_deactivate_timer(struct device *dev) in pm_runtime_deactivate_timer() 142 static void pm_runtime_cancel_pending(struct device *dev) in pm_runtime_cancel_pending() 164 u64 pm_runtime_autosuspend_expiration(struct device *dev) in pm_runtime_autosuspend_expiration() [all …]
|
D | sysfs.c | 101 static ssize_t control_show(struct device *dev, struct device_attribute *attr, in control_show() 108 static ssize_t control_store(struct device * dev, struct device_attribute *attr, in control_store() 124 static ssize_t runtime_active_time_show(struct device *dev, in runtime_active_time_show() 137 static ssize_t runtime_suspended_time_show(struct device *dev, in runtime_suspended_time_show() 150 static ssize_t runtime_status_show(struct device *dev, in runtime_status_show() 182 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show() 192 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store() 211 static ssize_t pm_qos_resume_latency_us_show(struct device *dev, in pm_qos_resume_latency_us_show() 225 static ssize_t pm_qos_resume_latency_us_store(struct device *dev, in pm_qos_resume_latency_us_store() 255 static ssize_t pm_qos_latency_tolerance_us_show(struct device *dev, in pm_qos_latency_tolerance_us_show() [all …]
|
D | main.c | 98 void device_pm_sleep_init(struct device *dev) in device_pm_sleep_init() 130 void device_pm_add(struct device *dev) in device_pm_add() 152 void device_pm_remove(struct device *dev) in device_pm_remove() 201 void device_pm_move_last(struct device *dev) in device_pm_move_last() 208 static ktime_t initcall_debug_start(struct device *dev, void *cb) in initcall_debug_start() 219 static void initcall_debug_report(struct device *dev, ktime_t calltime, in initcall_debug_report() 237 static void dpm_wait(struct device *dev, bool async) in dpm_wait() 246 static int dpm_wait_fn(struct device *dev, void *async_ptr) in dpm_wait_fn() 252 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children() 257 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers() [all …]
|
D | generic_ops.c | 20 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend() 39 int pm_generic_runtime_resume(struct device *dev) in pm_generic_runtime_resume() 58 int pm_generic_prepare(struct device *dev) in pm_generic_prepare() 73 int pm_generic_suspend_noirq(struct device *dev) in pm_generic_suspend_noirq() 85 int pm_generic_suspend_late(struct device *dev) in pm_generic_suspend_late() 97 int pm_generic_suspend(struct device *dev) in pm_generic_suspend() 109 int pm_generic_freeze_noirq(struct device *dev) in pm_generic_freeze_noirq() 121 int pm_generic_freeze_late(struct device *dev) in pm_generic_freeze_late() 133 int pm_generic_freeze(struct device *dev) in pm_generic_freeze() 145 int pm_generic_poweroff_noirq(struct device *dev) in pm_generic_poweroff_noirq() [all …]
|
/drivers/media/rc/ |
D | ite-cir.c | 134 static void ite_decode_bytes(struct ite_dev *dev, const u8 * data, int in ite_decode_bytes() 176 static void ite_set_carrier_params(struct ite_dev *dev) in ite_set_carrier_params() 226 struct ite_dev *dev = data; in ite_cir_isr() local 289 struct ite_dev *dev = rcdev->priv; in ite_set_rx_carrier_range() local 304 struct ite_dev *dev = rcdev->priv; in ite_set_tx_carrier() local 318 struct ite_dev *dev = rcdev->priv; in ite_set_tx_duty_cycle() local 334 struct ite_dev *dev = rcdev->priv; in ite_tx_ir() local 478 struct ite_dev *dev = rcdev->priv; in ite_s_idle() local 493 static int it87_get_irq_causes(struct ite_dev *dev) in it87_get_irq_causes() 517 static void it87_set_carrier_params(struct ite_dev *dev, bool high_freq, in it87_set_carrier_params() [all …]
|
D | ene_ir.c | 35 static void ene_set_reg_addr(struct ene_device *dev, u16 reg) in ene_set_reg_addr() 42 static u8 ene_read_reg(struct ene_device *dev, u16 reg) in ene_read_reg() 52 static void ene_write_reg(struct ene_device *dev, u16 reg, u8 value) in ene_write_reg() 60 static void ene_set_reg_mask(struct ene_device *dev, u16 reg, u8 mask) in ene_set_reg_mask() 68 static void ene_clear_reg_mask(struct ene_device *dev, u16 reg, u8 mask) in ene_clear_reg_mask() 76 static void ene_set_clear_reg_mask(struct ene_device *dev, u16 reg, u8 mask, in ene_set_clear_reg_mask() 86 static int ene_hw_detect(struct ene_device *dev) in ene_hw_detect() 178 static void ene_rx_setup_hw_buffer(struct ene_device *dev) in ene_rx_setup_hw_buffer() 236 static void ene_rx_restore_hw_buffer(struct ene_device *dev) in ene_rx_restore_hw_buffer() 257 static void ene_rx_read_hw_pointer(struct ene_device *dev) in ene_rx_read_hw_pointer() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 188 static int wait_fw_init(struct mlx5_core_dev *dev, u32 max_wait_mili, in wait_fw_init() 216 static void mlx5_set_driver_version(struct mlx5_core_dev *dev) in mlx5_set_driver_version() 271 static int mlx5_pci_enable_device(struct mlx5_core_dev *dev) in mlx5_pci_enable_device() 287 static void mlx5_pci_disable_device(struct mlx5_core_dev *dev) in mlx5_pci_disable_device() 325 static u16 to_fw_pkey_sz(struct mlx5_core_dev *dev, u32 size) in to_fw_pkey_sz() 346 void mlx5_core_uplink_netdev_set(struct mlx5_core_dev *dev, struct net_device *netdev) in mlx5_core_uplink_netdev_set() 355 void mlx5_core_uplink_netdev_event_replay(struct mlx5_core_dev *dev) in mlx5_core_uplink_netdev_event_replay() 364 void mlx5_core_mp_event_replay(struct mlx5_core_dev *dev, u32 event, void *data) in mlx5_core_mp_event_replay() 370 int mlx5_core_get_caps_mode(struct mlx5_core_dev *dev, enum mlx5_cap_type cap_type, in mlx5_core_get_caps_mode() 417 int mlx5_core_get_caps(struct mlx5_core_dev *dev, enum mlx5_cap_type cap_type) in mlx5_core_get_caps() [all …]
|
/drivers/media/usb/cx231xx/ |
D | cx231xx-avcore.c | 46 static int verve_write_byte(struct cx231xx *dev, u8 saddr, u8 data) in verve_write_byte() 52 static int verve_read_byte(struct cx231xx *dev, u8 saddr, u8 *data) in verve_read_byte() 62 void initGPIO(struct cx231xx *dev) in initGPIO() 84 void uninitGPIO(struct cx231xx *dev) in uninitGPIO() 98 static int afe_write_byte(struct cx231xx *dev, u16 saddr, u8 data) in afe_write_byte() 104 static int afe_read_byte(struct cx231xx *dev, u16 saddr, u8 *data) in afe_read_byte() 115 int cx231xx_afe_init_super_block(struct cx231xx *dev, u32 ref_count) in cx231xx_afe_init_super_block() 186 int cx231xx_afe_init_channels(struct cx231xx *dev) in cx231xx_afe_init_channels() 235 int cx231xx_afe_setup_AFE_for_baseband(struct cx231xx *dev) in cx231xx_afe_setup_AFE_for_baseband() 256 int cx231xx_afe_set_input_mux(struct cx231xx *dev, u32 input_mux) in cx231xx_afe_set_input_mux() [all …]
|
/drivers/net/wireless/broadcom/b43/ |
D | phy_common.c | 28 int b43_phy_allocate(struct b43_wldev *dev) in b43_phy_allocate() 77 void b43_phy_free(struct b43_wldev *dev) in b43_phy_free() 83 int b43_phy_init(struct b43_wldev *dev) in b43_phy_init() 125 void b43_phy_exit(struct b43_wldev *dev) in b43_phy_exit() 135 bool b43_has_hardware_pctl(struct b43_wldev *dev) in b43_has_hardware_pctl() 144 void b43_radio_lock(struct b43_wldev *dev) in b43_radio_lock() 162 void b43_radio_unlock(struct b43_wldev *dev) in b43_radio_unlock() 179 void b43_phy_lock(struct b43_wldev *dev) in b43_phy_lock() 191 void b43_phy_unlock(struct b43_wldev *dev) in b43_phy_unlock() 203 static inline void assert_mac_suspended(struct b43_wldev *dev) in assert_mac_suspended() [all …]
|
D | bus.c | 21 static int b43_bus_bcma_bus_may_powerdown(struct b43_bus_dev *dev) in b43_bus_bcma_bus_may_powerdown() 25 static int b43_bus_bcma_bus_powerup(struct b43_bus_dev *dev, in b43_bus_bcma_bus_powerup() 30 static int b43_bus_bcma_device_is_enabled(struct b43_bus_dev *dev) in b43_bus_bcma_device_is_enabled() 34 static void b43_bus_bcma_device_enable(struct b43_bus_dev *dev, in b43_bus_bcma_device_enable() 39 static void b43_bus_bcma_device_disable(struct b43_bus_dev *dev, in b43_bus_bcma_device_disable() 44 static u16 b43_bus_bcma_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read16() 48 static u32 b43_bus_bcma_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read32() 53 void b43_bus_bcma_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_bcma_write16() 58 void b43_bus_bcma_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_bcma_write32() 63 void b43_bus_bcma_block_read(struct b43_bus_dev *dev, void *buffer, in b43_bus_bcma_block_read() [all …]
|
D | wa.c | 20 void b43_wa_initgains(struct b43_wldev *dev) in b43_wa_initgains() 44 static void b43_wa_rssi_lt(struct b43_wldev *dev) /* RSSI lookup table */ in b43_wa_rssi_lt() 59 static void b43_wa_analog(struct b43_wldev *dev) in b43_wa_analog() 73 static void b43_wa_fft(struct b43_wldev *dev) /* Fine frequency table */ in b43_wa_fft() 82 static void b43_wa_nft(struct b43_wldev *dev) /* Noise figure table */ in b43_wa_nft() 97 static void b43_wa_rt(struct b43_wldev *dev) /* Rotor table */ in b43_wa_rt() 105 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) in b43_write_nst() 113 static void b43_wa_nst(struct b43_wldev *dev) /* Noise scale table */ in b43_wa_nst() 127 static void b43_wa_art(struct b43_wldev *dev) /* ADV retard table */ in b43_wa_art() 136 static void b43_wa_msst(struct b43_wldev *dev) /* Min sigma square table */ in b43_wa_msst() [all …]
|
D | phy_lp.c | 35 static unsigned int b43_lpphy_op_get_default_chan(struct b43_wldev *dev) in b43_lpphy_op_get_default_chan() 42 static int b43_lpphy_op_allocate(struct b43_wldev *dev) in b43_lpphy_op_allocate() 54 static void b43_lpphy_op_prepare_structs(struct b43_wldev *dev) in b43_lpphy_op_prepare_structs() 65 static void b43_lpphy_op_free(struct b43_wldev *dev) in b43_lpphy_op_free() 74 static void lpphy_read_band_sprom(struct b43_wldev *dev) in lpphy_read_band_sprom() 157 static void lpphy_adjust_gain_table(struct b43_wldev *dev, u32 freq) in lpphy_adjust_gain_table() 182 static void lpphy_table_init(struct b43_wldev *dev) in lpphy_table_init() 197 static void lpphy_baseband_rev0_1_init(struct b43_wldev *dev) in lpphy_baseband_rev0_1_init() 346 static void lpphy_save_dig_flt_state(struct b43_wldev *dev) in lpphy_save_dig_flt_state() 375 static void lpphy_restore_dig_flt_state(struct b43_wldev *dev) in lpphy_restore_dig_flt_state() [all …]
|
D | main.c | 464 static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val) in b43_ram_write() 478 static inline void b43_shm_control_word(struct b43_wldev *dev, in b43_shm_control_word() 490 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read32() 513 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read16() 534 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value) in b43_shm_write32() 554 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value) in b43_shm_write16() 571 u64 b43_hf_read(struct b43_wldev *dev) in b43_hf_read() 585 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() 598 static u16 b43_fwcapa_read(struct b43_wldev *dev) in b43_fwcapa_read() 604 void b43_tsf_read(struct b43_wldev *dev, u64 *tsf) in b43_tsf_read() [all …]
|
/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc_opr_v6.c | 43 #define IS_MFCV6_V2(dev) (!IS_MFCV7_PLUS(dev) && dev->fw_ver == MFC_FW_V2) argument 62 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_codec_buffers_v6() local 335 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v6() local 394 static int s5p_mfc_alloc_dev_context_buffer_v6(struct s5p_mfc_dev *dev) in s5p_mfc_alloc_dev_context_buffer_v6() 417 static void s5p_mfc_release_dev_context_buffer_v6(struct s5p_mfc_dev *dev) in s5p_mfc_release_dev_context_buffer_v6() 438 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_dec_calc_dpb_size_v6() local 494 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v6() local 516 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v6() local 614 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v6() local 629 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_frame_buffer_v6() local [all …]
|
D | s5p_mfc_opr_v5.c | 36 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_dec_temp_buffers_v5() local 63 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_codec_buffers_v5() local 202 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v5() local 248 static int s5p_mfc_alloc_dev_context_buffer_v5(struct s5p_mfc_dev *dev) in s5p_mfc_alloc_dev_context_buffer_v5() 255 static void s5p_mfc_release_dev_context_buffer_v5(struct s5p_mfc_dev *dev) in s5p_mfc_release_dev_context_buffer_v5() 347 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_desc_buffer() local 357 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_shared_buffer() local 366 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v5() local 380 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v5() local 511 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v5() local [all …]
|
/drivers/misc/mei/ |
D | hw-me.c | 59 static inline u32 mei_me_mecbrw_read(const struct mei_device *dev) in mei_me_mecbrw_read() 70 static inline void mei_me_hcbww_write(struct mei_device *dev, u32 data) in mei_me_hcbww_write() 82 static inline u32 mei_me_mecsr_read(const struct mei_device *dev) in mei_me_mecsr_read() 99 static inline u32 mei_hcsr_read(const struct mei_device *dev) in mei_hcsr_read() 115 static inline void mei_hcsr_write(struct mei_device *dev, u32 reg) in mei_hcsr_write() 128 static inline void mei_hcsr_set(struct mei_device *dev, u32 reg) in mei_hcsr_set() 139 static inline void mei_hcsr_set_hig(struct mei_device *dev) in mei_hcsr_set_hig() 154 static inline u32 mei_me_d0i3c_read(const struct mei_device *dev) in mei_me_d0i3c_read() 170 static inline void mei_me_d0i3c_write(struct mei_device *dev, u32 reg) in mei_me_d0i3c_write() 184 static int mei_me_trc_status(struct mei_device *dev, u32 *trc) in mei_me_trc_status() [all …]
|
/drivers/base/ |
D | core.c | 278 static bool device_is_ancestor(struct device *dev, struct device *target) in device_is_ancestor() 304 int device_is_dependent(struct device *dev, void *target) in device_is_dependent() 379 static int device_reorder_to_tail(struct device *dev, void *not_used) in device_reorder_to_tail() 412 void device_pm_move_to_tail(struct device *dev) in device_pm_move_to_tail() 423 #define to_devlink(dev) container_of((dev), struct device_link, link_dev) argument 425 static ssize_t status_show(struct device *dev, in status_show() 458 static ssize_t auto_remove_on_show(struct device *dev, in auto_remove_on_show() 475 static ssize_t runtime_pm_show(struct device *dev, in runtime_pm_show() 484 static ssize_t sync_state_only_show(struct device *dev, in sync_state_only_show() 528 static void devlink_dev_release(struct device *dev) in devlink_dev_release() [all …]
|
/drivers/net/wireless/mediatek/mt7601u/ |
D | phy.c | 19 mt7601u_rf_wr(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 value) in mt7601u_rf_wr() 54 mt7601u_rf_rr(struct mt7601u_dev *dev, u8 bank, u8 offset) in mt7601u_rf_rr() 95 mt7601u_rf_rmw(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask, u8 val) in mt7601u_rf_rmw() 111 mt7601u_rf_set(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 val) in mt7601u_rf_set() 117 mt7601u_rf_clear(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask) in mt7601u_rf_clear() 122 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr() 144 static int mt7601u_bbp_rr(struct mt7601u_dev *dev, u8 offset) in mt7601u_bbp_rr() 182 static int mt7601u_bbp_rmw(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmw() 195 static u8 mt7601u_bbp_rmc(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmc() 209 int mt7601u_wait_bbp_ready(struct mt7601u_dev *dev) in mt7601u_wait_bbp_ready() [all …]
|
/drivers/net/ethernet/ibm/emac/ |
D | core.c | 125 static inline void emac_report_timeout_error(struct emac_instance *dev, in emac_report_timeout_error() 140 static inline void emac_rx_clk_tx(struct emac_instance *dev) in emac_rx_clk_tx() 149 static inline void emac_rx_clk_default(struct emac_instance *dev) in emac_rx_clk_default() 213 static inline void emac_tx_enable(struct emac_instance *dev) in emac_tx_enable() 225 static void emac_tx_disable(struct emac_instance *dev) in emac_tx_disable() 245 static void emac_rx_enable(struct emac_instance *dev) in emac_rx_enable() 274 static void emac_rx_disable(struct emac_instance *dev) in emac_rx_disable() 294 static inline void emac_netif_stop(struct emac_instance *dev) in emac_netif_stop() 306 static inline void emac_netif_start(struct emac_instance *dev) in emac_netif_start() 326 static inline void emac_rx_disable_async(struct emac_instance *dev) in emac_rx_disable_async() [all …]
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.c | 198 void rtl92e_dm_init(struct net_device *dev) in rtl92e_dm_init() 218 void rtl92e_dm_deinit(struct net_device *dev) in rtl92e_dm_deinit() 223 void rtl92e_dm_watchdog(struct net_device *dev) in rtl92e_dm_watchdog() 247 void rtl92e_init_adaptive_rate(struct net_device *dev) in rtl92e_init_adaptive_rate() 275 static void _rtl92e_dm_check_rate_adaptive(struct net_device *dev) in _rtl92e_dm_check_rate_adaptive() 383 static void _rtl92e_dm_init_bandwidth_autoswitch(struct net_device *dev) in _rtl92e_dm_init_bandwidth_autoswitch() 393 static void _rtl92e_dm_bandwidth_autoswitch(struct net_device *dev) in _rtl92e_dm_bandwidth_autoswitch() 469 static void _rtl92e_dm_tx_update_tssi_weak_signal(struct net_device *dev) in _rtl92e_dm_tx_update_tssi_weak_signal() 488 static void _rtl92e_dm_tx_update_tssi_strong_signal(struct net_device *dev) in _rtl92e_dm_tx_update_tssi_strong_signal() 505 static void _rtl92e_dm_tx_power_tracking_callback_tssi(struct net_device *dev) in _rtl92e_dm_tx_power_tracking_callback_tssi() [all …]
|
/drivers/net/ethernet/mediatek/ |
D | mtk_wed.c | 49 struct net_device *dev; member 53 wed_m32(struct mtk_wed_device *dev, u32 reg, u32 mask, u32 val) in wed_m32() 59 wed_set(struct mtk_wed_device *dev, u32 reg, u32 mask) in wed_set() 65 wed_clr(struct mtk_wed_device *dev, u32 reg, u32 mask) in wed_clr() 71 wdma_m32(struct mtk_wed_device *dev, u32 reg, u32 mask, u32 val) in wdma_m32() 77 wdma_set(struct mtk_wed_device *dev, u32 reg, u32 mask) in wdma_set() 83 wdma_clr(struct mtk_wed_device *dev, u32 reg, u32 mask) in wdma_clr() 89 wifi_r32(struct mtk_wed_device *dev, u32 reg) in wifi_r32() 95 wifi_w32(struct mtk_wed_device *dev, u32 reg, u32 val) in wifi_w32() 101 mtk_wed_read_reset(struct mtk_wed_device *dev) in mtk_wed_read_reset() [all …]
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | main.c | 241 static void b43legacy_ram_write(struct b43legacy_wldev *dev, u16 offset, in b43legacy_ram_write() 257 void b43legacy_shm_control_word(struct b43legacy_wldev *dev, in b43legacy_shm_control_word() 270 u32 b43legacy_shm_read32(struct b43legacy_wldev *dev, in b43legacy_shm_read32() 297 u16 b43legacy_shm_read16(struct b43legacy_wldev *dev, in b43legacy_shm_read16() 320 void b43legacy_shm_write32(struct b43legacy_wldev *dev, in b43legacy_shm_write32() 344 void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset, in b43legacy_shm_write16() 364 u32 b43legacy_hf_read(struct b43legacy_wldev *dev) in b43legacy_hf_read() 378 void b43legacy_hf_write(struct b43legacy_wldev *dev, u32 value) in b43legacy_hf_write() 388 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf) in b43legacy_tsf_read() 446 static void b43legacy_time_lock(struct b43legacy_wldev *dev) in b43legacy_time_lock() [all …]
|
/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 104 void init_hal_dm(struct net_device *dev) in init_hal_dm() 123 void deinit_hal_dm(struct net_device *dev) in deinit_hal_dm() 129 void dm_CheckRxAggregation(struct net_device *dev) in dm_CheckRxAggregation() 169 void hal_dm_watchdog(struct net_device *dev) in hal_dm_watchdog() 196 void init_rate_adaptive(struct net_device *dev) in init_rate_adaptive() 249 static void dm_check_rate_adaptive(struct net_device *dev) in dm_check_rate_adaptive() 371 static void dm_init_bandwidth_autoswitch(struct net_device *dev) in dm_init_bandwidth_autoswitch() 382 static void dm_bandwidth_autoswitch(struct net_device *dev) in dm_bandwidth_autoswitch() 450 static void dm_TXPowerTrackingCallback_TSSI(struct net_device *dev) in dm_TXPowerTrackingCallback_TSSI() 600 static void dm_TXPowerTrackingCallback_ThermalMeter(struct net_device *dev) in dm_TXPowerTrackingCallback_ThermalMeter() [all …]
|