Home
last modified time | relevance | path

Searched defs:host (Results 201 – 225 of 890) sorted by relevance

12345678910>>...36

/openbmc/linux/drivers/spi/
H A Dspi-armada-3700.c102 struct spi_controller *host; member
280 struct spi_controller *host = a3700_spi->host; in a3700_spi_init() local
317 struct spi_controller *host = dev_id; in a3700_spi_interrupt() local
567 static int a3700_spi_prepare_message(struct spi_controller *host, in a3700_spi_prepare_message()
590 static int a3700_spi_transfer_one_fifo(struct spi_controller *host, in a3700_spi_transfer_one_fifo()
739 static int a3700_spi_transfer_one_full_duplex(struct spi_controller *host, in a3700_spi_transfer_one_full_duplex()
784 static int a3700_spi_transfer_one(struct spi_controller *host, in a3700_spi_transfer_one()
796 static int a3700_spi_unprepare_message(struct spi_controller *host, in a3700_spi_unprepare_message()
817 struct spi_controller *host; in a3700_spi_probe() local
912 struct spi_controller *host = platform_get_drvdata(pdev); in a3700_spi_remove() local
H A Dspi-coldfire-qspi.c298 static int mcfqspi_transfer_one(struct spi_controller *host, in mcfqspi_transfer_one()
340 struct spi_controller *host; in mcfqspi_probe() local
436 struct spi_controller *host = platform_get_drvdata(pdev); in mcfqspi_remove() local
449 struct spi_controller *host = dev_get_drvdata(dev); in mcfqspi_suspend() local
464 struct spi_controller *host = dev_get_drvdata(dev); in mcfqspi_resume() local
476 struct spi_controller *host = dev_get_drvdata(dev); in mcfqspi_runtime_suspend() local
486 struct spi_controller *host = dev_get_drvdata(dev); in mcfqspi_runtime_resume() local
H A Dspi-cavium-octeon.c22 struct spi_controller *host; in octeon_spi_probe() local
74 struct spi_controller *host = platform_get_drvdata(pdev); in octeon_spi_remove() local
/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c236 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_power_on() local
286 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_power_off() local
303 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_pre_enable() local
361 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_post_disable() local
417 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_mode_set() local
436 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_mode_valid() local
569 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_manager_cmd_xfer() local
615 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_manager_cmd_xfer_trigger() local
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-aspeed.c91 static void aspeed_sdc_set_slot_capability(struct sdhci_host *host, struct aspeed_sdc *sdc, in aspeed_sdc_set_slot_capability()
213 aspeed_sdhci_configure_phase(struct sdhci_host *host, unsigned long rate) in aspeed_sdhci_configure_phase()
236 static void aspeed_sdhci_set_clock(struct sdhci_host *host, unsigned int clock) in aspeed_sdhci_set_clock()
288 static unsigned int aspeed_sdhci_get_max_clock(struct sdhci_host *host) in aspeed_sdhci_get_max_clock()
296 static void aspeed_sdhci_set_bus_width(struct sdhci_host *host, int width) in aspeed_sdhci_set_bus_width()
320 static u32 aspeed_sdhci_readl(struct sdhci_host *host, int reg) in aspeed_sdhci_readl()
370 struct sdhci_host *host; in aspeed_sdhci_probe() local
456 struct sdhci_host *host; in aspeed_sdhci_remove() local
H A Dtmio_mmc.h213 static inline u16 sd_ctrl_read16(struct tmio_mmc_host *host, int addr) in sd_ctrl_read16()
218 static inline void sd_ctrl_read16_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_read16_rep()
224 static inline u32 sd_ctrl_read16_and_16_as_32(struct tmio_mmc_host *host, in sd_ctrl_read16_and_16_as_32()
231 static inline void sd_ctrl_read32_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_read32_rep()
237 static inline void sd_ctrl_write16(struct tmio_mmc_host *host, int addr, in sd_ctrl_write16()
248 static inline void sd_ctrl_write16_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_write16_rep()
254 static inline void sd_ctrl_write32_as_16_and_16(struct tmio_mmc_host *host, in sd_ctrl_write32_as_16_and_16()
264 static inline void sd_ctrl_write32(struct tmio_mmc_host *host, int addr, u32 val) in sd_ctrl_write32()
269 static inline void sd_ctrl_write32_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_write32_rep()
H A Ddw_mmc-rockchip.c29 static void dw_mci_rk3288_set_ios(struct dw_mci *host, struct mmc_ios *ios) in dw_mci_rk3288_set_ios()
139 struct dw_mci *host = slot->host; in dw_mci_rk3288_execute_tuning() local
263 static int dw_mci_rk3288_parse_dt(struct dw_mci *host) in dw_mci_rk3288_parse_dt()
293 static int dw_mci_rockchip_init(struct dw_mci *host) in dw_mci_rockchip_init()
H A Ddw_mmc-starfive.c31 static void dw_mci_starfive_set_ios(struct dw_mci *host, struct mmc_ios *ios) in dw_mci_starfive_set_ios()
51 struct dw_mci *host = slot->host; in dw_mci_starfive_execute_tuning() local
123 static int dw_mci_starfive_parse_dt(struct dw_mci *host) in dw_mci_starfive_parse_dt()
/openbmc/linux/tools/virtio/ringtest/
H A Dring.c67 struct host { struct
74 } host; argument
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx.c55 static const char *host_info(struct Scsi_Host *host) in host_info()
158 struct Scsi_Host *host = srb->device->host; in DEF_SCSI_QCMD() local
352 struct Scsi_Host *host = rtsx_to_host(dev); in rtsx_control_thread() local
598 struct Scsi_Host *host = rtsx_to_host(dev); in quiesce_and_remove_host() local
781 struct Scsi_Host *host; in rtsx_probe() local
/openbmc/linux/drivers/mmc/core/
H A Dcrypto.h25 static inline void mmc_crypto_set_initial_state(struct mmc_host *host) in mmc_crypto_set_initial_state()
30 struct mmc_host *host) in mmc_crypto_setup_queue()
H A Dcrypto.c15 void mmc_crypto_set_initial_state(struct mmc_host *host) in mmc_crypto_set_initial_state()
22 void mmc_crypto_setup_queue(struct request_queue *q, struct mmc_host *host) in mmc_crypto_setup_queue()
H A Dpwrseq_simple.c61 static void mmc_pwrseq_simple_pre_power_on(struct mmc_host *host) in mmc_pwrseq_simple_pre_power_on()
73 static void mmc_pwrseq_simple_post_power_on(struct mmc_host *host) in mmc_pwrseq_simple_post_power_on()
83 static void mmc_pwrseq_simple_power_off(struct mmc_host *host) in mmc_pwrseq_simple_power_off()
/openbmc/linux/arch/powerpc/include/asm/
H A Ddcr-native.h21 static inline bool dcr_map_ok_native(dcr_host_native_t host) in dcr_map_ok_native()
28 #define dcr_unmap_native(host, dcr_c) do {} while (0) argument
29 #define dcr_read_native(host, dcr_n) mfdcr(dcr_n + host.base) argument
30 #define dcr_write_native(host, dcr_n, value) mtdcr(dcr_n + host.base, value) argument
/openbmc/linux/drivers/ata/
H A Dpata_imx.c128 struct ata_host *host; in pata_imx_probe() local
196 struct ata_host *host = platform_get_drvdata(pdev); in pata_imx_remove() local
207 struct ata_host *host = dev_get_drvdata(dev); in pata_imx_suspend() local
221 struct ata_host *host = dev_get_drvdata(dev); in pata_imx_resume() local
/openbmc/linux/fs/lockd/
H A Dsvclock.c225 nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_host *host, in nlmsvc_create_block()
320 void nlmsvc_traverse_blocks(struct nlm_host *host, in nlmsvc_traverse_blocks()
364 static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in __nlmsvc_find_lockowner()
375 static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in nlmsvc_find_lockowner()
410 void nlmsvc_locks_init_private(struct file_lock *fl, struct nlm_host *host, in nlmsvc_locks_init_private()
481 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
598 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
/openbmc/linux/drivers/ufs/host/
H A Dufs-sprd.c25 struct ufs_sprd_host *host = ufshcd_get_variant(hba); in ufs_sprd_get_priv_data() local
45 struct ufs_sprd_host *host = ufshcd_get_variant(hba); in ufs_sprd_get_unipro_ver() local
95 static int ufs_sprd_parse_dt(struct device *dev, struct ufs_hba *hba, struct ufs_sprd_host *host) in ufs_sprd_parse_dt()
135 struct ufs_sprd_host *host; in ufs_sprd_common_init() local
167 struct ufs_sprd_host *host = ufshcd_get_variant(hba); in sprd_ufs_pwr_change_notify() local
H A Dufs-hisi.h93 #define ufs_sys_ctrl_writel(host, val, reg) \ argument
95 #define ufs_sys_ctrl_readl(host, reg) readl((host)->ufs_sys_ctrl + (reg)) argument
96 #define ufs_sys_ctrl_set_bits(host, mask, reg) \ argument
99 #define ufs_sys_ctrl_clr_bits(host, mask, reg) \ argument
/openbmc/linux/drivers/message/fusion/
H A Dmptscsih.c1175 struct Scsi_Host *host = ioc->sh; in mptscsih_remove() local
2284 struct Scsi_Host *host = sdev->host; in mptscsih_slave_destroy() local
3044 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_fw_show() local
3060 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_bios_show() local
3076 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_mpi_show() local
3089 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_product_show() local
3103 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_nvdata_persistent_show() local
3117 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_nvdata_default_show() local
3130 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_board_name_show() local
3142 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_board_assembly_show() local
[all …]
/openbmc/linux/drivers/scsi/
H A Dqlogicpti.c326 static int qlogicpti_reset_hardware(struct Scsi_Host *host) in qlogicpti_reset_hardware()
480 struct Scsi_Host *host = qpti->qhost; in qlogicpti_load_firmware() local
846 static const char *qlogicpti_info(struct Scsi_Host *host) in qlogicpti_info()
969 static inline void update_can_queue(struct Scsi_Host *host, u_int in_ptr, u_int out_ptr) in update_can_queue()
1020 struct Scsi_Host *host = Cmnd->device->host; in qlogicpti_queuecommand_lck() local
1229 struct Scsi_Host *host = Cmnd->device->host; in qlogicpti_abort() local
1267 struct Scsi_Host *host = Cmnd->device->host; in qlogicpti_reset() local
1307 struct Scsi_Host *host; in qpti_sbus_probe() local
H A Da4000t.c40 struct Scsi_Host *host; in amiga_a4000t_scsi_probe() local
100 struct Scsi_Host *host = platform_get_drvdata(pdev); in amiga_a4000t_scsi_remove() local
/openbmc/u-boot/drivers/mmc/
H A Dpic32_sdhci.c17 static int pic32_sdhci_get_cd(struct sdhci_host *host) in pic32_sdhci_get_cd()
33 struct sdhci_host *host = dev_get_priv(dev); in pic32_sdhci_probe() local
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py24 def make_connection(self, host): argument
44 def _create_server(host, port, timeout = 60): argument
67 …def __init__(self, host, port, clientinfo=("localhost", 0), observer_only = False, featureset = No… argument
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_attach.c39 static int record_connection(char *host, char *port, char *busid, int rhport) in record_connection()
174 static int attach_device(char *host, char *busid) in attach_device()
209 char *host = NULL; in usbip_attach() local
/openbmc/linux/drivers/scsi/pcmcia/
H A Dqlogic_stub.c85 struct Scsi_Host *host; member
93 static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host, in qlogic_detect()
195 struct Scsi_Host *host; in qlogic_config() local

12345678910>>...36