Searched refs:_host (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | tmio_mmc_core.c | 1141 int tmio_mmc_host_probe(struct tmio_mmc_host *_host) in tmio_mmc_host_probe() argument 1143 struct platform_device *pdev = _host->pdev; in tmio_mmc_host_probe() 1144 struct tmio_mmc_data *pdata = _host->pdata; in tmio_mmc_host_probe() 1145 struct mmc_host *mmc = _host->mmc; in tmio_mmc_host_probe() 1156 _host->write16_hook = NULL; in tmio_mmc_host_probe() 1158 if (pdata->flags & TMIO_MMC_USE_BUSY_TIMEOUT && !_host->get_timeout_cycles) in tmio_mmc_host_probe() 1159 _host->get_timeout_cycles = tmio_mmc_get_timeout_cycles; in tmio_mmc_host_probe() 1161 _host->set_pwr = pdata->set_pwr; in tmio_mmc_host_probe() 1163 ret = tmio_mmc_init_ocr(_host); in tmio_mmc_host_probe() 1187 _host->ops.get_ro = mmc_gpio_get_ro; in tmio_mmc_host_probe() [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sdio_irq.c | 139 static int sdio_irq_thread(void *_host) in sdio_irq_thread() argument 141 struct mmc_host *host = _host; in sdio_irq_thread()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 353 static inline void HNAME##_host(void *za, intptr_t off, void *host) \ 361 HNAME##_host(za, tile_vslice_offset(off), host); \ 378 static inline void HNAME##_host(void *za, intptr_t off, void *host) \ 386 HNAME##_host(za, tile_vslice_offset(off), host); \ 598 sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \ 612 sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \ 783 sve_st1##L##L##END##_host, sve_st1##L##L##END##_tlb); \ 795 sve_st1##L##L##END##_host, sve_st1##L##L##END##_tlb); \
|
H A D | sve_ldst_internal.h | 43 static inline void sve_##NAME##_host(void *vd, intptr_t reg_off, void *host) \ 47 static inline void sve_##NAME##_host(void *vd, intptr_t reg_off, void *host) \
|
H A D | sve_helper.c | 5825 sve_##NAME##_host, sve_##NAME##_tlb); \ 5831 sve_##NAME##_host, sve_##NAME##_tlb); \ 6184 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6190 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6196 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6202 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6441 sve_st1##NAME##_host, sve_st1##NAME##_tlb); \ 6447 sve_st1##NAME##_host, sve_st1##NAME##_tlb); \ 6631 off_##OFS##_s, sve_ld1##MEM##_host, sve_ld1##MEM##_tlb); \ 6637 off_##OFS##_s, sve_ld1##MEM##_host, sve_ld1##MEM##_tlb); \ [all …]
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 329 host name (whether long or short), please give it a suffix of "\_host". 686 host name (either long or short), please give it a suffix of "\_host".
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 165 void NAME##_host(void *vd, uint32_t idx, void *host) \ 186 void NAME##_host(void *vd, uint32_t idx, void *host) \
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 4363 This implements UDP Net Console. When remote\_host or src\_ip
|