/Linux-v4.19/include/linux/ |
D | pm_runtime.h | 64 static inline void pm_suspend_ignore_children(struct device *dev, bool enable) in pm_suspend_ignore_children() 69 static inline void pm_runtime_get_noresume(struct device *dev) in pm_runtime_get_noresume() 74 static inline void pm_runtime_put_noidle(struct device *dev) in pm_runtime_put_noidle() 79 static inline bool pm_runtime_suspended(struct device *dev) in pm_runtime_suspended() 85 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active() 91 static inline bool pm_runtime_status_suspended(struct device *dev) in pm_runtime_status_suspended() 96 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() 101 static inline bool pm_runtime_callbacks_present(struct device *dev) in pm_runtime_callbacks_present() 106 static inline void pm_runtime_mark_last_busy(struct device *dev) in pm_runtime_mark_last_busy() 111 static inline bool pm_runtime_is_irq_safe(struct device *dev) in pm_runtime_is_irq_safe() [all …]
|
/Linux-v4.19/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 void update_pm_runtime_accounting(struct device *dev) in update_pm_runtime_accounting() 83 static void __update_runtime_status(struct device *dev, enum rpm_status status) in __update_runtime_status() 93 static void pm_runtime_deactivate_timer(struct device *dev) in pm_runtime_deactivate_timer() 105 static void pm_runtime_cancel_pending(struct device *dev) in pm_runtime_cancel_pending() 127 unsigned long pm_runtime_autosuspend_expiration(struct device *dev) in pm_runtime_autosuspend_expiration() 162 static int dev_memalloc_noio(struct device *dev, void *data) in dev_memalloc_noio() 195 void pm_runtime_set_memalloc_noio(struct device *dev, bool enable) in pm_runtime_set_memalloc_noio() 236 static int rpm_check_suspend_allowed(struct device *dev) in rpm_check_suspend_allowed() [all …]
|
D | generic_ops.c | 22 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend() 41 int pm_generic_runtime_resume(struct device *dev) in pm_generic_runtime_resume() 60 int pm_generic_prepare(struct device *dev) in pm_generic_prepare() 75 int pm_generic_suspend_noirq(struct device *dev) in pm_generic_suspend_noirq() 87 int pm_generic_suspend_late(struct device *dev) in pm_generic_suspend_late() 99 int pm_generic_suspend(struct device *dev) in pm_generic_suspend() 111 int pm_generic_freeze_noirq(struct device *dev) in pm_generic_freeze_noirq() 123 int pm_generic_freeze_late(struct device *dev) in pm_generic_freeze_late() 135 int pm_generic_freeze(struct device *dev) in pm_generic_freeze() 147 int pm_generic_poweroff_noirq(struct device *dev) in pm_generic_poweroff_noirq() [all …]
|
D | power.h | 4 static inline void device_pm_init_common(struct device *dev) in device_pm_init_common() 15 static inline void pm_runtime_early_init(struct device *dev) in pm_runtime_early_init() 31 struct device *dev; member 52 static inline void device_wakeup_attach_irq(struct device *dev, in device_wakeup_attach_irq() 55 static inline void device_wakeup_detach_irq(struct device *dev) in device_wakeup_detach_irq() 79 static inline void pm_runtime_early_init(struct device *dev) in pm_runtime_early_init() 84 static inline void pm_runtime_init(struct device *dev) {} in pm_runtime_init() 85 static inline void pm_runtime_reinit(struct device *dev) {} in pm_runtime_reinit() 86 static inline void pm_runtime_remove(struct device *dev) {} in pm_runtime_remove() 88 static inline int dpm_sysfs_add(struct device *dev) { return 0; } in dpm_sysfs_add() [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() 151 static ssize_t runtime_status_show(struct device *dev, in runtime_status_show() 183 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show() 191 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store() 210 static ssize_t pm_qos_resume_latency_us_show(struct device *dev, in pm_qos_resume_latency_us_show() 224 static ssize_t pm_qos_resume_latency_us_store(struct device *dev, in pm_qos_resume_latency_us_store() 254 static ssize_t pm_qos_latency_tolerance_us_show(struct device *dev, in pm_qos_latency_tolerance_us_show() [all …]
|
D | main.c | 92 void device_pm_sleep_init(struct device *dev) in device_pm_sleep_init() 124 void device_pm_add(struct device *dev) in device_pm_add() 142 void device_pm_remove(struct device *dev) in device_pm_remove() 188 void device_pm_move_last(struct device *dev) in device_pm_move_last() 195 static ktime_t initcall_debug_start(struct device *dev, void *cb) in initcall_debug_start() 206 static void initcall_debug_report(struct device *dev, ktime_t calltime, in initcall_debug_report() 227 static void dpm_wait(struct device *dev, bool async) in dpm_wait() 236 static int dpm_wait_fn(struct device *dev, void *async_ptr) in dpm_wait_fn() 242 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children() 247 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers() [all …]
|
/Linux-v4.19/drivers/pci/ |
D | quirks.c | 35 static ktime_t fixup_debug_start(struct pci_dev *dev, in fixup_debug_start() 36 void (*fn)(struct pci_dev *dev)) in fixup_debug_start() 44 static void fixup_debug_report(struct pci_dev *dev, ktime_t calltime, in fixup_debug_report() 45 void (*fn)(struct pci_dev *dev)) in fixup_debug_report() 57 static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, in pci_do_fixups() 100 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) in pci_fixup_device() 157 struct pci_dev *dev = NULL; in pci_apply_final_quirks() local 203 static void quirk_mmio_always_on(struct pci_dev *dev) in quirk_mmio_always_on() 215 static void quirk_mellanox_tavor(struct pci_dev *dev) in quirk_mellanox_tavor() 226 static void quirk_passive_release(struct pci_dev *dev) in quirk_passive_release() [all …]
|
D | pci.c | 59 struct pci_dev *dev; member 64 static void pci_dev_d3_sleep(struct pci_dev *dev) in pci_dev_d3_sleep() 215 static int pci_dev_str_match_path(struct pci_dev *dev, const char *path, in pci_dev_str_match_path() 309 static int pci_dev_str_match(struct pci_dev *dev, const char *p, in pci_dev_str_match() 391 int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap) in pci_find_next_capability() 437 int pci_find_capability(struct pci_dev *dev, int cap) in pci_find_capability() 488 int pci_find_next_ext_capability(struct pci_dev *dev, int start, int cap) in pci_find_next_ext_capability() 543 int pci_find_ext_capability(struct pci_dev *dev, int cap) in pci_find_ext_capability() 549 static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap) in __pci_find_next_ht_cap() 589 int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap) in pci_find_next_ht_capability() [all …]
|
/Linux-v4.19/drivers/media/rc/ |
D | ene_ir.c | 45 static void ene_set_reg_addr(struct ene_device *dev, u16 reg) in ene_set_reg_addr() 52 static u8 ene_read_reg(struct ene_device *dev, u16 reg) in ene_read_reg() 62 static void ene_write_reg(struct ene_device *dev, u16 reg, u8 value) in ene_write_reg() 70 static void ene_set_reg_mask(struct ene_device *dev, u16 reg, u8 mask) in ene_set_reg_mask() 78 static void ene_clear_reg_mask(struct ene_device *dev, u16 reg, u8 mask) in ene_clear_reg_mask() 86 static void ene_set_clear_reg_mask(struct ene_device *dev, u16 reg, u8 mask, in ene_set_clear_reg_mask() 96 static int ene_hw_detect(struct ene_device *dev) in ene_hw_detect() 188 static void ene_rx_setup_hw_buffer(struct ene_device *dev) in ene_rx_setup_hw_buffer() 246 static void ene_rx_restore_hw_buffer(struct ene_device *dev) in ene_rx_restore_hw_buffer() 267 static void ene_rx_read_hw_pointer(struct ene_device *dev) in ene_rx_read_hw_pointer() [all …]
|
D | ite-cir.c | 170 static void ite_decode_bytes(struct ite_dev *dev, const u8 * data, int in ite_decode_bytes() 220 static void ite_set_carrier_params(struct ite_dev *dev) in ite_set_carrier_params() 273 struct ite_dev *dev = data; in ite_cir_isr() local 338 struct ite_dev *dev = rcdev->priv; in ite_set_rx_carrier_range() local 353 struct ite_dev *dev = rcdev->priv; in ite_set_tx_carrier() local 367 struct ite_dev *dev = rcdev->priv; in ite_set_tx_duty_cycle() local 383 struct ite_dev *dev = rcdev->priv; in ite_tx_ir() local 534 struct ite_dev *dev = rcdev->priv; in ite_s_idle() local 551 static int it87_get_irq_causes(struct ite_dev *dev) in it87_get_irq_causes() 577 static void it87_set_carrier_params(struct ite_dev *dev, bool high_freq, in it87_set_carrier_params() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | wa.c | 33 void b43_wa_initgains(struct b43_wldev *dev) in b43_wa_initgains() 57 static void b43_wa_rssi_lt(struct b43_wldev *dev) /* RSSI lookup table */ in b43_wa_rssi_lt() 72 static void b43_wa_analog(struct b43_wldev *dev) in b43_wa_analog() 86 static void b43_wa_fft(struct b43_wldev *dev) /* Fine frequency table */ in b43_wa_fft() 95 static void b43_wa_nft(struct b43_wldev *dev) /* Noise figure table */ in b43_wa_nft() 110 static void b43_wa_rt(struct b43_wldev *dev) /* Rotor table */ in b43_wa_rt() 118 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) in b43_write_nst() 126 static void b43_wa_nst(struct b43_wldev *dev) /* Noise scale table */ in b43_wa_nst() 140 static void b43_wa_art(struct b43_wldev *dev) /* ADV retard table */ in b43_wa_art() 149 static void b43_wa_msst(struct b43_wldev *dev) /* Min sigma square table */ in b43_wa_msst() [all …]
|
D | bus.c | 34 static int b43_bus_bcma_bus_may_powerdown(struct b43_bus_dev *dev) in b43_bus_bcma_bus_may_powerdown() 38 static int b43_bus_bcma_bus_powerup(struct b43_bus_dev *dev, in b43_bus_bcma_bus_powerup() 43 static int b43_bus_bcma_device_is_enabled(struct b43_bus_dev *dev) in b43_bus_bcma_device_is_enabled() 47 static void b43_bus_bcma_device_enable(struct b43_bus_dev *dev, in b43_bus_bcma_device_enable() 52 static void b43_bus_bcma_device_disable(struct b43_bus_dev *dev, in b43_bus_bcma_device_disable() 57 static u16 b43_bus_bcma_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read16() 61 static u32 b43_bus_bcma_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read32() 66 void b43_bus_bcma_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_bcma_write16() 71 void b43_bus_bcma_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_bcma_write32() 76 void b43_bus_bcma_block_read(struct b43_bus_dev *dev, void *buffer, in b43_bus_bcma_block_read() [all …]
|
D | phy_common.c | 41 int b43_phy_allocate(struct b43_wldev *dev) in b43_phy_allocate() 90 void b43_phy_free(struct b43_wldev *dev) in b43_phy_free() 96 int b43_phy_init(struct b43_wldev *dev) in b43_phy_init() 138 void b43_phy_exit(struct b43_wldev *dev) in b43_phy_exit() 148 bool b43_has_hardware_pctl(struct b43_wldev *dev) in b43_has_hardware_pctl() 157 void b43_radio_lock(struct b43_wldev *dev) in b43_radio_lock() 175 void b43_radio_unlock(struct b43_wldev *dev) in b43_radio_unlock() 192 void b43_phy_lock(struct b43_wldev *dev) in b43_phy_lock() 204 void b43_phy_unlock(struct b43_wldev *dev) in b43_phy_unlock() 216 static inline void assert_mac_suspended(struct b43_wldev *dev) in assert_mac_suspended() [all …]
|
D | phy_lcn.c | 62 static void b43_radio_2064_channel_setup(struct b43_wldev *dev) in b43_radio_2064_channel_setup() 109 static void b43_radio_2064_init(struct b43_wldev *dev) in b43_radio_2064_init() 165 static void b43_phy_lcn_afe_set_unset(struct b43_wldev *dev) in b43_phy_lcn_afe_set_unset() 181 static u16 b43_phy_lcn_get_pa_gain(struct b43_wldev *dev) in b43_phy_lcn_get_pa_gain() 187 static void b43_phy_lcn_set_dac_gain(struct b43_wldev *dev, u16 dac_gain) in b43_phy_lcn_set_dac_gain() 198 static void b43_phy_lcn_set_bbmult(struct b43_wldev *dev, u8 m0) in b43_phy_lcn_set_bbmult() 204 static void b43_phy_lcn_clear_tx_power_offsets(struct b43_wldev *dev) in b43_phy_lcn_clear_tx_power_offsets() 224 static void b43_phy_lcn_rev0_baseband_init(struct b43_wldev *dev) in b43_phy_lcn_rev0_baseband_init() 259 static void b43_phy_lcn_bu_tweaks(struct b43_wldev *dev) in b43_phy_lcn_bu_tweaks() 310 static void b43_phy_lcn_sense_setup(struct b43_wldev *dev, in b43_phy_lcn_sense_setup() [all …]
|
D | phy_ht.c | 48 static void b43_radio_2059_channel_setup(struct b43_wldev *dev, in b43_radio_2059_channel_setup() 93 static void b43_radio_2059_rcal(struct b43_wldev *dev) in b43_radio_2059_rcal() 120 static void b43_radio_2057_rccal(struct b43_wldev *dev) in b43_radio_2057_rccal() 147 static void b43_radio_2059_init_pre(struct b43_wldev *dev) in b43_radio_2059_init_pre() 155 static void b43_radio_2059_init(struct b43_wldev *dev) in b43_radio_2059_init() 188 static void b43_phy_ht_force_rf_sequence(struct b43_wldev *dev, u16 rf_seq) in b43_phy_ht_force_rf_sequence() 209 static void b43_phy_ht_pa_override(struct b43_wldev *dev, bool enable) in b43_phy_ht_pa_override() 233 static u16 b43_phy_ht_classifier(struct b43_wldev *dev, u16 mask, u16 val) in b43_phy_ht_classifier() 249 static void b43_phy_ht_reset_cca(struct b43_wldev *dev) in b43_phy_ht_reset_cca() 263 static void b43_phy_ht_zero_extg(struct b43_wldev *dev) in b43_phy_ht_zero_extg() [all …]
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-avcore.c | 58 static int verve_write_byte(struct cx231xx *dev, u8 saddr, u8 data) in verve_write_byte() 64 static int verve_read_byte(struct cx231xx *dev, u8 saddr, u8 *data) in verve_read_byte() 74 void initGPIO(struct cx231xx *dev) in initGPIO() 96 void uninitGPIO(struct cx231xx *dev) in uninitGPIO() 110 static int afe_write_byte(struct cx231xx *dev, u16 saddr, u8 data) in afe_write_byte() 116 static int afe_read_byte(struct cx231xx *dev, u16 saddr, u8 *data) in afe_read_byte() 127 int cx231xx_afe_init_super_block(struct cx231xx *dev, u32 ref_count) in cx231xx_afe_init_super_block() 198 int cx231xx_afe_init_channels(struct cx231xx *dev) in cx231xx_afe_init_channels() 247 int cx231xx_afe_setup_AFE_for_baseband(struct cx231xx *dev) in cx231xx_afe_setup_AFE_for_baseband() 268 int cx231xx_afe_set_input_mux(struct cx231xx *dev, u32 input_mux) in cx231xx_afe_set_input_mux() [all …]
|
/Linux-v4.19/drivers/misc/mei/ |
D | hw-me.c | 68 static inline u32 mei_me_mecbrw_read(const struct mei_device *dev) in mei_me_mecbrw_read() 79 static inline void mei_me_hcbww_write(struct mei_device *dev, u32 data) in mei_me_hcbww_write() 91 static inline u32 mei_me_mecsr_read(const struct mei_device *dev) in mei_me_mecsr_read() 108 static inline u32 mei_hcsr_read(const struct mei_device *dev) in mei_hcsr_read() 124 static inline void mei_hcsr_write(struct mei_device *dev, u32 reg) in mei_hcsr_write() 137 static inline void mei_hcsr_set(struct mei_device *dev, u32 reg) in mei_hcsr_set() 148 static inline void mei_hcsr_set_hig(struct mei_device *dev) in mei_hcsr_set_hig() 163 static inline u32 mei_me_d0i3c_read(const struct mei_device *dev) in mei_me_d0i3c_read() 179 static inline void mei_me_d0i3c_write(struct mei_device *dev, u32 reg) in mei_me_d0i3c_write() 193 static int mei_me_fw_status(struct mei_device *dev, in mei_me_fw_status() [all …]
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v6.c | 46 #define IS_MFCV6_V2(dev) (!IS_MFCV7_PLUS(dev) && dev->fw_ver == MFC_FW_V2) argument 65 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_codec_buffers_v6() local 338 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v6() local 397 static int s5p_mfc_alloc_dev_context_buffer_v6(struct s5p_mfc_dev *dev) in s5p_mfc_alloc_dev_context_buffer_v6() 420 static void s5p_mfc_release_dev_context_buffer_v6(struct s5p_mfc_dev *dev) in s5p_mfc_release_dev_context_buffer_v6() 441 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_dec_calc_dpb_size_v6() local 497 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v6() local 519 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v6() local 617 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v6() local 632 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_frame_buffer_v6() local [all …]
|
D | s5p_mfc_opr_v5.c | 39 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_dec_temp_buffers_v5() local 66 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_codec_buffers_v5() local 205 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v5() local 251 static int s5p_mfc_alloc_dev_context_buffer_v5(struct s5p_mfc_dev *dev) in s5p_mfc_alloc_dev_context_buffer_v5() 258 static void s5p_mfc_release_dev_context_buffer_v5(struct s5p_mfc_dev *dev) in s5p_mfc_release_dev_context_buffer_v5() 350 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_desc_buffer() local 360 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_shared_buffer() local 369 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v5() local 383 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v5() local 514 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v5() local [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_pm.c | 21 static int do_scsi_suspend(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_suspend() 26 static int do_scsi_freeze(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_freeze() 31 static int do_scsi_poweroff(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_poweroff() 36 static int do_scsi_resume(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_resume() 41 static int do_scsi_thaw(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_thaw() 46 static int do_scsi_restore(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_restore() 51 static int scsi_dev_type_suspend(struct device *dev, in scsi_dev_type_suspend() 70 static int scsi_dev_type_resume(struct device *dev, in scsi_dev_type_resume() 90 scsi_bus_suspend_common(struct device *dev, in scsi_bus_suspend_common() 111 static void async_sdev_resume(void *dev, async_cookie_t cookie) in async_sdev_resume() [all …]
|
/Linux-v4.19/drivers/base/ |
D | core.c | 103 static int device_is_dependent(struct device *dev, void *target) in device_is_dependent() 126 static int device_reorder_to_tail(struct device *dev, void *not_used) in device_reorder_to_tail() 156 void device_pm_move_to_tail(struct device *dev) in device_pm_move_to_tail() 406 static void device_links_missing_supplier(struct device *dev) in device_links_missing_supplier() 431 int device_links_check_suppliers(struct device *dev) in device_links_check_suppliers() 466 void device_links_driver_bound(struct device *dev) in device_links_driver_bound() 505 static void __device_links_no_driver(struct device *dev) in __device_links_no_driver() 522 void device_links_no_driver(struct device *dev) in device_links_no_driver() 539 void device_links_driver_cleanup(struct device *dev) in device_links_driver_cleanup() 583 bool device_links_busy(struct device *dev) in device_links_busy() [all …]
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | r852.c | 37 static inline uint8_t r852_read_reg(struct r852_device *dev, int address) in r852_read_reg() 44 static inline void r852_write_reg(struct r852_device *dev, in r852_write_reg() 53 static inline uint32_t r852_read_reg_dword(struct r852_device *dev, int address) in r852_read_reg_dword() 60 static inline void r852_write_reg_dword(struct r852_device *dev, in r852_write_reg_dword() 76 static void r852_dma_test(struct r852_device *dev) in r852_dma_test() 94 static void r852_dma_enable(struct r852_device *dev) in r852_dma_enable() 135 static void r852_dma_done(struct r852_device *dev, int error) in r852_dma_done() 161 static int r852_dma_wait(struct r852_device *dev) in r852_dma_wait() 176 static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read) in r852_do_dma() 237 struct r852_device *dev = r852_get_dev(mtd); in r852_write_buf() local [all …]
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | phy.c | 27 mt7601u_rf_wr(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 value) in mt7601u_rf_wr() 62 mt7601u_rf_rr(struct mt7601u_dev *dev, u8 bank, u8 offset) in mt7601u_rf_rr() 103 mt7601u_rf_rmw(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask, u8 val) in mt7601u_rf_rmw() 119 mt7601u_rf_set(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 val) in mt7601u_rf_set() 125 mt7601u_rf_clear(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask) in mt7601u_rf_clear() 130 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr() 152 static int mt7601u_bbp_rr(struct mt7601u_dev *dev, u8 offset) in mt7601u_bbp_rr() 190 static int mt7601u_bbp_rmw(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmw() 203 static u8 mt7601u_bbp_rmc(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmc() 217 int mt7601u_wait_bbp_ready(struct mt7601u_dev *dev) in mt7601u_wait_bbp_ready() [all …]
|
/Linux-v4.19/drivers/memstick/host/ |
D | r592.c | 58 static inline u32 r592_read_reg(struct r592_device *dev, int address) in r592_read_reg() 66 static inline void r592_write_reg(struct r592_device *dev, in r592_write_reg() 74 static inline u32 r592_read_reg_raw_be(struct r592_device *dev, int address) in r592_read_reg_raw_be() 82 static inline void r592_write_reg_raw_be(struct r592_device *dev, in r592_write_reg_raw_be() 90 static inline void r592_set_reg_mask(struct r592_device *dev, in r592_set_reg_mask() 99 static inline void r592_clear_reg_mask(struct r592_device *dev, in r592_clear_reg_mask() 110 static int r592_wait_status(struct r592_device *dev, u32 mask, u32 wanted_mask) in r592_wait_status() 135 static int r592_enable_device(struct r592_device *dev, bool enable) in r592_enable_device() 156 static int r592_set_mode(struct r592_device *dev, bool parallel_mode) in r592_set_mode() 184 static void r592_host_reset(struct r592_device *dev) in r592_host_reset() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 126 void init_hal_dm(struct net_device *dev) in init_hal_dm() 146 void deinit_hal_dm(struct net_device *dev) in deinit_hal_dm() 152 void dm_CheckRxAggregation(struct net_device *dev) in dm_CheckRxAggregation() 208 void hal_dm_watchdog(struct net_device *dev) in hal_dm_watchdog() 240 void init_rate_adaptive(struct net_device *dev) in init_rate_adaptive() 298 static void dm_check_rate_adaptive(struct net_device *dev) in dm_check_rate_adaptive() 430 static void dm_init_bandwidth_autoswitch(struct net_device *dev) in dm_init_bandwidth_autoswitch() 441 static void dm_bandwidth_autoswitch(struct net_device *dev) in dm_bandwidth_autoswitch() 509 static void dm_TXPowerTrackingCallback_TSSI(struct net_device *dev) in dm_TXPowerTrackingCallback_TSSI() 664 static void dm_TXPowerTrackingCallback_ThermalMeter(struct net_device *dev) in dm_TXPowerTrackingCallback_ThermalMeter() [all …]
|