/drivers/ssb/ |
D | driver_gpio.c | 28 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_to_irq() local 43 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_get_value() local 51 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_set_value() local 59 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_direction_input() local 68 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_direction_output() local 77 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_request() local 90 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_free() local 99 struct ssb_bus *bus = irq_data_get_irq_chip_data(d); in ssb_gpio_irq_chipco_mask() local 107 struct ssb_bus *bus = irq_data_get_irq_chip_data(d); in ssb_gpio_irq_chipco_unmask() local 123 struct ssb_bus *bus = dev_id; in ssb_gpio_irq_chipco_handler() local [all …]
|
D | ssb_private.h | 62 static inline int ssb_pci_switch_core(struct ssb_bus *bus, in ssb_pci_switch_core() 67 static inline int ssb_pci_switch_coreidx(struct ssb_bus *bus, in ssb_pci_switch_coreidx() 72 static inline int ssb_pci_xtal(struct ssb_bus *bus, u32 what, in ssb_pci_xtal() 77 static inline void ssb_pci_exit(struct ssb_bus *bus) in ssb_pci_exit() 80 static inline int ssb_pci_init(struct ssb_bus *bus) in ssb_pci_init() 102 static inline int ssb_pcmcia_switch_coreidx(struct ssb_bus *bus, in ssb_pcmcia_switch_coreidx() 107 static inline int ssb_pcmcia_switch_segment(struct ssb_bus *bus, in ssb_pcmcia_switch_segment() 112 static inline int ssb_pcmcia_hardware_setup(struct ssb_bus *bus) in ssb_pcmcia_hardware_setup() 116 static inline void ssb_pcmcia_exit(struct ssb_bus *bus) in ssb_pcmcia_exit() 119 static inline int ssb_pcmcia_init(struct ssb_bus *bus) in ssb_pcmcia_init() [all …]
|
D | sdio.c | 104 static inline struct device *ssb_sdio_dev(struct ssb_bus *bus) in ssb_sdio_dev() 110 static int ssb_sdio_writeb(struct ssb_bus *bus, unsigned int addr, u8 val) in ssb_sdio_writeb() 140 static int ssb_sdio_set_sbaddr_window(struct ssb_bus *bus, u32 address) in ssb_sdio_set_sbaddr_window() 167 u32 ssb_sdio_scan_read32(struct ssb_bus *bus, u16 offset) in ssb_sdio_scan_read32() 184 int ssb_sdio_scan_switch_coreidx(struct ssb_bus *bus, u8 coreidx) in ssb_sdio_scan_switch_coreidx() 203 static int ssb_sdio_switch_core(struct ssb_bus *bus, struct ssb_device *dev) in ssb_sdio_switch_core() 231 struct ssb_bus *bus = dev->bus; in ssb_sdio_read8() local 253 struct ssb_bus *bus = dev->bus; in ssb_sdio_read16() local 275 struct ssb_bus *bus = dev->bus; in ssb_sdio_read32() local 301 struct ssb_bus *bus = dev->bus; in ssb_sdio_block_read() local [all …]
|
D | pci.c | 32 int ssb_pci_switch_coreidx(struct ssb_bus *bus, u8 coreidx) in ssb_pci_switch_coreidx() 63 int ssb_pci_switch_core(struct ssb_bus *bus, in ssb_pci_switch_core() 85 int ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) in ssb_pci_xtal() 272 static int sprom_do_read(struct ssb_bus *bus, u16 *sprom) in sprom_do_read() 282 static int sprom_do_write(struct ssb_bus *bus, const u16 *sprom) in sprom_do_write() 813 static int sprom_extract(struct ssb_bus *bus, struct ssb_sprom *out, in sprom_extract() 859 static int ssb_pci_sprom_get(struct ssb_bus *bus, in ssb_pci_sprom_get() 929 static void ssb_pci_get_boardinfo(struct ssb_bus *bus, in ssb_pci_get_boardinfo() 936 int ssb_pci_get_invariants(struct ssb_bus *bus, in ssb_pci_get_invariants() 951 static int ssb_pci_assert_buspower(struct ssb_bus *bus) in ssb_pci_assert_buspower() [all …]
|
D | pcmcia.c | 71 static int ssb_pcmcia_cfg_write(struct ssb_bus *bus, u8 offset, u8 value) in ssb_pcmcia_cfg_write() 83 static int ssb_pcmcia_cfg_read(struct ssb_bus *bus, u8 offset, u8 *value) in ssb_pcmcia_cfg_read() 94 int ssb_pcmcia_switch_coreidx(struct ssb_bus *bus, in ssb_pcmcia_switch_coreidx() 150 static int ssb_pcmcia_switch_core(struct ssb_bus *bus, struct ssb_device *dev) in ssb_pcmcia_switch_core() 167 int ssb_pcmcia_switch_segment(struct ssb_bus *bus, u8 seg) in ssb_pcmcia_switch_segment() 200 struct ssb_bus *bus = dev->bus; in select_core_and_segment() local 226 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_read8() local 242 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_read16() local 258 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_read32() local 278 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_block_read() local [all …]
|
D | main.c | 58 struct ssb_bus *bus; in ssb_pci_dev_to_bus() local 77 struct ssb_bus *bus; in ssb_pcmcia_dev_to_bus() local 94 int (*func)(struct ssb_bus *bus, unsigned long data)) in ssb_for_each_bus_call() 96 struct ssb_bus *bus; in ssb_for_each_bus_call() local 159 int ssb_bus_resume(struct ssb_bus *bus) in ssb_bus_resume() 185 int ssb_bus_suspend(struct ssb_bus *bus) in ssb_bus_suspend() 204 int ssb_devices_freeze(struct ssb_bus *bus, struct ssb_freeze_context *ctx) in ssb_devices_freeze() 240 struct ssb_bus *bus = ctx->bus; in ssb_devices_thaw() local 411 static void ssb_devices_unregister(struct ssb_bus *bus) in ssb_devices_unregister() 428 void ssb_bus_unregister(struct ssb_bus *bus) in ssb_bus_unregister() [all …]
|
D | embedded.c | 23 int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks) in ssb_watchdog_timer_set() 37 int ssb_watchdog_register(struct ssb_bus *bus) in ssb_watchdog_register() 69 u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask) in ssb_gpio_in() 87 u32 ssb_gpio_out(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_out() 105 u32 ssb_gpio_outen(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_outen() 123 u32 ssb_gpio_control(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_control() 137 u32 ssb_gpio_intmask(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_intmask() 155 u32 ssb_gpio_polarity(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_polarity() 174 static int gige_pci_init_callback(struct ssb_bus *bus, unsigned long data) in gige_pci_init_callback() 216 static int gige_map_irq_callback(struct ssb_bus *bus, unsigned long data) in gige_map_irq_callback()
|
D | host_soc.c | 18 struct ssb_bus *bus = dev->bus; in ssb_host_soc_read8() local 26 struct ssb_bus *bus = dev->bus; in ssb_host_soc_read16() local 34 struct ssb_bus *bus = dev->bus; in ssb_host_soc_read32() local 44 struct ssb_bus *bus = dev->bus; in ssb_host_soc_block_read() local 91 struct ssb_bus *bus = dev->bus; in ssb_host_soc_write8() local 99 struct ssb_bus *bus = dev->bus; in ssb_host_soc_write16() local 107 struct ssb_bus *bus = dev->bus; in ssb_host_soc_write32() local 117 struct ssb_bus *bus = dev->bus; in ssb_host_soc_block_write() local 176 int ssb_host_soc_get_invariants(struct ssb_bus *bus, in ssb_host_soc_get_invariants()
|
/drivers/net/phy/ |
D | sfp-bus.c | 30 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port() 82 phy_interface_t sfp_parse_interface(struct sfp_bus *bus, in sfp_parse_interface() 121 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support() 215 static const struct sfp_upstream_ops *sfp_get_upstream_ops(struct sfp_bus *bus) in sfp_get_upstream_ops() 253 struct sfp_bus *bus = container_of(kref, struct sfp_bus, kref); in sfp_bus_release() local 260 static void sfp_bus_put(struct sfp_bus *bus) in sfp_bus_put() 265 static int sfp_register_bus(struct sfp_bus *bus) in sfp_register_bus() 286 static void sfp_unregister_bus(struct sfp_bus *bus) in sfp_unregister_bus() 301 int sfp_get_module_info(struct sfp_bus *bus, struct ethtool_modinfo *modinfo) in sfp_get_module_info() 309 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee, in sfp_get_module_eeprom() [all …]
|
D | mdio_bus.c | 71 struct phy_device *mdiobus_get_phy(struct mii_bus *bus, int addr) in mdiobus_get_phy() 85 bool mdiobus_is_registered_device(struct mii_bus *bus, int addr) in mdiobus_is_registered_device() 101 struct mii_bus *bus; in mdiobus_alloc_size() local 159 struct mii_bus **ptr, *bus; in devm_mdiobus_alloc_size() local 185 void devm_mdiobus_free(struct device *dev, struct mii_bus *bus) in devm_mdiobus_free() 204 struct mii_bus *bus = to_mii_bus(d); in mdiobus_release() local 255 static void of_mdiobus_link_mdiodev(struct mii_bus *bus, in of_mdiobus_link_mdiodev() 292 static int mdiobus_create_device(struct mii_bus *bus, in mdiobus_create_device() 328 int __mdiobus_register(struct mii_bus *bus, struct module *owner) in __mdiobus_register() 410 void mdiobus_unregister(struct mii_bus *bus) in mdiobus_unregister() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | bit.c | 32 nvkm_i2c_drive_scl(struct nvkm_i2c_bus *bus, int state) in nvkm_i2c_drive_scl() 38 nvkm_i2c_drive_sda(struct nvkm_i2c_bus *bus, int state) in nvkm_i2c_drive_sda() 44 nvkm_i2c_sense_scl(struct nvkm_i2c_bus *bus) in nvkm_i2c_sense_scl() 50 nvkm_i2c_sense_sda(struct nvkm_i2c_bus *bus) in nvkm_i2c_sense_sda() 56 nvkm_i2c_delay(struct nvkm_i2c_bus *bus, u32 nsec) in nvkm_i2c_delay() 62 nvkm_i2c_raise_scl(struct nvkm_i2c_bus *bus) in nvkm_i2c_raise_scl() 75 i2c_start(struct nvkm_i2c_bus *bus) in i2c_start() 95 i2c_stop(struct nvkm_i2c_bus *bus) in i2c_stop() 108 i2c_bitw(struct nvkm_i2c_bus *bus, int sda) in i2c_bitw() 123 i2c_bitr(struct nvkm_i2c_bus *bus) in i2c_bitr() [all …]
|
D | bus.c | 35 struct nvkm_i2c_bus *bus = container_of(adap, typeof(*bus), i2c); in nvkm_i2c_bus_pre_xfer() local 42 struct nvkm_i2c_bus *bus = container_of(adap, typeof(*bus), i2c); in nvkm_i2c_bus_post_xfer() local 49 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_setscl() local 56 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_setsda() local 63 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_getscl() local 70 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_getsda() local 80 struct nvkm_i2c_bus *bus = container_of(adap, typeof(*bus), i2c); in nvkm_i2c_bus_xfer() local 108 nvkm_i2c_bus_init(struct nvkm_i2c_bus *bus) in nvkm_i2c_bus_init() 120 nvkm_i2c_bus_fini(struct nvkm_i2c_bus *bus) in nvkm_i2c_bus_fini() 129 nvkm_i2c_bus_release(struct nvkm_i2c_bus *bus) in nvkm_i2c_bus_release() [all …]
|
/drivers/base/ |
D | bus.c | 43 static struct bus_type *bus_get(struct bus_type *bus) in bus_get() 52 static void bus_put(struct bus_type *bus) in bus_put() 132 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() 144 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() 156 struct bus_type *bus = priv->bus; in bus_release() local 186 struct bus_type *bus = bus_get(drv->bus); in unbind_store() local 213 struct bus_type *bus = bus_get(drv->bus); in bind_store() local 241 static ssize_t show_drivers_autoprobe(struct bus_type *bus, char *buf) in show_drivers_autoprobe() 246 static ssize_t store_drivers_autoprobe(struct bus_type *bus, in store_drivers_autoprobe() 256 static ssize_t store_drivers_probe(struct bus_type *bus, in store_drivers_probe() [all …]
|
/drivers/bcma/ |
D | scan.c | 144 static u32 bcma_scan_read32(struct bcma_bus *bus, u8 current_coreidx, in bcma_scan_read32() 150 static void bcma_scan_switch_core(struct bcma_bus *bus, u32 addr) in bcma_scan_switch_core() 157 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() 169 static s32 bcma_erom_get_ci(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ci() 179 static bool bcma_erom_is_end(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_end() 186 static bool bcma_erom_is_bridge(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_bridge() 195 static void bcma_erom_skip_component(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_skip_component() 209 static s32 bcma_erom_get_mst_port(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_mst_port() 219 static u32 bcma_erom_get_addr_desc(struct bcma_bus *bus, u32 __iomem **eromptr, in bcma_erom_get_addr_desc() 252 static struct bcma_device *bcma_find_core_by_index(struct bcma_bus *bus, in bcma_find_core_by_index() [all …]
|
D | driver_chipcommon_pmu.c | 82 struct bcma_bus *bus = cc->core->bus; in bcma_pmu2_pll_init0() local 150 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_pll_init() local 164 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_resources_init() local 212 struct bcma_bus *bus = cc->core->bus; in bcma_chipco_bcm4331_ext_pa_lines_ctl() local 232 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_workarounds() local 272 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_early_init() local 307 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_get_alp_clock() local 352 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_pll_clock() local 418 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_get_bus_clock() local 450 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_get_cpu_clock() local [all …]
|
D | main.c | 79 static u16 bcma_cc_core_id(struct bcma_bus *bus) in bcma_cc_core_id() 86 struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid, in bcma_find_core_unit() 215 struct bcma_bus *bus = core->bus; in bcma_core_irq() local 237 void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core) in bcma_prepare_core() 264 struct device *bcma_bus_get_host_dev(struct bcma_bus *bus) in bcma_bus_get_host_dev() 286 void bcma_init_bus(struct bcma_bus *bus) in bcma_init_bus() 298 static void bcma_register_core(struct bcma_bus *bus, struct bcma_device *core) in bcma_register_core() 312 static int bcma_register_devices(struct bcma_bus *bus) in bcma_register_devices() 381 void bcma_unregister_cores(struct bcma_bus *bus) in bcma_unregister_cores() 401 int bcma_bus_register(struct bcma_bus *bus) in bcma_bus_register() [all …]
|
D | driver_mips.c | 120 struct bcma_bus *bus = dev->bus; in bcma_core_mips_set_irq() local 167 static void bcma_core_mips_set_irq_name(struct bcma_bus *bus, unsigned int irq, in bcma_core_mips_set_irq_name() 193 static void bcma_core_mips_dump_irq(struct bcma_bus *bus) in bcma_core_mips_dump_irq() 204 struct bcma_bus *bus = mcore->core->bus; in bcma_cpu_clock() local 214 static enum bcma_boot_dev bcma_boot_dev(struct bcma_bus *bus) in bcma_boot_dev() 255 struct bcma_bus *bus = mcore->core->bus; in bcma_core_mips_nvram_init() local 281 struct bcma_bus *bus = mcore->core->bus; in bcma_core_mips_early_init() local 292 static void bcma_fix_i2s_irqflag(struct bcma_bus *bus) in bcma_fix_i2s_irqflag() 320 struct bcma_bus *bus; in bcma_core_mips_init() local
|
/drivers/mcb/ |
D | mcb-core.c | 111 struct mcb_bus *bus = to_mcb_bus(dev); in revision_show() local 120 struct mcb_bus *bus = to_mcb_bus(dev); in model_show() local 129 struct mcb_bus *bus = to_mcb_bus(dev); in minor_show() local 138 struct mcb_bus *bus = to_mcb_bus(dev); in name_show() local 226 int mcb_device_register(struct mcb_bus *bus, struct mcb_device *dev) in mcb_device_register() 259 struct mcb_bus *bus = to_mcb_bus(dev); in mcb_free_bus() local 273 struct mcb_bus *bus; in mcb_alloc_bus() local 315 static void mcb_devices_unregister(struct mcb_bus *bus) in mcb_devices_unregister() 325 void mcb_release_bus(struct mcb_bus *bus) in mcb_release_bus() 337 struct mcb_bus *mcb_bus_get(struct mcb_bus *bus) in mcb_bus_get() [all …]
|
/drivers/gpu/drm/i915/ |
D | intel_i2c.c | 147 static u32 get_reserved(struct intel_gmbus *bus) in get_reserved() 163 struct intel_gmbus *bus = data; in get_clock() local 173 struct intel_gmbus *bus = data; in get_data() local 183 struct intel_gmbus *bus = data; in set_clock() local 200 struct intel_gmbus *bus = data; in set_data() local 218 struct intel_gmbus *bus = container_of(adapter, in intel_gpio_pre_xfer() local 234 struct intel_gmbus *bus = container_of(adapter, in intel_gpio_post_xfer() local 245 intel_gpio_setup(struct intel_gmbus *bus, unsigned int pin) in intel_gpio_setup() 477 struct intel_gmbus *bus = container_of(adapter, in do_gmbus_xfer() local 591 struct intel_gmbus *bus = container_of(adapter, struct intel_gmbus, in gmbus_xfer() local [all …]
|
/drivers/net/wireless/quantenna/qtnfmac/ |
D | bus.h | 71 static inline void *get_bus_priv(struct qtnf_bus *bus) in get_bus_priv() 81 static inline int qtnf_bus_preinit(struct qtnf_bus *bus) in qtnf_bus_preinit() 88 static inline void qtnf_bus_stop(struct qtnf_bus *bus) in qtnf_bus_stop() 95 static inline int qtnf_bus_data_tx(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_bus_data_tx() 101 qtnf_bus_data_tx_timeout(struct qtnf_bus *bus, struct net_device *ndev) in qtnf_bus_data_tx_timeout() 106 static inline int qtnf_bus_control_tx(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_bus_control_tx() 111 static inline void qtnf_bus_data_rx_start(struct qtnf_bus *bus) in qtnf_bus_data_rx_start() 116 static inline void qtnf_bus_data_rx_stop(struct qtnf_bus *bus) in qtnf_bus_data_rx_stop() 121 static __always_inline void qtnf_bus_lock(struct qtnf_bus *bus) in qtnf_bus_lock() 126 static __always_inline void qtnf_bus_unlock(struct qtnf_bus *bus) in qtnf_bus_unlock()
|
D | trans.c | 28 int qtnf_trans_send_cmd_with_resp(struct qtnf_bus *bus, struct sk_buff *cmd_skb, in qtnf_trans_send_cmd_with_resp() 92 static void qtnf_trans_signal_cmdresp(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_signal_cmdresp() 123 static int qtnf_trans_event_enqueue(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_event_enqueue() 140 void qtnf_trans_init(struct qtnf_bus *bus) in qtnf_trans_init() 158 static void qtnf_trans_free_events(struct qtnf_bus *bus) in qtnf_trans_free_events() 169 void qtnf_trans_free(struct qtnf_bus *bus) in qtnf_trans_free() 179 int qtnf_trans_handle_rx_ctl_packet(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_handle_rx_ctl_packet()
|
/drivers/pci/ |
D | bus.c | 48 void pci_bus_add_resource(struct pci_bus *bus, struct resource *res, in pci_bus_add_resource() 64 struct resource *pci_bus_resource_n(const struct pci_bus *bus, int n) in pci_bus_resource_n() 80 void pci_bus_remove_resources(struct pci_bus *bus) in pci_bus_remove_resources() 137 static void pci_clip_resource_to_region(struct pci_bus *bus, in pci_clip_resource_to_region() 155 static int pci_bus_alloc_from_region(struct pci_bus *bus, struct resource *res, in pci_bus_alloc_from_region() 225 int pci_bus_alloc_resource(struct pci_bus *bus, struct resource *res, in pci_bus_alloc_resource() 264 struct pci_bus *bus = dev->bus; in pci_bus_clip_resource() local 301 void __weak pcibios_resource_survey_bus(struct pci_bus *bus) { } in pcibios_resource_survey_bus() 344 void pci_bus_add_devices(const struct pci_bus *bus) in pci_bus_add_devices() 384 struct pci_bus *bus; in pci_walk_bus() local [all …]
|
/drivers/net/dsa/b53/ |
D | b53_mdio.c | 46 struct mii_bus *bus = dev->priv; in b53_mdio_op() local 81 struct mii_bus *bus = dev->priv; in b53_mdio_read8() local 96 struct mii_bus *bus = dev->priv; in b53_mdio_read16() local 110 struct mii_bus *bus = dev->priv; in b53_mdio_read32() local 126 struct mii_bus *bus = dev->priv; in b53_mdio_read48() local 148 struct mii_bus *bus = dev->priv; in b53_mdio_read64() local 170 struct mii_bus *bus = dev->priv; in b53_mdio_write8() local 184 struct mii_bus *bus = dev->priv; in b53_mdio_write16() local 198 struct mii_bus *bus = dev->priv; in b53_mdio_write32() local 217 struct mii_bus *bus = dev->priv; in b53_mdio_write48() local [all …]
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 655 static bool data_ok(struct brcmf_sdio *bus) in data_ok() 665 static int r_sdreg32(struct brcmf_sdio *bus, u32 *regvar, u32 offset) in r_sdreg32() 676 static int w_sdreg32(struct brcmf_sdio *bus, u32 regval, u32 reg_offset) in w_sdreg32() 688 brcmf_sdio_kso_control(struct brcmf_sdio *bus, bool on) in brcmf_sdio_kso_control() 754 static int brcmf_sdio_htclk(struct brcmf_sdio *bus, bool on, bool pendok) in brcmf_sdio_htclk() 875 static int brcmf_sdio_sdclk(struct brcmf_sdio *bus, bool on) in brcmf_sdio_sdclk() 888 static int brcmf_sdio_clkctl(struct brcmf_sdio *bus, uint target, bool pendok) in brcmf_sdio_clkctl() 936 brcmf_sdio_bus_sleep(struct brcmf_sdio *bus, bool sleep, bool pendok) in brcmf_sdio_bus_sleep() 997 static int brcmf_sdio_readshared(struct brcmf_sdio *bus, in brcmf_sdio_readshared() 1066 static void brcmf_sdio_get_console_addr(struct brcmf_sdio *bus) in brcmf_sdio_get_console_addr() [all …]
|
/drivers/devfreq/ |
D | exynos-bus.c | 68 static int exynos_bus_get_event(struct exynos_bus *bus, in exynos_bus_get_event() 100 struct exynos_bus *bus = dev_get_drvdata(dev); in exynos_bus_target() local 160 struct exynos_bus *bus = dev_get_drvdata(dev); in exynos_bus_get_dev_status() local 190 struct exynos_bus *bus = dev_get_drvdata(dev); in exynos_bus_exit() local 209 struct exynos_bus *bus = dev_get_drvdata(dev); in exynos_bus_passive_target() local 251 struct exynos_bus *bus = dev_get_drvdata(dev); in exynos_bus_passive_exit() local 258 struct exynos_bus *bus) in exynos_bus_parent_parse_of() 329 struct exynos_bus *bus) in exynos_bus_parse_of() 385 struct exynos_bus *bus; in exynos_bus_probe() local 522 struct exynos_bus *bus = dev_get_drvdata(dev); in exynos_bus_resume() local [all …]
|