/drivers/net/wireless/b43/ |
D | wa.c | 33 static void b43_wa_papd(struct b43_wldev *dev) in b43_wa_papd() 44 static void b43_wa_auxclipthr(struct b43_wldev *dev) in b43_wa_auxclipthr() 49 static void b43_wa_afcdac(struct b43_wldev *dev) in b43_wa_afcdac() 55 static void b43_wa_txdc_offset(struct b43_wldev *dev) in b43_wa_txdc_offset() 60 void b43_wa_initgains(struct b43_wldev *dev) in b43_wa_initgains() 84 static void b43_wa_divider(struct b43_wldev *dev) in b43_wa_divider() 90 static void b43_wa_gt(struct b43_wldev *dev) /* Gain table. */ in b43_wa_gt() 119 static void b43_wa_rssi_lt(struct b43_wldev *dev) /* RSSI lookup table */ in b43_wa_rssi_lt() 134 static void b43_wa_analog(struct b43_wldev *dev) in b43_wa_analog() 152 static void b43_wa_dac(struct b43_wldev *dev) in b43_wa_dac() [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_a.c | 82 static void b43_radio_set_tx_iq(struct b43_wldev *dev) in b43_radio_set_tx_iq() 100 static void aphy_channel_switch(struct b43_wldev *dev, unsigned int channel) in aphy_channel_switch() 143 static void b43_radio_init2060(struct b43_wldev *dev) in b43_radio_init2060() 181 static void b43_phy_rssiagc(struct b43_wldev *dev, u8 enable) in b43_phy_rssiagc() 212 static void b43_phy_ww(struct b43_wldev *dev) in b43_phy_ww() 261 static void hardware_pctl_init_aphy(struct b43_wldev *dev) in hardware_pctl_init_aphy() 266 void b43_phy_inita(struct b43_wldev *dev) in b43_phy_inita() 319 static int b43_aphy_init_tssi2dbm_table(struct b43_wldev *dev) in b43_aphy_init_tssi2dbm_table() 354 static int b43_aphy_op_allocate(struct b43_wldev *dev) in b43_aphy_op_allocate() 377 static void b43_aphy_op_prepare_structs(struct b43_wldev *dev) in b43_aphy_op_prepare_structs() [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 …]
|
D | main.c | 467 static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val) in b43_ram_write() 482 static inline void b43_shm_control_word(struct b43_wldev *dev, in b43_shm_control_word() 494 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read32() 517 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read16() 538 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value) in b43_shm_write32() 558 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value) in b43_shm_write16() 575 u64 b43_hf_read(struct b43_wldev *dev) in b43_hf_read() 589 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() 602 static u16 b43_fwcapa_read(struct b43_wldev *dev) in b43_fwcapa_read() 608 void b43_tsf_read(struct b43_wldev *dev, u64 *tsf) in b43_tsf_read() [all …]
|
/drivers/pci/ |
D | quirks.c | 37 static void quirk_mmio_always_on(struct pci_dev *dev) in quirk_mmio_always_on() 48 static void quirk_mellanox_tavor(struct pci_dev *dev) in quirk_mellanox_tavor() 57 static void quirk_passive_release(struct pci_dev *dev) in quirk_passive_release() 83 static void quirk_isa_dma_hangs(struct pci_dev *dev) in quirk_isa_dma_hangs() 106 static void quirk_tigerpoint_bm_sts(struct pci_dev *dev) in quirk_tigerpoint_bm_sts() 125 static void quirk_nopcipci(struct pci_dev *dev) in quirk_nopcipci() 135 static void quirk_nopciamd(struct pci_dev *dev) in quirk_nopciamd() 150 static void quirk_triton(struct pci_dev *dev) in quirk_triton() 172 static void quirk_vialatency(struct pci_dev *dev) in quirk_vialatency() 228 static void quirk_viaetbf(struct pci_dev *dev) in quirk_viaetbf() [all …]
|
D | pci.c | 54 struct pci_dev *dev; member 59 static void pci_dev_d3_sleep(struct pci_dev *dev) in pci_dev_d3_sleep() 191 int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap) in pci_find_next_capability() 237 int pci_find_capability(struct pci_dev *dev, int cap) in pci_find_capability() 288 int pci_find_next_ext_capability(struct pci_dev *dev, int start, int cap) in pci_find_next_ext_capability() 343 int pci_find_ext_capability(struct pci_dev *dev, int cap) in pci_find_ext_capability() 349 static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap) in __pci_find_next_ht_cap() 389 int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap) in pci_find_next_ht_capability() 406 int pci_find_ht_capability(struct pci_dev *dev, int ht_cap) in pci_find_ht_capability() 426 struct resource *pci_find_parent_resource(const struct pci_dev *dev, in pci_find_parent_resource() [all …]
|
/drivers/media/rc/ |
D | ene_ir.c | 50 static void ene_set_reg_addr(struct ene_device *dev, u16 reg) in ene_set_reg_addr() 57 static u8 ene_read_reg(struct ene_device *dev, u16 reg) in ene_read_reg() 67 static void ene_write_reg(struct ene_device *dev, u16 reg, u8 value) in ene_write_reg() 75 static void ene_set_reg_mask(struct ene_device *dev, u16 reg, u8 mask) in ene_set_reg_mask() 83 static void ene_clear_reg_mask(struct ene_device *dev, u16 reg, u8 mask) in ene_clear_reg_mask() 91 static void ene_set_clear_reg_mask(struct ene_device *dev, u16 reg, u8 mask, in ene_set_clear_reg_mask() 101 static int ene_hw_detect(struct ene_device *dev) in ene_hw_detect() 193 static void ene_rx_setup_hw_buffer(struct ene_device *dev) in ene_rx_setup_hw_buffer() 251 static void ene_rx_restore_hw_buffer(struct ene_device *dev) in ene_rx_restore_hw_buffer() 272 static void ene_rx_read_hw_pointer(struct ene_device *dev) in ene_rx_read_hw_pointer() [all …]
|
D | ite-cir.c | 177 static void ite_decode_bytes(struct ite_dev *dev, const u8 * data, int in ite_decode_bytes() 227 static void ite_set_carrier_params(struct ite_dev *dev) in ite_set_carrier_params() 280 struct ite_dev *dev = data; in ite_cir_isr() local 351 struct ite_dev *dev = rcdev->priv; in ite_set_rx_carrier_range() local 366 struct ite_dev *dev = rcdev->priv; in ite_set_tx_carrier() local 380 struct ite_dev *dev = rcdev->priv; in ite_set_tx_duty_cycle() local 396 struct ite_dev *dev = rcdev->priv; in ite_tx_ir() local 547 struct ite_dev *dev = rcdev->priv; in ite_s_idle() local 564 static int it87_get_irq_causes(struct ite_dev *dev) in it87_get_irq_causes() 590 static void it87_set_carrier_params(struct ite_dev *dev, bool high_freq, in it87_set_carrier_params() [all …]
|
/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 …]
|
/drivers/base/power/ |
D | runtime.c | 19 static pm_callback_t __rpm_get_callback(struct device *dev, size_t cb_offset) in __rpm_get_callback() 46 #define RPM_GET_CALLBACK(dev, callback) \ argument 63 void update_pm_runtime_accounting(struct device *dev) in update_pm_runtime_accounting() 81 static void __update_runtime_status(struct device *dev, enum rpm_status status) in __update_runtime_status() 91 static void pm_runtime_deactivate_timer(struct device *dev) in pm_runtime_deactivate_timer() 103 static void pm_runtime_cancel_pending(struct device *dev) in pm_runtime_cancel_pending() 125 unsigned long pm_runtime_autosuspend_expiration(struct device *dev) in pm_runtime_autosuspend_expiration() 160 static int dev_memalloc_noio(struct device *dev, void *data) in dev_memalloc_noio() 193 void pm_runtime_set_memalloc_noio(struct device *dev, bool enable) in pm_runtime_set_memalloc_noio() 234 static int rpm_check_suspend_allowed(struct device *dev) in rpm_check_suspend_allowed() [all …]
|
D | generic_ops.c | 23 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend() 42 int pm_generic_runtime_resume(struct device *dev) in pm_generic_runtime_resume() 61 int pm_generic_prepare(struct device *dev) in pm_generic_prepare() 76 int pm_generic_suspend_noirq(struct device *dev) in pm_generic_suspend_noirq() 88 int pm_generic_suspend_late(struct device *dev) in pm_generic_suspend_late() 100 int pm_generic_suspend(struct device *dev) in pm_generic_suspend() 112 int pm_generic_freeze_noirq(struct device *dev) in pm_generic_freeze_noirq() 124 int pm_generic_freeze_late(struct device *dev) in pm_generic_freeze_late() 136 int pm_generic_freeze(struct device *dev) in pm_generic_freeze() 148 int pm_generic_poweroff_noirq(struct device *dev) in pm_generic_poweroff_noirq() [all …]
|
D | power.h | 3 static inline void device_pm_init_common(struct device *dev) in device_pm_init_common() 14 static inline void pm_runtime_early_init(struct device *dev) in pm_runtime_early_init() 29 struct device *dev; member 51 device_wakeup_attach_irq(struct device *dev, in device_wakeup_attach_irq() 57 static inline void device_wakeup_detach_irq(struct device *dev) in device_wakeup_detach_irq() 89 static inline void pm_runtime_early_init(struct device *dev) in pm_runtime_early_init() 94 static inline void pm_runtime_init(struct device *dev) {} in pm_runtime_init() 95 static inline void pm_runtime_remove(struct device *dev) {} in pm_runtime_remove() 97 static inline int dpm_sysfs_add(struct device *dev) { return 0; } in dpm_sysfs_add() 98 static inline void dpm_sysfs_remove(struct device *dev) {} in dpm_sysfs_remove() [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() 130 static ssize_t rtpm_active_time_show(struct device *dev, in rtpm_active_time_show() 143 static ssize_t rtpm_suspended_time_show(struct device *dev, in rtpm_suspended_time_show() 157 static ssize_t rtpm_status_show(struct device *dev, in rtpm_status_show() 189 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show() 197 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store() 217 static ssize_t pm_qos_resume_latency_show(struct device *dev, in pm_qos_resume_latency_show() 224 static ssize_t pm_qos_resume_latency_store(struct device *dev, in pm_qos_resume_latency_store() 245 static ssize_t pm_qos_latency_tolerance_show(struct device *dev, in pm_qos_latency_tolerance_show() [all …]
|
/drivers/misc/mei/ |
D | hw-me.c | 66 static inline u32 mei_me_mecbrw_read(const struct mei_device *dev) in mei_me_mecbrw_read() 77 static inline void mei_me_hcbww_write(struct mei_device *dev, u32 data) in mei_me_hcbww_write() 89 static inline u32 mei_me_mecsr_read(const struct mei_device *dev) in mei_me_mecsr_read() 106 static inline u32 mei_hcsr_read(const struct mei_device *dev) in mei_hcsr_read() 122 static inline void mei_hcsr_write(struct mei_device *dev, u32 reg) in mei_hcsr_write() 135 static inline void mei_hcsr_set(struct mei_device *dev, u32 reg) in mei_hcsr_set() 148 static inline u32 mei_me_d0i3c_read(const struct mei_device *dev) in mei_me_d0i3c_read() 164 static inline void mei_me_d0i3c_write(struct mei_device *dev, u32 reg) in mei_me_d0i3c_write() 178 static int mei_me_fw_status(struct mei_device *dev, in mei_me_fw_status() 206 static void mei_me_hw_config(struct mei_device *dev) in mei_me_hw_config() [all …]
|
/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 125 void init_hal_dm(struct net_device *dev) in init_hal_dm() 145 void deinit_hal_dm(struct net_device *dev) in deinit_hal_dm() 151 void dm_CheckRxAggregation(struct net_device *dev) in dm_CheckRxAggregation() 207 void hal_dm_watchdog(struct net_device *dev) in hal_dm_watchdog() 239 void init_rate_adaptive(struct net_device *dev) in init_rate_adaptive() 297 static void dm_check_rate_adaptive(struct net_device *dev) in dm_check_rate_adaptive() 429 static void dm_init_bandwidth_autoswitch(struct net_device *dev) in dm_init_bandwidth_autoswitch() 440 static void dm_bandwidth_autoswitch(struct net_device *dev) in dm_bandwidth_autoswitch() 508 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 …]
|
/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 262 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v6() local 316 static int s5p_mfc_alloc_dev_context_buffer_v6(struct s5p_mfc_dev *dev) in s5p_mfc_alloc_dev_context_buffer_v6() 340 static void s5p_mfc_release_dev_context_buffer_v6(struct s5p_mfc_dev *dev) in s5p_mfc_release_dev_context_buffer_v6() 408 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v6() local 430 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v6() local 519 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v6() local 534 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_frame_buffer_v6() local 547 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_get_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 207 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v5() local 253 static int s5p_mfc_alloc_dev_context_buffer_v5(struct s5p_mfc_dev *dev) in s5p_mfc_alloc_dev_context_buffer_v5() 260 static void s5p_mfc_release_dev_context_buffer_v5(struct s5p_mfc_dev *dev) in s5p_mfc_release_dev_context_buffer_v5() 352 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_desc_buffer() local 362 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_shared_buffer() local 371 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v5() local 385 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v5() local 516 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v5() local [all …]
|
/drivers/base/ |
D | core.c | 77 static inline int device_is_not_partition(struct device *dev) in device_is_not_partition() 82 static inline int device_is_not_partition(struct device *dev) in device_is_not_partition() 97 const char *dev_driver_string(const struct device *dev) in dev_driver_string() 118 struct device *dev = kobj_to_dev(kobj); in dev_attr_show() local 134 struct device *dev = kobj_to_dev(kobj); in dev_attr_store() local 149 ssize_t device_store_ulong(struct device *dev, in device_store_ulong() 164 ssize_t device_show_ulong(struct device *dev, in device_show_ulong() 173 ssize_t device_store_int(struct device *dev, in device_store_int() 188 ssize_t device_show_int(struct device *dev, in device_show_int() 198 ssize_t device_store_bool(struct device *dev, struct device_attribute *attr, in device_store_bool() [all …]
|
/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 …]
|
/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() 61 mt7601u_rf_rr(struct mt7601u_dev *dev, u8 bank, u8 offset) in mt7601u_rf_rr() 101 mt7601u_rf_rmw(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask, u8 val) in mt7601u_rf_rmw() 117 mt7601u_rf_set(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 val) in mt7601u_rf_set() 123 mt7601u_rf_clear(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask) in mt7601u_rf_clear() 128 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr() 150 static int mt7601u_bbp_rr(struct mt7601u_dev *dev, u8 offset) in mt7601u_bbp_rr() 188 static int mt7601u_bbp_rmw(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmw() 201 static u8 mt7601u_bbp_rmc(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmc() 215 int mt7601u_wait_bbp_ready(struct mt7601u_dev *dev) in mt7601u_wait_bbp_ready() [all …]
|
/drivers/mtd/nand/ |
D | r852.c | 34 static inline uint8_t r852_read_reg(struct r852_device *dev, int address) in r852_read_reg() 41 static inline void r852_write_reg(struct r852_device *dev, in r852_write_reg() 50 static inline uint32_t r852_read_reg_dword(struct r852_device *dev, int address) in r852_read_reg_dword() 57 static inline void r852_write_reg_dword(struct r852_device *dev, in r852_write_reg_dword() 73 static void r852_dma_test(struct r852_device *dev) in r852_dma_test() 91 static void r852_dma_enable(struct r852_device *dev) in r852_dma_enable() 132 static void r852_dma_done(struct r852_device *dev, int error) in r852_dma_done() 158 static int r852_dma_wait(struct r852_device *dev) in r852_dma_wait() 173 static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read) in r852_do_dma() 234 struct r852_device *dev = r852_get_dev(mtd); in r852_write_buf() local [all …]
|
/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 …]
|