Home
last modified time | relevance | path

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

12345678910>>...30

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dsiimage.c131 struct ide_host *host = pci_get_drvdata(dev); in sil_ioread8() local
144 struct ide_host *host = pci_get_drvdata(dev); in sil_ioread16() local
157 struct ide_host *host = pci_get_drvdata(dev); in sil_iowrite8() local
167 struct ide_host *host = pci_get_drvdata(dev); in sil_iowrite16() local
177 struct ide_host *host = pci_get_drvdata(dev); in sil_iowrite32() local
455 struct ide_host *host = pci_get_drvdata(dev); in init_chipset_siimage() local
552 struct ide_host *host = pci_get_drvdata(dev); in init_mmio_iops_siimage() local
651 struct ide_host *host = dev_get_drvdata(hwif->dev); in init_iops_siimage() local
793 struct ide_host *host = pci_get_drvdata(dev); in siimage_remove() local
H A Dide-cs.c64 struct ide_host *host; member
118 struct ide_host *host; in idecs_register() local
194 struct ide_host *host; in ide_config() local
253 struct ide_host *host = info->host; in ide_release() local
H A Ddelkin_cb.c76 struct ide_host *host; in delkin_cb_probe() local
118 struct ide_host *host = pci_get_drvdata(dev); in delkin_cb_remove() local
138 struct ide_host *host = pci_get_drvdata(dev); in delkin_cb_resume() local
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dvirtio_ring_0_9.c54 struct host { struct
61 } host; argument
H A Dring.c67 struct host { struct
74 } host; argument
/OK3568_Linux_fs/kernel/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()
H A Dsvclock.c216 nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_host *host, in nlmsvc_create_block()
311 void nlmsvc_traverse_blocks(struct nlm_host *host, in nlmsvc_traverse_blocks()
352 static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in __nlmsvc_find_lockowner()
363 static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in nlmsvc_find_lockowner()
398 void nlmsvc_locks_init_private(struct file_lock *fl, struct nlm_host *host, in nlmsvc_locks_init_private()
469 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
576 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c107 static void __iomem *pmecc_get_alpha_to(struct atmel_nand_host *host) in pmecc_get_alpha_to()
119 static void pmecc_data_free(struct atmel_nand_host *host) in pmecc_data_free()
130 static int pmecc_data_alloc(struct atmel_nand_host *host) in pmecc_data_alloc()
164 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_gen_syndrome() local
181 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_substitute() local
231 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_get_sigma() local
387 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_err_location() local
441 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_correct_data() local
487 struct atmel_nand_host *host = nand_get_controller_data(nand_chip); in pmecc_correction() local
532 struct atmel_nand_host *host = nand_get_controller_data(chip); in atmel_nand_pmecc_read_page() local
[all …]
H A Dpxa3xx_nand.c188 struct pxa3xx_nand_host *host[NUM_CHIP_SELECT]; member
421 static void pxa3xx_nand_set_timing(struct pxa3xx_nand_host *host, in pxa3xx_nand_set_timing()
445 static void pxa3xx_nand_set_sdr_timing(struct pxa3xx_nand_host *host, in pxa3xx_nand_set_sdr_timing()
484 static int pxa3xx_nand_init_timings(struct pxa3xx_nand_host *host) in pxa3xx_nand_init_timings()
792 struct pxa3xx_nand_host *host = info->host[info->cs]; in prepare_start_command() local
842 struct pxa3xx_nand_host *host; in prepare_set_command() local
1037 struct pxa3xx_nand_host *host = nand_get_controller_data(chip); in nand_cmdfunc() local
1098 struct pxa3xx_nand_host *host = nand_get_controller_data(chip); in nand_cmdfunc_extended() local
1239 struct pxa3xx_nand_host *host = nand_get_controller_data(chip); in pxa3xx_nand_read_page_hwecc() local
1286 struct pxa3xx_nand_host *host = chip->priv; in pxa3xx_nand_read_page_raw() local
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h300 static inline void sdhci_writel(struct sdhci_host *host, u32 val, int reg) in sdhci_writel()
308 static inline void sdhci_writew(struct sdhci_host *host, u16 val, int reg) in sdhci_writew()
316 static inline void sdhci_writeb(struct sdhci_host *host, u8 val, int reg) in sdhci_writeb()
324 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl()
332 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw()
340 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb()
350 static inline void sdhci_writel(struct sdhci_host *host, u32 val, int reg) in sdhci_writel()
355 static inline void sdhci_writew(struct sdhci_host *host, u16 val, int reg) in sdhci_writew()
360 static inline void sdhci_writeb(struct sdhci_host *host, u8 val, int reg) in sdhci_writeb()
364 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl()
[all …]
/OK3568_Linux_fs/kernel/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()
52 static void host1x_debug_show_channel_fifo(struct host1x *host, in host1x_debug_show_channel_fifo()
128 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()
67 static void host1x_debug_show_channel_fifo(struct host1x *host, in host1x_debug_show_channel_fifo()
126 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
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-rockchip.c31 static void dw_mci_rk3288_set_ios(struct dw_mci *host, struct mmc_ios *ios) in dw_mci_rk3288_set_ios()
146 struct dw_mci *host = slot->host; in dw_mci_v2_execute_tuning() local
200 struct dw_mci *host = slot->host; in dw_mci_rk3288_execute_tuning() local
352 static int dw_mci_rk3288_parse_dt(struct dw_mci *host) in dw_mci_rk3288_parse_dt()
396 static int dw_mci_rockchip_init(struct dw_mci *host) in dw_mci_rockchip_init()
H A Dtmio_mmc.h221 static inline u16 sd_ctrl_read16(struct tmio_mmc_host *host, int addr) in sd_ctrl_read16()
226 static inline void sd_ctrl_read16_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_read16_rep()
232 static inline u32 sd_ctrl_read16_and_16_as_32(struct tmio_mmc_host *host, in sd_ctrl_read16_and_16_as_32()
239 static inline void sd_ctrl_read32_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_read32_rep()
245 static inline void sd_ctrl_write16(struct tmio_mmc_host *host, int addr, in sd_ctrl_write16()
256 static inline void sd_ctrl_write16_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_write16_rep()
262 static inline void sd_ctrl_write32_as_16_and_16(struct tmio_mmc_host *host, in sd_ctrl_write32_as_16_and_16()
272 static inline void sd_ctrl_write32(struct tmio_mmc_host *host, int addr, u32 val) in sd_ctrl_write32()
277 static inline void sd_ctrl_write32_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_write32_rep()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpxa3xx-ulpi.c133 static int pxa310_start_otg_host_transcvr(struct usb_bus *host) in pxa310_start_otg_host_transcvr()
158 static int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc()
236 static inline int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc()
248 int pxa3xx_u2d_start_hc(struct usb_bus *host) in pxa3xx_u2d_start_hc()
267 void pxa3xx_u2d_stop_hc(struct usb_bus *host) in pxa3xx_u2d_stop_hc()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dqcom_nandc.c661 static void set_address(struct qcom_nand_host *host, u16 column, int page) in set_address()
680 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read) in update_rw_regs()
1156 static int nandc_param(struct qcom_nand_host *host) in nandc_param()
1214 static int erase_block(struct qcom_nand_host *host, int page_addr) in erase_block()
1243 static int read_id(struct qcom_nand_host *host, int column) in read_id()
1267 static int reset(struct qcom_nand_host *host) in reset()
1365 static void pre_command(struct qcom_nand_host *host, int command) in pre_command()
1387 static void parse_erase_write_errors(struct qcom_nand_host *host, int command) in parse_erase_write_errors()
1411 static void post_command(struct qcom_nand_host *host, int command) in post_command()
1440 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_command() local
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd-pci.c66 struct intel_host *host = ufshcd_get_variant(hba); in intel_cache_ltr() local
75 struct intel_host *host = ufshcd_get_variant(hba); in intel_ltr_set() local
131 struct intel_host *host = ufshcd_get_variant(hba); in intel_add_debugfs() local
142 struct intel_host *host = ufshcd_get_variant(hba); in intel_remove_debugfs() local
149 struct intel_host *host; in ufs_intel_common_init() local
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx.c55 static const char *host_info(struct Scsi_Host *host) in host_info()
159 struct Scsi_Host *host = srb->device->host; in DEF_SCSI_QCMD() local
359 struct Scsi_Host *host = rtsx_to_host(dev); in rtsx_control_thread() local
611 struct Scsi_Host *host = rtsx_to_host(dev); in quiesce_and_remove_host() local
794 struct Scsi_Host *host; in rtsx_probe() local
/OK3568_Linux_fs/kernel/sound/soc/sunxi/
H A Dsun4i-spdif.c191 static void sun4i_spdif_configure(struct sun4i_spdif_dev *host) in sun4i_spdif_configure()
207 struct sun4i_spdif_dev *host) in sun4i_snd_txctrl_on()
228 struct sun4i_spdif_dev *host) in sun4i_snd_txctrl_off()
247 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(asoc_rtd_to_cpu(rtd, 0)); in sun4i_spdif_startup() local
267 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in sun4i_spdif_hw_params() local
363 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(dai); in sun4i_spdif_trigger() local
390 struct sun4i_spdif_dev *host = snd_soc_dai_get_drvdata(dai); in sun4i_spdif_soc_dai_probe() local
477 struct sun4i_spdif_dev *host = dev_get_drvdata(dev); in sun4i_spdif_runtime_suspend() local
487 struct sun4i_spdif_dev *host = dev_get_drvdata(dev); in sun4i_spdif_runtime_resume() local
502 struct sun4i_spdif_dev *host; in sun4i_spdif_probe() local
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptscsih.c1175 struct Scsi_Host *host = ioc->sh; in mptscsih_remove() local
1286 int mptscsih_show_info(struct seq_file *m, struct Scsi_Host *host) in mptscsih_show_info()
2285 struct Scsi_Host *host = sdev->host; in mptscsih_slave_destroy() local
3045 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_fw_show() local
3061 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_bios_show() local
3077 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_mpi_show() local
3090 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_product_show() local
3104 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_nvdata_persistent_show() local
3118 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_version_nvdata_default_show() local
3131 struct Scsi_Host *host = class_to_shost(dev); in mptscsih_board_name_show() local
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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 const char *qlogicpti_info(struct Scsi_Host *host) in qlogicpti_info()
968 static inline void update_can_queue(struct Scsi_Host *host, u_int in_ptr, u_int out_ptr) in update_can_queue()
1018 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
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_imx.c128 struct ata_host *host; in pata_imx_probe() local
209 struct ata_host *host = platform_get_drvdata(pdev); in pata_imx_remove() local
224 struct ata_host *host = dev_get_drvdata(dev); in pata_imx_suspend() local
241 struct ata_host *host = dev_get_drvdata(dev); in pata_imx_resume() local
/OK3568_Linux_fs/kernel/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()

12345678910>>...30