/Linux-v6.6/arch/powerpc/sysdev/ |
D | dcr.c | 37 bool dcr_map_ok_generic(dcr_host_t host) in dcr_map_ok_generic() 52 dcr_host_t host; in dcr_map_generic() local 79 void dcr_unmap_generic(dcr_host_t host, unsigned int dcr_c) in dcr_unmap_generic() 90 u32 dcr_read_generic(dcr_host_t host, unsigned int dcr_n) in dcr_read_generic() 102 void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value) in dcr_write_generic() 204 void dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c) in dcr_unmap_mmio()
|
/Linux-v6.6/drivers/mmc/core/ |
D | bus.c | 146 struct mmc_host *host = card->host; in mmc_bus_shutdown() local 164 struct mmc_host *host = card->host; in mmc_bus_suspend() local 181 struct mmc_host *host = card->host; in mmc_bus_resume() local 198 struct mmc_host *host = card->host; in mmc_runtime_suspend() local 206 struct mmc_host *host = card->host; in mmc_runtime_resume() local 275 struct mmc_card *mmc_alloc_card(struct mmc_host *host, struct device_type *type) in mmc_alloc_card() 385 struct mmc_host *host = card->host; in mmc_remove_card() local
|
D | pwrseq_sd8787.c | 35 static void mmc_pwrseq_sd8787_pre_power_on(struct mmc_host *host) in mmc_pwrseq_sd8787_pre_power_on() 45 static void mmc_pwrseq_sd8787_power_off(struct mmc_host *host) in mmc_pwrseq_sd8787_power_off() 53 static void mmc_pwrseq_wilc1000_pre_power_on(struct mmc_host *host) in mmc_pwrseq_wilc1000_pre_power_on() 63 static void mmc_pwrseq_wilc1000_power_off(struct mmc_host *host) in mmc_pwrseq_wilc1000_power_off()
|
/Linux-v6.6/drivers/mmc/host/ |
D | sdhci-cadence.c | 186 static void *sdhci_cdns_priv(struct sdhci_host *host) in sdhci_cdns_priv() 193 static unsigned int sdhci_cdns_get_timeout_clock(struct sdhci_host *host) in sdhci_cdns_get_timeout_clock() 221 static int sdhci_cdns_set_tune_val(struct sdhci_host *host, unsigned int val) in sdhci_cdns_set_tune_val() 258 static int sdhci_cdns_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_cdns_execute_tuning() 294 static void sdhci_cdns_set_uhs_signaling(struct sdhci_host *host, in sdhci_cdns_set_uhs_signaling() 348 static void elba_write_l(struct sdhci_host *host, u32 val, int reg) in elba_write_l() 353 static void elba_write_w(struct sdhci_host *host, u16 val, int reg) in elba_write_w() 367 static void elba_write_b(struct sdhci_host *host, u8 val, int reg) in elba_write_b() 394 struct sdhci_host *host = platform_get_drvdata(pdev); in elba_drv_init() local 445 struct sdhci_host *host = mmc_priv(mmc); in sdhci_cdns_hs400_enhanced_strobe() local [all …]
|
D | sdhci-acpi.c | 71 struct sdhci_host *host; member 205 static void sdhci_acpi_int_hw_reset(struct sdhci_host *host) in sdhci_acpi_int_hw_reset() 312 struct sdhci_host *host = c->host; in intel_probe_slot() local 399 struct sdhci_host *host = ptr; in sdhci_acpi_qcom_handler() local 410 struct sdhci_host *host = c->host; in qcom_probe_slot() local 431 struct sdhci_host *host = c->host; in qcom_free_slot() local 475 struct sdhci_host *host = mmc_priv(card->host); in amd_select_drive_strength() local 510 static void sdhci_acpi_amd_hs400_dll(struct sdhci_host *host, bool enable) in sdhci_acpi_amd_hs400_dll() 539 struct sdhci_host *host = mmc_priv(mmc); in amd_set_ios() local 569 struct sdhci_host *host = mmc_priv(mmc); in amd_sdhci_execute_tuning() local [all …]
|
D | sdhci-spear.c | 45 struct sdhci_host *host; in sdhci_probe() local 122 struct sdhci_host *host = platform_get_drvdata(pdev); in sdhci_remove() local 139 struct sdhci_host *host = dev_get_drvdata(dev); in sdhci_suspend() local 155 struct sdhci_host *host = dev_get_drvdata(dev); in sdhci_resume() local
|
D | sdhci-pci-arasan.c | 93 static int arasan_phy_addr_poll(struct sdhci_host *host, u32 offset, u32 mask) in arasan_phy_addr_poll() 109 static int arasan_phy_write(struct sdhci_host *host, u8 data, u8 offset) in arasan_phy_write() 116 static int arasan_phy_read(struct sdhci_host *host, u8 offset, u8 *data) in arasan_phy_read() 129 static int arasan_phy_sts_poll(struct sdhci_host *host, u32 offset, u32 mask) in arasan_phy_sts_poll() 149 static int arasan_phy_init(struct sdhci_host *host) in arasan_phy_init() 189 static int arasan_phy_set(struct sdhci_host *host, u8 mode, u8 otap, in arasan_phy_set() 244 static int arasan_select_phy_clock(struct sdhci_host *host) in arasan_select_phy_clock() 311 static void arasan_sdhci_set_clock(struct sdhci_host *host, unsigned int clock) in arasan_sdhci_set_clock()
|
D | sdhci-pxav2.c | 53 static void pxav2_reset(struct sdhci_host *host, u8 mask) in pxav2_reset() 92 static u16 pxav1_readw(struct sdhci_host *host, int reg) in pxav1_readw() 101 static u32 pxav1_irq(struct sdhci_host *host, u32 intmask) in pxav1_irq() 123 static void pxav1_request_done(struct sdhci_host *host, struct mmc_request *mrq) in pxav1_request_done() 157 static void pxav2_mmc_set_bus_width(struct sdhci_host *host, int width) in pxav2_mmc_set_bus_width() 258 struct sdhci_host *host = NULL; in sdhci_pxav2_probe() local
|
D | sdhci-pci-core.c | 79 struct sdhci_host *host; in sdhci_pci_suspend_host() local 152 struct sdhci_host *host; in sdhci_pci_runtime_suspend_host() local 220 static u32 sdhci_cqhci_irq(struct sdhci_host *host, u32 intmask) in sdhci_cqhci_irq() 297 struct sdhci_host *host = mmc_priv(mmc); in ene_714_set_ios() local 539 static void sdhci_pci_int_hw_reset(struct sdhci_host *host) in sdhci_pci_int_hw_reset() 558 struct sdhci_host *host = mmc_priv(card->host); in intel_select_drive_strength() local 586 static void sdhci_intel_set_power(struct sdhci_host *host, unsigned char mode, in sdhci_intel_set_power() 627 static void sdhci_intel_set_uhs_signaling(struct sdhci_host *host, in sdhci_intel_set_uhs_signaling() 642 struct sdhci_host *host = mmc_priv(mmc); in intel_hs400_enhanced_strobe() local 657 struct sdhci_host *host = mmc_priv(mmc); in intel_start_signal_voltage_switch() local [all …]
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | socrates_nand.c | 42 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_write_buf() local 61 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_read_buf() local 90 struct socrates_nand_host *host = nand_get_controller_data(nand_chip); in socrates_nand_cmd_ctrl() local 114 struct socrates_nand_host *host = nand_get_controller_data(nand_chip); in socrates_nand_device_ready() local 139 struct socrates_nand_host *host; in socrates_nand_probe() local 207 struct socrates_nand_host *host = dev_get_drvdata(&ofdev->dev); in socrates_nand_remove() local
|
D | lpc32xx_slc.c | 236 static void lpc32xx_nand_setup(struct lpc32xx_nand_host *host) in lpc32xx_nand_setup() 274 struct lpc32xx_nand_host *host = nand_get_controller_data(chip); in lpc32xx_nand_cmd_ctrl() local 297 struct lpc32xx_nand_host *host = nand_get_controller_data(chip); in lpc32xx_nand_device_ready() local 309 static void lpc32xx_wp_enable(struct lpc32xx_nand_host *host) in lpc32xx_wp_enable() 318 static void lpc32xx_wp_disable(struct lpc32xx_nand_host *host) in lpc32xx_wp_disable() 351 struct lpc32xx_nand_host *host = nand_get_controller_data(chip); in lpc32xx_nand_read_byte() local 361 struct lpc32xx_nand_host *host = nand_get_controller_data(chip); in lpc32xx_nand_read_buf() local 374 struct lpc32xx_nand_host *host = nand_get_controller_data(chip); in lpc32xx_nand_write_buf() local 429 struct lpc32xx_nand_host *host = nand_get_controller_data(chip); in lpc32xx_xmit_dma() local 489 struct lpc32xx_nand_host *host = nand_get_controller_data(chip); in lpc32xx_xfer() local [all …]
|
/Linux-v6.6/fs/lockd/ |
D | svc4proc.c | 26 struct nlm_host *host = NULL; in nlm4svc_retrieve_args() local 97 struct nlm_host *host; in __nlm4svc_proc_test() local 133 struct nlm_host *host; in __nlm4svc_proc_lock() local 182 struct nlm_host *host; in __nlm4svc_proc_cancel() local 222 struct nlm_host *host; in __nlm4svc_proc_unlock() local 304 struct nlm_host *host; in nlm4svc_callback() local 369 struct nlm_host *host; in nlm4svc_proc_share() local 404 struct nlm_host *host; in nlm4svc_proc_unshare() local 452 struct nlm_host *host; in nlm4svc_proc_free_all() local
|
D | svcproc.c | 55 struct nlm_host *host = NULL; in nlmsvc_retrieve_args() local 118 struct nlm_host *host; in __nlmsvc_proc_test() local 156 struct nlm_host *host; in __nlmsvc_proc_lock() local 205 struct nlm_host *host; in __nlmsvc_proc_cancel() local 246 struct nlm_host *host; in __nlmsvc_proc_unlock() local 337 struct nlm_host *host; in nlmsvc_callback() local 404 struct nlm_host *host; in nlmsvc_proc_share() local 439 struct nlm_host *host; in nlmsvc_proc_unshare() local 487 struct nlm_host *host; in nlmsvc_proc_free_all() local
|
D | svcsubs.c | 208 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks() 252 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() 379 struct nlm_host *host = data; in nlmsvc_mark_host() local 390 struct nlm_host *host = data; in nlmsvc_same_host() local 398 struct nlm_host *host = data; in nlmsvc_is_client() local 429 nlmsvc_free_host_resources(struct nlm_host *host) in nlmsvc_free_host_resources() 485 nlmsvc_match_ip(void *datap, struct nlm_host *host) in nlmsvc_match_ip()
|
/Linux-v6.6/drivers/pci/controller/ |
D | pcie-rcar-host.c | 151 static int rcar_pcie_config_access(struct rcar_pcie_host *host, in rcar_pcie_config_access() 234 struct rcar_pcie_host *host = bus->sysdata; in rcar_pcie_read_conf() local 257 struct rcar_pcie_host *host = bus->sysdata; in rcar_pcie_write_conf() local 346 static void rcar_pcie_hw_enable(struct rcar_pcie_host *host) in rcar_pcie_hw_enable() 374 static int rcar_pcie_enable(struct rcar_pcie_host *host) in rcar_pcie_enable() 501 static int rcar_pcie_phy_init_h1(struct rcar_pcie_host *host) in rcar_pcie_phy_init_h1() 526 static int rcar_pcie_phy_init_gen2(struct rcar_pcie_host *host) in rcar_pcie_phy_init_gen2() 548 static int rcar_pcie_phy_init_gen3(struct rcar_pcie_host *host) in rcar_pcie_phy_init_gen3() 565 struct rcar_pcie_host *host = data; in rcar_pcie_msi_irq() local 760 static int rcar_pcie_enable_msi(struct rcar_pcie_host *host) in rcar_pcie_enable_msi() [all …]
|
/Linux-v6.6/drivers/ata/ |
D | ahci.c | 682 static int ahci_pci_reset_controller(struct ata_host *host) in ahci_pci_reset_controller() 701 static void ahci_pci_init_controller(struct ata_host *host) in ahci_pci_init_controller() 828 struct ata_host *host = ap->host; in ahci_avn_hardreset() local 864 static void ahci_pci_disable_interrupts(struct ata_host *host) in ahci_pci_disable_interrupts() 883 struct ata_host *host = pci_get_drvdata(pdev); in ahci_pci_device_runtime_suspend() local 892 struct ata_host *host = pci_get_drvdata(pdev); in ahci_pci_device_runtime_resume() local 906 struct ata_host *host = pci_get_drvdata(pdev); in ahci_pci_device_suspend() local 923 struct ata_host *host = pci_get_drvdata(pdev); in ahci_pci_device_resume() local 967 static void ahci_pci_print_info(struct ata_host *host) in ahci_pci_print_info() 1004 static void ahci_p5wdh_workaround(struct ata_host *host) in ahci_p5wdh_workaround() [all …]
|
D | libahci_platform.c | 689 struct ata_host *host; in ahci_platform_init_host() local 769 static void ahci_host_stop(struct ata_host *host) in ahci_host_stop() 786 struct ata_host *host = platform_get_drvdata(pdev); in ahci_platform_shutdown() local 824 struct ata_host *host = dev_get_drvdata(dev); in ahci_platform_suspend_host() local 865 struct ata_host *host = dev_get_drvdata(dev); in ahci_platform_resume_host() local 898 struct ata_host *host = dev_get_drvdata(dev); in ahci_platform_suspend() local 924 struct ata_host *host = dev_get_drvdata(dev); in ahci_platform_resume() local
|
/Linux-v6.6/drivers/memstick/host/ |
D | jmb38x_ms.c | 154 static unsigned int jmb38x_ms_read_data(struct jmb38x_ms_host *host, in jmb38x_ms_read_data() 192 static unsigned int jmb38x_ms_read_reg_data(struct jmb38x_ms_host *host, in jmb38x_ms_read_reg_data() 218 static unsigned int jmb38x_ms_write_data(struct jmb38x_ms_host *host, in jmb38x_ms_write_data() 273 static unsigned int jmb38x_ms_write_reg_data(struct jmb38x_ms_host *host, in jmb38x_ms_write_reg_data() 299 static int jmb38x_ms_transfer_data(struct jmb38x_ms_host *host) in jmb38x_ms_transfer_data() 368 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_issue_cmd() local 468 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_complete_cmd() local 519 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_isr() local 593 struct jmb38x_ms_host *host = from_timer(host, t, timer); in jmb38x_ms_abort() local 609 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_req_tasklet() local [all …]
|
/Linux-v6.6/drivers/gpu/drm/msm/dsi/ |
D | dsi_host.c | 246 static inline struct msm_dsi_host *to_msm_dsi_host(struct mipi_dsi_host *host) in to_msm_dsi_host() 340 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_runtime_suspend() local 355 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_runtime_resume() local 564 unsigned long dsi_byte_clk_get_rate(struct mipi_dsi_host *host, bool is_bonded_dsi, in dsi_byte_clk_get_rate() 1593 static int dsi_host_attach(struct mipi_dsi_host *host, in dsi_host_attach() 1623 static int dsi_host_detach(struct mipi_dsi_host *host, in dsi_host_detach() 1635 static ssize_t dsi_host_transfer(struct mipi_dsi_host *host, in dsi_host_transfer() 1943 void msm_dsi_host_destroy(struct mipi_dsi_host *host) in msm_dsi_host_destroy() 1960 int msm_dsi_host_modeset_init(struct mipi_dsi_host *host, in msm_dsi_host_modeset_init() 1978 int msm_dsi_host_register(struct mipi_dsi_host *host) in msm_dsi_host_register() [all …]
|
/Linux-v6.6/drivers/spi/ |
D | spi-bcm2835aux.c | 234 struct spi_controller *host = dev_id; in bcm2835aux_spi_interrupt() local 260 static int __bcm2835aux_spi_transfer_one_irq(struct spi_controller *host, in __bcm2835aux_spi_transfer_one_irq() 275 static int bcm2835aux_spi_transfer_one_irq(struct spi_controller *host, in bcm2835aux_spi_transfer_one_irq() 300 static int bcm2835aux_spi_transfer_one_poll(struct spi_controller *host, in bcm2835aux_spi_transfer_one_poll() 340 static int bcm2835aux_spi_transfer_one(struct spi_controller *host, in bcm2835aux_spi_transfer_one() 401 static int bcm2835aux_spi_prepare_message(struct spi_controller *host, in bcm2835aux_spi_prepare_message() 425 static int bcm2835aux_spi_unprepare_message(struct spi_controller *host, in bcm2835aux_spi_unprepare_message() 435 static void bcm2835aux_spi_handle_err(struct spi_controller *host, in bcm2835aux_spi_handle_err() 476 struct spi_controller *host; in bcm2835aux_spi_probe() local 570 struct spi_controller *host = platform_get_drvdata(pdev); in bcm2835aux_spi_remove() local
|
D | spi-atmel.c | 423 static bool atmel_spi_can_dma(struct spi_controller *host, in atmel_spi_can_dma() 439 struct spi_controller *host = platform_get_drvdata(as->pdev); in atmel_spi_dma_slave_config() local 494 static int atmel_spi_configure_dma(struct spi_controller *host, in atmel_spi_configure_dma() 538 static void atmel_spi_stop_dma(struct spi_controller *host) in atmel_spi_stop_dma() 546 static void atmel_spi_release_dma(struct spi_controller *host) in atmel_spi_release_dma() 561 struct spi_controller *host = data; in dma_callback() local 575 static void atmel_spi_next_xfer_single(struct spi_controller *host, in atmel_spi_next_xfer_single() 607 static void atmel_spi_next_xfer_fifo(struct spi_controller *host, in atmel_spi_next_xfer_fifo() 677 static void atmel_spi_next_xfer_pio(struct spi_controller *host, in atmel_spi_next_xfer_pio() 691 static int atmel_spi_next_xfer_dma_submit(struct spi_controller *host, in atmel_spi_next_xfer_dma_submit() [all …]
|
/Linux-v6.6/drivers/scsi/ |
D | aha1740.c | 90 #define HOSTDATA(host) ((struct aha1740_hostdata *) &host->hostdata) argument 92 static inline struct ecb *ecb_dma_to_cpu (struct Scsi_Host *host, in ecb_dma_to_cpu() 103 static inline dma_addr_t ecb_cpu_to_dma (struct Scsi_Host *host, void *cpu) in ecb_cpu_to_dma() 115 struct aha1740_hostdata *host = HOSTDATA(shpnt); in aha1740_show_info() local 214 struct Scsi_Host *host = (struct Scsi_Host *) dev_id; in aha1740_intr_handle() local 328 struct aha1740_hostdata *host = HOSTDATA(SCpnt->device->host); in aha1740_queuecommand_lck() local 564 struct aha1740_hostdata *host; in aha1740_probe() local 639 struct aha1740_hostdata *host = HOSTDATA (shpnt); in aha1740_remove() local
|
/Linux-v6.6/sound/soc/sunxi/ |
D | sun50i-dmic.c | 78 struct sun50i_dmic_dev *host = snd_soc_dai_get_drvdata(asoc_rtd_to_cpu(rtd, 0)); in sun50i_dmic_startup() local 101 struct sun50i_dmic_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in sun50i_dmic_hw_params() local 194 struct sun50i_dmic_dev *host = snd_soc_dai_get_drvdata(dai); in sun50i_dmic_trigger() local 231 struct sun50i_dmic_dev *host = snd_soc_dai_get_drvdata(dai); in sun50i_dmic_soc_dai_probe() local 282 struct sun50i_dmic_dev *host = dev_get_drvdata(dev); in sun50i_dmic_runtime_suspend() local 292 struct sun50i_dmic_dev *host = dev_get_drvdata(dev); in sun50i_dmic_runtime_resume() local 310 struct sun50i_dmic_dev *host; in sun50i_dmic_probe() local
|
/Linux-v6.6/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 889 struct brcmnand_host *host = nand_get_controller_data(chip); in brcmnand_set_cmd_addr() local 925 static void brcmnand_wr_corr_thresh(struct brcmnand_host *host, u8 val) in brcmnand_wr_corr_thresh() 994 static void brcmnand_set_ecc_enabled(struct brcmnand_host *host, int en) in brcmnand_set_ecc_enabled() 1025 static int brcmnand_get_sector_size_1k(struct brcmnand_host *host) in brcmnand_get_sector_size_1k() 1038 static void brcmnand_set_sector_size_1k(struct brcmnand_host *host, int val) in brcmnand_set_sector_size_1k() 1192 struct brcmnand_host *host = nand_get_controller_data(chip); in brcmnand_hamming_ooblayout_ecc() local 1210 struct brcmnand_host *host = nand_get_controller_data(chip); in brcmnand_hamming_ooblayout_free() local 1250 struct brcmnand_host *host = nand_get_controller_data(chip); in brcmnand_bch_ooblayout_ecc() local 1268 struct brcmnand_host *host = nand_get_controller_data(chip); in brcmnand_bch_ooblayout_free_lp() local 1294 struct brcmnand_host *host = nand_get_controller_data(chip); in brcmnand_bch_ooblayout_free_sp() local [all …]
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-cbus-gpio.c | 50 static void cbus_send_bit(struct cbus_host *host, unsigned bit) in cbus_send_bit() 63 static void cbus_send_data(struct cbus_host *host, unsigned data, unsigned len) in cbus_send_data() 75 static int cbus_receive_bit(struct cbus_host *host) in cbus_receive_bit() 89 static int cbus_receive_word(struct cbus_host *host) in cbus_receive_word() 114 static int cbus_transfer(struct cbus_host *host, char rw, unsigned dev, in cbus_transfer()
|