Home
last modified time | relevance | path

Searched defs:host (Results 176 – 200 of 890) sorted by relevance

12345678910>>...36

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c79 struct sdhci_host *host; in sdhci_pci_suspend_host() local
152 struct sdhci_host *host; in sdhci_pci_runtime_suspend_host() local
297 struct sdhci_host *host = mmc_priv(mmc); in ene_714_set_ios() local
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
720 struct sdhci_host *host = mmc_priv(mmc); in intel_execute_tuning() local
747 struct sdhci_host *host = slot->host; in intel_cache_ltr() local
758 struct sdhci_host *host = slot->host; in intel_ltr_set() local
946 struct sdhci_host *host = slot->host; in glk_emmc_add_host() local
996 struct sdhci_host *host = slot->host; in glk_rpm_retune_wa() local
[all …]
H A Dsdhci-st.c142 static void st_mmcss_cconfig(struct device_node *np, struct sdhci_host *host) in st_mmcss_cconfig()
242 static int sdhci_st_set_dll_for_clock(struct sdhci_host *host) in sdhci_st_set_dll_for_clock()
256 static void sdhci_st_set_uhs_signaling(struct sdhci_host *host, in sdhci_st_set_uhs_signaling()
307 static u32 sdhci_st_readl(struct sdhci_host *host, int reg) in sdhci_st_readl()
345 struct sdhci_host *host; in sdhci_st_probe() local
436 struct sdhci_host *host = platform_get_drvdata(pdev); in sdhci_st_remove() local
453 struct sdhci_host *host = dev_get_drvdata(dev); in sdhci_st_suspend() local
475 struct sdhci_host *host = dev_get_drvdata(dev); in sdhci_st_resume() local
H A Dmmci_qcom_dml.c48 static int qcom_dma_start(struct mmci_host *host, unsigned int *datactrl) in qcom_dma_start()
119 static int qcom_dma_setup(struct mmci_host *host) in qcom_dma_setup()
182 static u32 qcom_get_dctrl_cfg(struct mmci_host *host) in qcom_get_dctrl_cfg()
199 void qcom_variant_init(struct mmci_host *host) in qcom_variant_init()
H A Ddw_mmc-pltfm.c33 struct dw_mci *host; in dw_mci_pltfm_register() local
70 static int dw_mci_socfpga_priv_init(struct dw_mci *host) in dw_mci_socfpga_priv_init()
126 struct dw_mci *host = platform_get_drvdata(pdev); in dw_mci_pltfm_remove() local
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py150 def __init__(self, dbfile, logfile, host, port): argument
236 def start_daemon(dbfile, host, port, logfile, read_only=False): argument
259 def stop_daemon(host, port): argument
312 def is_local_special(host, port): argument
374 def ping(host, port): argument
381 def connect(host, port): argument
/openbmc/linux/drivers/spi/
H A Dspi-clps711x.c36 static int spi_clps711x_prepare_message(struct spi_controller *host, in spi_clps711x_prepare_message()
48 static int spi_clps711x_transfer_one(struct spi_controller *host, in spi_clps711x_transfer_one()
71 struct spi_controller *host = dev_id; in spi_clps711x_isr() local
95 struct spi_controller *host; in spi_clps711x_probe() local
H A Dspi-atmel.c503 static bool atmel_spi_can_dma(struct spi_controller *host, in atmel_spi_can_dma()
618 static void atmel_spi_stop_dma(struct spi_controller *host) in atmel_spi_stop_dma()
641 struct spi_controller *host = data; in dma_callback() local
1123 struct spi_controller *host = dev_id; in atmel_spi_pio_interrupt() local
1181 struct spi_controller *host = dev_id; in atmel_spi_pdc_interrupt() local
1525 struct spi_controller *host; in atmel_spi_probe() local
1679 struct spi_controller *host = platform_get_drvdata(pdev); in atmel_spi_remove() local
1712 struct spi_controller *host = dev_get_drvdata(dev); in atmel_spi_runtime_suspend() local
1723 struct spi_controller *host = dev_get_drvdata(dev); in atmel_spi_runtime_resume() local
1733 struct spi_controller *host = dev_get_drvdata(dev); in atmel_spi_suspend() local
[all …]
H A Dspi-pic32.c103 struct spi_controller *host; member
303 struct spi_controller *host = pic32s->host; in pic32_spi_dma_transfer() local
360 struct spi_controller *host = pic32s->host; in pic32_spi_dma_config() local
433 static int pic32_spi_prepare_hardware(struct spi_controller *host) in pic32_spi_prepare_hardware()
442 static int pic32_spi_prepare_message(struct spi_controller *host, in pic32_spi_prepare_message()
484 static bool pic32_spi_can_dma(struct spi_controller *host, in pic32_spi_can_dma()
495 static int pic32_spi_one_transfer(struct spi_controller *host, in pic32_spi_one_transfer()
563 static int pic32_spi_unprepare_message(struct spi_controller *host, in pic32_spi_unprepare_message()
570 static int pic32_spi_unprepare_hardware(struct spi_controller *host) in pic32_spi_unprepare_hardware()
608 struct spi_controller *host = pic32s->host; in pic32_spi_dma_prep() local
[all …]
H A Dspi-qup.c415 static void spi_qup_dma_terminate(struct spi_controller *host, in spi_qup_dma_terminate()
448 struct spi_controller *host = spi->controller; in spi_qup_do_dma() local
516 struct spi_controller *host = spi->controller; in spi_qup_do_pio() local
843 static int spi_qup_transfer_one(struct spi_controller *host, in spi_qup_transfer_one()
916 static void spi_qup_release_dma(struct spi_controller *host) in spi_qup_release_dma()
995 struct spi_controller *host; in spi_qup_probe() local
1173 struct spi_controller *host = dev_get_drvdata(device); in spi_qup_pm_suspend_runtime() local
1190 struct spi_controller *host = dev_get_drvdata(device); in spi_qup_pm_resume_runtime() local
1216 struct spi_controller *host = dev_get_drvdata(device); in spi_qup_suspend() local
1240 struct spi_controller *host = dev_get_drvdata(device); in spi_qup_resume() local
[all …]
/openbmc/linux/drivers/scsi/
H A D53c700.c299 struct Scsi_Host *host; in NCR_700_detect() local
417 NCR_700_release(struct Scsi_Host *host) in NCR_700_release()
451 NCR_700_data_residual (struct Scsi_Host *host) { in NCR_700_data_residual()
645 NCR_700_internal_bus_reset(struct Scsi_Host *host) in NCR_700_internal_bus_reset()
655 NCR_700_chip_setup(struct Scsi_Host *host) in NCR_700_chip_setup()
765 NCR_700_chip_reset(struct Scsi_Host *host) in NCR_700_chip_reset()
793 process_extended_message(struct Scsi_Host *host, in process_extended_message()
963 struct Scsi_Host *host, in process_script_interrupt()
1291 process_selection(struct Scsi_Host *host, __u32 dsp) in process_selection()
1371 NCR_700_clear_fifo(struct Scsi_Host *host) { in NCR_700_clear_fifo()
[all …]
/openbmc/linux/fs/ubifs/
H A Dxattr.c81 static int create_xattr(struct ubifs_info *c, struct inode *host, in create_xattr()
190 static int change_xattr(struct ubifs_info *c, struct inode *host, in change_xattr()
263 int ubifs_xattr_set(struct inode *host, const char *name, const void *value, in ubifs_xattr_set()
326 ssize_t ubifs_xattr_get(struct inode *host, const char *name, void *buf, in ubifs_xattr_get()
399 struct inode *host = d_inode(dentry); in ubifs_listxattr() local
461 static int remove_xattr(struct ubifs_info *c, struct inode *host, in remove_xattr()
502 int ubifs_purge_xattrs(struct inode *host) in ubifs_purge_xattrs()
595 static int ubifs_xattr_remove(struct inode *host, const char *name) in ubifs_xattr_remove()
/openbmc/linux/fs/lockd/
H A Dsvcshare.c28 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_share_file()
69 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_unshare_file()
93 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, in nlmsvc_traverse_shares()
/openbmc/u-boot/drivers/mmc/
H A Dhi6220_dw_mmc.c22 struct dwmci_host host; member
28 struct dwmci_host *host = &priv->host; in hi6220_dwmmc_ofdata_to_platdata() local
51 struct dwmci_host *host = &priv->host; in hi6220_dwmmc_probe() local
H A Drockchip_dw_mmc.c30 struct dwmci_host host; member
36 static uint rockchip_dwmmc_get_mmc_clk(struct dwmci_host *host, uint freq) in rockchip_dwmmc_get_mmc_clk()
55 struct dwmci_host *host = &priv->host; in rockchip_dwmmc_ofdata_to_platdata() local
100 struct dwmci_host *host = &priv->host; in rockchip_dwmmc_probe() local
H A Dsti_sdhci.c38 struct sdhci_host *host = dev_get_priv(dev); in sti_mmc_core_config() local
74 struct sdhci_host *host = dev_get_priv(dev); in sti_sdhci_probe() local
115 struct sdhci_host *host = dev_get_priv(dev); in sti_sdhci_ofdata_to_platdata() local
H A Drockchip_sdhci.c29 struct sdhci_host host; member
38 struct sdhci_host *host = &prv->host; in arasan_sdhci_probe() local
86 struct sdhci_host *host = dev_get_priv(dev); in arasan_sdhci_ofdata_to_platdata() local
/openbmc/linux/tools/virtio/ringtest/
H A Dvirtio_ring_0_9.c54 struct host { struct
61 } host; argument
/openbmc/linux/drivers/usb/storage/
H A Dscsiglue.c62 static const char* host_info(struct Scsi_Host *host) in host_info()
507 struct Scsi_Host *host = us_to_host(us); in usb_stor_report_device_reset() local
523 struct Scsi_Host *host = us_to_host(us); in usb_stor_report_bus_reset() local
534 static int write_info(struct Scsi_Host *host, char *buffer, int length) in write_info()
540 static int show_info (struct seq_file *m, struct Scsi_Host *host) in show_info()
/openbmc/linux/drivers/ufs/host/
H A Dufshcd-pci.c45 static bool __intel_dsm_supported(struct intel_host *host, in __intel_dsm_supported()
51 #define INTEL_DSM_SUPPORTED(host, name) \ argument
227 struct intel_host *host = ufshcd_get_variant(hba); in intel_cache_ltr() local
236 struct intel_host *host = ufshcd_get_variant(hba); in intel_ltr_set() local
292 struct intel_host *host = ufshcd_get_variant(hba); in intel_add_debugfs() local
303 struct intel_host *host = ufshcd_get_variant(hba); in intel_remove_debugfs() local
310 struct intel_host *host = ufshcd_get_variant(hba); in ufs_intel_device_reset() local
345 struct intel_host *host; in ufs_intel_common_init() local
/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x06.c14 static void host1x_debug_show_channel_cdma(struct host1x *host, in host1x_debug_show_channel_cdma()
66 static void host1x_debug_show_channel_fifo(struct host1x *host, in host1x_debug_show_channel_fifo()
142 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
H A Ddebug_hw_1x01.c14 static void host1x_debug_show_channel_cdma(struct host1x *host, in host1x_debug_show_channel_cdma()
71 static void host1x_debug_show_channel_fifo(struct host1x *host, in host1x_debug_show_channel_fifo()
130 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c106 static void __iomem *pmecc_get_alpha_to(struct atmel_nand_host *host) in pmecc_get_alpha_to()
118 static void pmecc_data_free(struct atmel_nand_host *host) in pmecc_data_free()
129 static int pmecc_data_alloc(struct atmel_nand_host *host) in pmecc_data_alloc()
163 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_gen_syndrome() local
180 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_substitute() local
230 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_get_sigma() local
386 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_err_location() local
531 struct atmel_nand_host *host = nand_get_controller_data(chip); in atmel_nand_pmecc_read_page() local
573 struct atmel_nand_host *host = nand_get_controller_data(chip); in atmel_nand_pmecc_write_page() local
695 static int pmecc_choose_ecc(struct atmel_nand_host *host, in pmecc_choose_ecc()
[all …]
H A Dpxa3xx_nand.c187 struct pxa3xx_nand_host *host[NUM_CHIP_SELECT]; member
420 static void pxa3xx_nand_set_timing(struct pxa3xx_nand_host *host, in pxa3xx_nand_set_timing()
791 struct pxa3xx_nand_host *host = info->host[info->cs]; in prepare_start_command() local
841 struct pxa3xx_nand_host *host; in prepare_set_command() local
1036 struct pxa3xx_nand_host *host = nand_get_controller_data(chip); in nand_cmdfunc() local
1097 struct pxa3xx_nand_host *host = nand_get_controller_data(chip); in nand_cmdfunc_extended() local
1285 struct pxa3xx_nand_host *host = chip->priv; in pxa3xx_nand_read_page_raw() local
1455 struct pxa3xx_nand_host *host = info->host[info->cs]; in pxa3xx_nand_config_tail() local
1486 static int pxa3xx_nand_sensing(struct pxa3xx_nand_host *host) in pxa3xx_nand_sensing()
1753 struct pxa3xx_nand_host *host; in alloc_nand_resource() local
[all …]
/openbmc/u-boot/include/
H A Dsdhci.h284 static inline void sdhci_writel(struct sdhci_host *host, u32 val, int reg) in sdhci_writel()
292 static inline void sdhci_writew(struct sdhci_host *host, u16 val, int reg) in sdhci_writew()
300 static inline void sdhci_writeb(struct sdhci_host *host, u8 val, int reg) in sdhci_writeb()
308 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl()
316 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw()
324 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb()
334 static inline void sdhci_writel(struct sdhci_host *host, u32 val, int reg) in sdhci_writel()
344 static inline void sdhci_writeb(struct sdhci_host *host, u8 val, int reg) in sdhci_writeb()
348 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl()
353 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw()
[all …]
/openbmc/linux/sound/soc/sunxi/
H A Dsun4i-spdif.c194 static void sun4i_spdif_configure(struct sun4i_spdif_dev *host) in sun4i_spdif_configure()
210 struct sun4i_spdif_dev *host) in sun4i_snd_txctrl_on()
231 struct sun4i_spdif_dev *host) in sun4i_snd_txctrl_off()
270 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in sun4i_spdif_hw_params() local
366 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(dai); in sun4i_spdif_trigger() local
419 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in sun4i_spdif_get_status() local
447 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in sun4i_spdif_set_status() local
501 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(dai); in sun4i_spdif_soc_dai_probe() local
597 struct sun4i_spdif_dev *host = dev_get_drvdata(dev); in sun4i_spdif_runtime_suspend() local
607 struct sun4i_spdif_dev *host = dev_get_drvdata(dev); in sun4i_spdif_runtime_resume() local
[all …]

12345678910>>...36