Searched refs:host (Results 1 - 25 of 1273) sorted by relevance

1234567891011>>

/linux-master/drivers/mmc/core/
H A Dhost.h3 * linux/drivers/mmc/core/host.h
11 #include <linux/mmc/host.h>
16 void mmc_retune_enable(struct mmc_host *host);
17 void mmc_retune_disable(struct mmc_host *host);
18 void mmc_retune_hold(struct mmc_host *host);
19 void mmc_retune_release(struct mmc_host *host);
20 int mmc_retune(struct mmc_host *host);
21 void mmc_retune_pause(struct mmc_host *host);
22 void mmc_retune_unpause(struct mmc_host *host);
24 static inline void mmc_retune_clear(struct mmc_host *host) argument
30 mmc_retune_hold_now(struct mmc_host *host) argument
36 mmc_retune_recheck(struct mmc_host *host) argument
42 mmc_host_cmd23(struct mmc_host *host) argument
47 mmc_host_done_complete(struct mmc_host *host) argument
52 mmc_boot_partition_access(struct mmc_host *host) argument
57 mmc_host_uhs(struct mmc_host *host) argument
86 mmc_card_sd_express(struct mmc_host *host) argument
[all...]
H A Dpwrseq.h17 void (*pre_power_on)(struct mmc_host *host);
18 void (*post_power_on)(struct mmc_host *host);
19 void (*power_off)(struct mmc_host *host);
20 void (*reset)(struct mmc_host *host);
35 int mmc_pwrseq_alloc(struct mmc_host *host);
36 void mmc_pwrseq_pre_power_on(struct mmc_host *host);
37 void mmc_pwrseq_post_power_on(struct mmc_host *host);
38 void mmc_pwrseq_power_off(struct mmc_host *host);
39 void mmc_pwrseq_reset(struct mmc_host *host);
40 void mmc_pwrseq_free(struct mmc_host *host);
49 mmc_pwrseq_alloc(struct mmc_host *host) argument
50 mmc_pwrseq_pre_power_on(struct mmc_host *host) argument
51 mmc_pwrseq_post_power_on(struct mmc_host *host) argument
52 mmc_pwrseq_power_off(struct mmc_host *host) argument
53 mmc_pwrseq_reset(struct mmc_host *host) argument
54 mmc_pwrseq_free(struct mmc_host *host) argument
[all...]
/linux-master/drivers/ufs/
H A DMakefile5 obj-$(CONFIG_SCSI_UFSHCD) += core/ host/
/linux-master/drivers/gpu/host1x/hw/
H A Dhost1x01.c23 int host1x01_init(struct host1x *host) argument
25 host->channel_op = &host1x_channel_ops;
26 host->cdma_op = &host1x_cdma_ops;
27 host->cdma_pb_op = &host1x_pushbuffer_ops;
28 host->syncpt_op = &host1x_syncpt_ops;
29 host->intr_op = &host1x_intr_ops;
30 host->debug_op = &host1x_debug_ops;
H A Dhost1x02.c23 int host1x02_init(struct host1x *host) argument
25 host->channel_op = &host1x_channel_ops;
26 host->cdma_op = &host1x_cdma_ops;
27 host->cdma_pb_op = &host1x_pushbuffer_ops;
28 host->syncpt_op = &host1x_syncpt_ops;
29 host->intr_op = &host1x_intr_ops;
30 host->debug_op = &host1x_debug_ops;
H A Dhost1x04.c23 int host1x04_init(struct host1x *host) argument
25 host->channel_op = &host1x_channel_ops;
26 host->cdma_op = &host1x_cdma_ops;
27 host->cdma_pb_op = &host1x_pushbuffer_ops;
28 host->syncpt_op = &host1x_syncpt_ops;
29 host->intr_op = &host1x_intr_ops;
30 host->debug_op = &host1x_debug_ops;
H A Dhost1x05.c23 int host1x05_init(struct host1x *host) argument
25 host->channel_op = &host1x_channel_ops;
26 host->cdma_op = &host1x_cdma_ops;
27 host->cdma_pb_op = &host1x_pushbuffer_ops;
28 host->syncpt_op = &host1x_syncpt_ops;
29 host->intr_op = &host1x_intr_ops;
30 host->debug_op = &host1x_debug_ops;
H A Dhost1x06.c23 int host1x06_init(struct host1x *host) argument
25 host->channel_op = &host1x_channel_ops;
26 host->cdma_op = &host1x_cdma_ops;
27 host->cdma_pb_op = &host1x_pushbuffer_ops;
28 host->syncpt_op = &host1x_syncpt_ops;
29 host->intr_op = &host1x_intr_ops;
30 host->debug_op = &host1x_debug_ops;
H A Dhost1x07.c23 int host1x07_init(struct host1x *host) argument
25 host->channel_op = &host1x_channel_ops;
26 host->cdma_op = &host1x_cdma_ops;
27 host->cdma_pb_op = &host1x_pushbuffer_ops;
28 host->syncpt_op = &host1x_syncpt_ops;
29 host->intr_op = &host1x_intr_ops;
30 host->debug_op = &host1x_debug_ops;
H A Dhost1x08.c23 int host1x08_init(struct host1x *host) argument
25 host->channel_op = &host1x_channel_ops;
26 host->cdma_op = &host1x_cdma_ops;
27 host->cdma_pb_op = &host1x_pushbuffer_ops;
28 host->syncpt_op = &host1x_syncpt_ops;
29 host->intr_op = &host1x_intr_ops;
30 host->debug_op = &host1x_debug_ops;
H A Dintr_hw.c17 struct host1x *host; member in struct:host1x_intr_irq_data
24 struct host1x *host = irq_data->host; local
28 for (i = irq_data->offset; i < DIV_ROUND_UP(host->info->nb_pts, 32);
29 i += host->num_syncpt_irqs) {
30 reg = host1x_sync_readl(host,
33 host1x_sync_writel(host, reg,
35 host1x_sync_writel(host, reg,
39 host1x_intr_handle_interrupt(host, i * 32 + id);
45 static void host1x_intr_disable_all_syncpt_intrs(struct host1x *host) argument
57 intr_hw_init(struct host1x *host, u32 cpm) argument
91 host1x_intr_init_host_sync(struct host1x *host, u32 cpm) argument
118 host1x_intr_set_syncpt_threshold(struct host1x *host, unsigned int id, u32 thresh) argument
125 host1x_intr_enable_syncpt_intr(struct host1x *host, unsigned int id) argument
132 host1x_intr_disable_syncpt_intr(struct host1x *host, unsigned int id) argument
[all...]
/linux-master/drivers/gpu/host1x/
H A Dintr.h15 int host1x_intr_init(struct host1x *host);
18 void host1x_intr_deinit(struct host1x *host);
21 void host1x_intr_start(struct host1x *host);
24 void host1x_intr_stop(struct host1x *host);
26 void host1x_intr_handle_interrupt(struct host1x *host, unsigned int id);
28 void host1x_intr_add_fence_locked(struct host1x *host, struct host1x_syncpt_fence *fence);
30 bool host1x_intr_remove_fence(struct host1x *host, struct host1x_syncpt_fence *fence);
/linux-master/arch/powerpc/include/asm/
H A Ddcr-mmio.h19 static inline bool dcr_map_ok_mmio(dcr_host_mmio_t host) argument
21 return host.token != NULL;
27 extern void dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c);
29 static inline u32 dcr_read_mmio(dcr_host_mmio_t host, unsigned int dcr_n) argument
31 return in_be32(host.token + ((host.base + dcr_n) * host.stride));
34 static inline void dcr_write_mmio(dcr_host_mmio_t host, argument
38 out_be32(host.token + ((host
[all...]
H A Ddcr.h28 #define DCR_MAP_OK(host) dcr_map_ok_generic(host)
30 #define dcr_unmap(host, dcr_c) dcr_unmap_generic(host, dcr_c)
31 #define dcr_read(host, dcr_n) dcr_read_generic(host, dcr_n)
32 #define dcr_write(host, dcr_n, value) dcr_write_generic(host, dcr_n, value)
38 #define DCR_MAP_OK(host) dcr_map_ok_native(host)
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci.c3 * linux/drivers/mmc/host/sdhci.c - Secure Digital Host Controller Interface driver
30 #include <linux/mmc/host.h>
40 pr_debug("%s: " DRIVER_NAME ": " f, mmc_hostname(host->mmc), ## x)
43 pr_err("%s: " DRIVER_NAME ": " f, mmc_hostname(host->mmc), ## x)
50 static void sdhci_enable_preset_value(struct sdhci_host *host, bool enable);
52 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd);
54 void sdhci_dumpregs(struct sdhci_host *host) argument
59 sdhci_readl(host, SDHCI_DMA_ADDRESS),
60 sdhci_readw(host, SDHCI_HOST_VERSION));
62 sdhci_readw(host, SDHCI_BLOCK_SIZ
126 sdhci_do_enable_v4_mode(struct sdhci_host *host) argument
142 sdhci_enable_v4_mode(struct sdhci_host *host) argument
154 sdhci_set_card_detection(struct sdhci_host *host, bool enable) argument
176 sdhci_enable_card_detection(struct sdhci_host *host) argument
181 sdhci_disable_card_detection(struct sdhci_host *host) argument
186 sdhci_runtime_pm_bus_on(struct sdhci_host *host) argument
194 sdhci_runtime_pm_bus_off(struct sdhci_host *host) argument
202 sdhci_reset(struct sdhci_host *host, u8 mask) argument
236 sdhci_do_reset(struct sdhci_host *host, u8 mask) argument
250 sdhci_reset_for_all(struct sdhci_host *host) argument
271 sdhci_reset_for_reason(struct sdhci_host *host, enum sdhci_reset_reason reason) argument
297 sdhci_set_default_irqs(struct sdhci_host *host) argument
313 sdhci_config_dma(struct sdhci_host *host) argument
359 sdhci_init(struct sdhci_host *host, int soft) argument
386 sdhci_reinit(struct sdhci_host *host) argument
403 __sdhci_led_activate(struct sdhci_host *host) argument
415 __sdhci_led_deactivate(struct sdhci_host *host) argument
431 struct sdhci_host *host = container_of(led, struct sdhci_host, led); local
447 sdhci_led_register(struct sdhci_host *host) argument
465 sdhci_led_unregister(struct sdhci_host *host) argument
473 sdhci_led_activate(struct sdhci_host *host) argument
477 sdhci_led_deactivate(struct sdhci_host *host) argument
483 sdhci_led_register(struct sdhci_host *host) argument
488 sdhci_led_unregister(struct sdhci_host *host) argument
492 sdhci_led_activate(struct sdhci_host *host) argument
497 sdhci_led_deactivate(struct sdhci_host *host) argument
504 sdhci_mod_timer(struct sdhci_host *host, struct mmc_request *mrq, unsigned long timeout) argument
513 sdhci_del_timer(struct sdhci_host *host, struct mmc_request *mrq) argument
521 sdhci_has_requests(struct sdhci_host *host) argument
532 sdhci_read_block_pio(struct sdhci_host *host) argument
571 sdhci_write_block_pio(struct sdhci_host *host) argument
611 sdhci_transfer_pio(struct sdhci_host *host) argument
649 sdhci_pre_dma_transfer(struct sdhci_host *host, struct mmc_data *data, int cookie) argument
714 sdhci_adma_write_desc(struct sdhci_host *host, void **desc, dma_addr_t addr, int len, unsigned int cmd) argument
731 __sdhci_adma_write_desc(struct sdhci_host *host, void **desc, dma_addr_t addr, int len, unsigned int cmd) argument
749 sdhci_adma_table_pre(struct sdhci_host *host, struct mmc_data *data, int sg_count) argument
840 sdhci_adma_table_post(struct sdhci_host *host, struct mmc_data *data) argument
880 sdhci_set_adma_addr(struct sdhci_host *host, dma_addr_t addr) argument
887 sdhci_sdma_address(struct sdhci_host *host) argument
895 sdhci_set_sdma_addr(struct sdhci_host *host, dma_addr_t addr) argument
903 sdhci_target_timeout(struct sdhci_host *host, struct mmc_command *cmd, struct mmc_data *data) argument
932 sdhci_calc_sw_timeout(struct sdhci_host *host, struct mmc_command *cmd) argument
965 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_command *cmd, bool *too_big) argument
1023 sdhci_set_transfer_irqs(struct sdhci_host *host) argument
1042 sdhci_set_data_timeout_irq(struct sdhci_host *host, bool enable) argument
1053 __sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) argument
1070 sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) argument
1078 sdhci_initialize_data(struct sdhci_host *host, struct mmc_data *data) argument
1093 sdhci_set_block_info(struct sdhci_host *host, struct mmc_data *data) argument
1114 sdhci_prepare_data(struct sdhci_host *host, struct mmc_command *cmd) argument
1210 sdhci_external_dma_init(struct sdhci_host *host) argument
1240 sdhci_external_dma_channel(struct sdhci_host *host, struct mmc_data *data) argument
1246 sdhci_external_dma_setup(struct sdhci_host *host, struct mmc_command *cmd) argument
1301 sdhci_external_dma_release(struct sdhci_host *host) argument
1316 __sdhci_external_dma_prepare_data(struct sdhci_host *host, struct mmc_command *cmd) argument
1329 sdhci_external_dma_prepare_data(struct sdhci_host *host, struct mmc_command *cmd) argument
1342 sdhci_external_dma_pre_transfer(struct sdhci_host *host, struct mmc_command *cmd) argument
1357 sdhci_external_dma_init(struct sdhci_host *host) argument
1362 sdhci_external_dma_release(struct sdhci_host *host) argument
1366 sdhci_external_dma_prepare_data(struct sdhci_host *host, struct mmc_command *cmd) argument
1373 sdhci_external_dma_pre_transfer(struct sdhci_host *host, struct mmc_command *cmd) argument
1378 sdhci_external_dma_channel(struct sdhci_host *host, struct mmc_data *data) argument
1386 sdhci_switch_external_dma(struct sdhci_host *host, bool en) argument
1392 sdhci_auto_cmd12(struct sdhci_host *host, struct mmc_request *mrq) argument
1399 sdhci_auto_cmd23(struct sdhci_host *host, struct mmc_request *mrq) argument
1405 sdhci_manual_cmd23(struct sdhci_host *host, struct mmc_request *mrq) argument
1411 sdhci_auto_cmd_select(struct sdhci_host *host, struct mmc_command *cmd, u16 *mode) argument
1450 sdhci_set_transfer_mode(struct sdhci_host *host, struct mmc_command *cmd) argument
1491 sdhci_needs_reset(struct sdhci_host *host, struct mmc_request *mrq) argument
1500 sdhci_set_mrq_done(struct sdhci_host *host, struct mmc_request *mrq) argument
1521 __sdhci_finish_mrq(struct sdhci_host *host, struct mmc_request *mrq) argument
1546 sdhci_finish_mrq(struct sdhci_host *host, struct mmc_request *mrq) argument
1553 __sdhci_finish_data(struct sdhci_host *host, bool sw_data_timeout) argument
1625 sdhci_finish_data(struct sdhci_host *host) argument
1630 sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) argument
1721 sdhci_present_error(struct sdhci_host *host, struct mmc_command *cmd, bool present) argument
1747 sdhci_dumpregs(host); variable
1774 sdhci_read_rsp_136(struct sdhci_host *host, struct mmc_command *cmd) argument
1794 sdhci_finish_command(struct sdhci_host *host) argument
1848 sdhci_get_preset_value(struct sdhci_host *host) argument
1886 sdhci_calc_clk(struct sdhci_host *host, unsigned int clock, unsigned int *actual_clock) argument
1978 sdhci_enable_clk(struct sdhci_host *host, u16 clk) argument
2032 sdhci_set_clock(struct sdhci_host *host, unsigned int clock) argument
2048 sdhci_set_power_reg(struct sdhci_host *host, unsigned char mode, unsigned short vdd) argument
2061 sdhci_set_power_noreg(struct sdhci_host *host, unsigned char mode, unsigned short vdd) argument
2141 sdhci_set_power(struct sdhci_host *host, unsigned char mode, unsigned short vdd) argument
2157 sdhci_set_power_and_bus_voltage(struct sdhci_host *host, unsigned char mode, unsigned short vdd) argument
2178 struct sdhci_host *host = mmc_priv(mmc); local
2210 struct sdhci_host *host = mmc_priv(mmc); local
2242 sdhci_set_bus_width(struct sdhci_host *host, int width) argument
2262 sdhci_set_uhs_signaling(struct sdhci_host *host, unsigned timing) argument
2301 sdhci_preset_needed(struct sdhci_host *host, unsigned char timing) argument
2307 sdhci_presetable_values_change(struct sdhci_host *host, struct mmc_ios *ios) argument
2320 struct sdhci_host *host = mmc_priv(mmc); local
2472 struct sdhci_host *host = mmc_priv(mmc); local
2499 struct sdhci_host *host = mmc_priv(mmc); local
2516 sdhci_check_ro(struct sdhci_host *host) argument
2544 struct sdhci_host *host = mmc_priv(mmc); local
2563 struct sdhci_host *host = mmc_priv(mmc); local
2569 sdhci_enable_sdio_irq_nolock(struct sdhci_host *host, int enable) argument
2584 struct sdhci_host *host = mmc_priv(mmc); local
2601 struct sdhci_host *host = mmc_priv(mmc); local
2612 struct sdhci_host *host = mmc_priv(mmc); local
2706 struct sdhci_host *host = mmc_priv(mmc); local
2717 struct sdhci_host *host = mmc_priv(mmc); local
2727 sdhci_start_tuning(struct sdhci_host *host) argument
2752 sdhci_end_tuning(struct sdhci_host *host) argument
2759 sdhci_reset_tuning(struct sdhci_host *host) argument
2770 sdhci_abort_tuning(struct sdhci_host *host, u32 opcode) argument
2789 sdhci_send_tuning(struct sdhci_host *host, u32 opcode) argument
2844 __sdhci_execute_tuning(struct sdhci_host *host, u32 opcode) argument
2886 struct sdhci_host *host = mmc_priv(mmc); local
2953 sdhci_enable_preset_value(struct sdhci_host *host, bool enable) argument
2996 struct sdhci_host *host = mmc_priv(mmc); local
3009 sdhci_error_out_mrqs(struct sdhci_host *host, int err) argument
3024 struct sdhci_host *host = mmc_priv(mmc); local
3074 sdhci_request_done(struct sdhci_host *host) argument
3196 struct sdhci_host *host = container_of(work, struct sdhci_host, local
3205 struct sdhci_host *host; local
3227 struct sdhci_host *host; local
3263 sdhci_cmd_irq(struct sdhci_host *host, u32 intmask, u32 *intmask_p) argument
3339 sdhci_adma_show_error(struct sdhci_host *host) argument
3371 sdhci_data_irq(struct sdhci_host *host, u32 intmask) argument
3505 sdhci_defer_done(struct sdhci_host *host, struct mmc_request *mrq) argument
3519 struct sdhci_host *host = dev_id; local
3659 struct sdhci_host *host = dev_id; local
3696 sdhci_cd_irq_can_wakeup(struct sdhci_host *host) argument
3711 sdhci_enable_irq_wakeups(struct sdhci_host *host) argument
3744 sdhci_disable_irq_wakeups(struct sdhci_host *host) argument
3759 sdhci_suspend_host(struct sdhci_host *host) argument
3778 sdhci_resume_host(struct sdhci_host *host) argument
3817 sdhci_runtime_suspend_host(struct sdhci_host *host) argument
3839 sdhci_runtime_resume_host(struct sdhci_host *host, int soft_reset) argument
3900 struct sdhci_host *host = mmc_priv(mmc); local
3944 struct sdhci_host *host = mmc_priv(mmc); local
3964 sdhci_cqe_irq(struct sdhci_host *host, u32 intmask, int *cmd_error, int *data_error) argument
4026 struct sdhci_host *host; local
4064 sdhci_set_dma_mask(struct sdhci_host *host) argument
4094 __sdhci_read_caps(struct sdhci_host *host, const u16 *ver, const u32 *caps, const u32 *caps1) argument
4146 sdhci_allocate_bounce_buffer(struct sdhci_host *host) argument
4210 sdhci_can_64bit_dma(struct sdhci_host *host) argument
4223 sdhci_setup_host(struct sdhci_host *host) argument
4772 sdhci_cleanup_host(struct sdhci_host *host) argument
4792 __sdhci_add_host(struct sdhci_host *host) argument
4861 sdhci_add_host(struct sdhci_host *host) argument
4882 sdhci_remove_host(struct sdhci_host *host, int dead) argument
4936 sdhci_free_host(struct sdhci_host *host) argument
[all...]
H A Dbcm2835.c48 #include <linux/mmc/host.h>
60 #define SDHSTS 0x20 /* SD host status - 11 R/W */
192 static void bcm2835_dumpcmd(struct bcm2835_host *host, struct mmc_command *cmd, argument
195 struct device *dev = &host->pdev->dev;
201 (cmd == host->cmd) ? '>' : ' ',
207 static void bcm2835_dumpregs(struct bcm2835_host *host) argument
209 struct mmc_request *mrq = host->mrq;
210 struct device *dev = &host->pdev->dev;
213 bcm2835_dumpcmd(host, mrq->sbc, "sbc");
214 bcm2835_dumpcmd(host, mr
242 bcm2835_reset_internal(struct bcm2835_host *host) argument
273 struct bcm2835_host *host = mmc_priv(mmc); local
283 bcm2835_wait_transfer_complete(struct bcm2835_host *host) argument
323 struct bcm2835_host *host = param; local
328 bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) argument
423 bcm2835_transfer_pio(struct bcm2835_host *host) argument
448 bcm2835_prepare_dma(struct bcm2835_host *host, struct mmc_data *data) argument
516 bcm2835_start_dma(struct bcm2835_host *host) argument
522 bcm2835_set_transfer_irqs(struct bcm2835_host *host) argument
540 bcm2835_prepare_data(struct bcm2835_host *host, struct mmc_command *cmd) argument
571 bcm2835_read_wait_sdcmd(struct bcm2835_host *host, u32 max_ms) argument
590 bcm2835_finish_request(struct bcm2835_host *host) argument
619 bcm2835_send_command(struct bcm2835_host *host, struct mmc_command *cmd) argument
686 bcm2835_transfer_complete(struct bcm2835_host *host) argument
711 bcm2835_finish_data(struct bcm2835_host *host) argument
737 bcm2835_finish_command(struct bcm2835_host *host) argument
824 struct bcm2835_host *host = local
852 bcm2835_check_cmd_error(struct bcm2835_host *host, u32 intmask) argument
883 bcm2835_check_data_error(struct bcm2835_host *host, u32 intmask) argument
893 bcm2835_busy_irq(struct bcm2835_host *host) argument
909 bcm2835_data_irq(struct bcm2835_host *host, u32 intmask) argument
943 bcm2835_data_threaded_irq(struct bcm2835_host *host) argument
951 bcm2835_block_irq(struct bcm2835_host *host) argument
972 struct bcm2835_host *host = dev_id; local
1018 struct bcm2835_host *host = dev_id; local
1049 struct bcm2835_host *host = local
1092 bcm2835_set_clock(struct bcm2835_host *host, unsigned int clock) argument
1154 struct bcm2835_host *host = mmc_priv(mmc); local
1227 struct bcm2835_host *host = mmc_priv(mmc); local
1257 bcm2835_add_host(struct bcm2835_host *host) argument
1349 struct bcm2835_host *host; local
1436 struct bcm2835_host *host = platform_get_drvdata(pdev); local
[all...]
H A Dwbsd.c3 * linux/drivers/mmc/host/wbsd.c - Winbond W83L51xD SD/MMC driver
30 #include <linux/mmc/host.h>
84 static inline void wbsd_unlock_config(struct wbsd_host *host) argument
86 BUG_ON(host->config == 0);
88 outb(host->unlock_code, host->config);
89 outb(host->unlock_code, host->config);
92 static inline void wbsd_lock_config(struct wbsd_host *host) argument
94 BUG_ON(host
99 wbsd_write_config(struct wbsd_host *host, u8 reg, u8 value) argument
107 wbsd_read_config(struct wbsd_host *host, u8 reg) argument
115 wbsd_write_index(struct wbsd_host *host, u8 index, u8 value) argument
121 wbsd_read_index(struct wbsd_host *host, u8 index) argument
131 wbsd_init_device(struct wbsd_host *host) argument
190 wbsd_reset(struct wbsd_host *host) argument
204 wbsd_request_end(struct wbsd_host *host, struct mmc_request *mrq) argument
237 wbsd_init_sg(struct wbsd_host *host, struct mmc_data *data) argument
249 wbsd_next_sg(struct wbsd_host *host) argument
268 wbsd_map_sg(struct wbsd_host *host) argument
273 wbsd_sg_to_dma(struct wbsd_host *host, struct mmc_data *data) argument
283 wbsd_dma_to_sg(struct wbsd_host *host, struct mmc_data *data) argument
297 wbsd_get_short_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
315 wbsd_get_long_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
340 wbsd_send_command(struct wbsd_host *host, struct mmc_command *cmd) argument
400 wbsd_empty_fifo(struct wbsd_host *host) argument
465 wbsd_fill_fifo(struct wbsd_host *host) argument
530 wbsd_prepare_data(struct wbsd_host *host, struct mmc_data *data) argument
665 wbsd_finish_data(struct wbsd_host *host, struct mmc_data *data) argument
745 struct wbsd_host *host = mmc_priv(mmc); local
839 struct wbsd_host *host = mmc_priv(mmc); local
912 struct wbsd_host *host = mmc_priv(mmc); local
950 struct wbsd_host *host = from_timer(host, t, ignore_timer); local
973 wbsd_get_data(struct wbsd_host *host) argument
992 struct wbsd_host *host = from_tasklet(host, t, card_tasklet); local
1041 struct wbsd_host *host = from_tasklet(host, t, fifo_tasklet); local
1072 struct wbsd_host *host = from_tasklet(host, t, crc_tasklet); local
1096 struct wbsd_host *host = from_tasklet(host, t, timeout_tasklet); local
1120 struct wbsd_host *host = from_tasklet(host, t, finish_tasklet); local
1145 struct wbsd_host *host = dev_id; local
1188 struct wbsd_host *host; local
1255 struct wbsd_host *host; local
1273 wbsd_scan(struct wbsd_host *host) argument
1327 wbsd_request_region(struct wbsd_host *host, int base) argument
1340 wbsd_release_regions(struct wbsd_host *host) argument
1357 wbsd_request_dma(struct wbsd_host *host, int dma) argument
1419 wbsd_release_dma(struct wbsd_host *host) argument
1441 wbsd_request_irq(struct wbsd_host *host, int irq) argument
1466 wbsd_release_irq(struct wbsd_host *host) argument
1486 wbsd_request_resources(struct wbsd_host *host, int base, int irq, int dma) argument
1517 wbsd_release_resources(struct wbsd_host *host) argument
1528 wbsd_chip_config(struct wbsd_host *host) argument
1572 wbsd_chip_validate(struct wbsd_host *host) argument
1612 wbsd_chip_poweroff(struct wbsd_host *host) argument
1631 struct wbsd_host *host = NULL; local
1725 struct wbsd_host *host; local
1803 struct wbsd_host *host; local
1819 struct wbsd_host *host; local
1855 struct wbsd_host *host; local
[all...]
H A Dsdhci-cqhci.h15 static inline void sdhci_and_cqhci_reset(struct sdhci_host *host, u8 mask) argument
17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) &&
18 host->mmc->cqe_private)
19 cqhci_deactivate(host->mmc);
21 sdhci_reset(host, mask);
H A Domap_hsmmc.c2 * drivers/mmc/host/omap_hsmmc.c
34 #include <linux/mmc/host.h>
153 #define mmc_pdata(host) host->pdata
214 static void omap_hsmmc_start_dma_transfer(struct omap_hsmmc_host *host);
219 struct omap_hsmmc_host *host = mmc_priv(mmc); local
229 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) {
235 host->vqmmc_enabled = true;
251 struct omap_hsmmc_host *host = mmc_priv(mmc); local
253 if (!IS_ERR(mmc->supply.vqmmc) && host
280 omap_hsmmc_set_pbias(struct omap_hsmmc_host *host, bool power_on) argument
310 omap_hsmmc_set_power(struct omap_hsmmc_host *host, int power_on) argument
381 omap_hsmmc_disable_boot_regulators(struct omap_hsmmc_host *host) argument
414 omap_hsmmc_reg_get(struct omap_hsmmc_host *host) argument
463 omap_hsmmc_start_clock(struct omap_hsmmc_host *host) argument
472 omap_hsmmc_stop_clock(struct omap_hsmmc_host *host) argument
480 omap_hsmmc_enable_irq(struct omap_hsmmc_host *host, struct mmc_command *cmd) argument
504 omap_hsmmc_disable_irq(struct omap_hsmmc_host *host) argument
520 calc_divisor(struct omap_hsmmc_host *host, struct mmc_ios *ios) argument
533 omap_hsmmc_set_clock(struct omap_hsmmc_host *host) argument
583 omap_hsmmc_set_bus_width(struct omap_hsmmc_host *host) argument
611 omap_hsmmc_set_bus_mode(struct omap_hsmmc_host *host) argument
629 omap_hsmmc_context_restore(struct omap_hsmmc_host *host) argument
695 omap_hsmmc_context_save(struct omap_hsmmc_host *host) argument
705 omap_hsmmc_context_save(struct omap_hsmmc_host *host) argument
715 send_init_stream(struct omap_hsmmc_host *host) argument
745 struct omap_hsmmc_host *host = mmc_priv(mmc); local
756 omap_hsmmc_start_command(struct omap_hsmmc_host *host, struct mmc_command *cmd, struct mmc_data *data) argument
810 omap_hsmmc_get_dma_chan(struct omap_hsmmc_host *host, struct mmc_data *data) argument
816 omap_hsmmc_request_done(struct omap_hsmmc_host *host, struct mmc_request *mrq) argument
838 omap_hsmmc_xfer_done(struct omap_hsmmc_host *host, struct mmc_data *data) argument
871 omap_hsmmc_cmd_done(struct omap_hsmmc_host *host, struct mmc_command *cmd) argument
903 omap_hsmmc_dma_cleanup(struct omap_hsmmc_host *host, int errno) argument
932 omap_hsmmc_dbg_report_irq(struct omap_hsmmc_host *host, u32 status) argument
957 omap_hsmmc_dbg_report_irq(struct omap_hsmmc_host *host, u32 status) argument
970 omap_hsmmc_reset_controller_fsm(struct omap_hsmmc_host *host, unsigned long bit) argument
1000 hsmmc_command_incomplete(struct omap_hsmmc_host *host, int err, int end_cmd) argument
1016 omap_hsmmc_do_irq(struct omap_hsmmc_host *host, int status) argument
1068 struct omap_hsmmc_host *host = dev_id; local
1086 set_sd_bus_power(struct omap_hsmmc_host *host) argument
1106 omap_hsmmc_switch_opcond(struct omap_hsmmc_host *host, int vdd) argument
1160 struct omap_hsmmc_host *host = param; local
1191 omap_hsmmc_pre_dma_transfer(struct omap_hsmmc_host *host, struct mmc_data *data, struct omap_hsmmc_next *next, struct dma_chan *chan) argument
1232 omap_hsmmc_setup_dma_transfer(struct omap_hsmmc_host *host, struct mmc_request *req) argument
1294 set_data_timeout(struct omap_hsmmc_host *host, unsigned long long timeout_ns, unsigned int timeout_clks) argument
1332 omap_hsmmc_start_dma_transfer(struct omap_hsmmc_host *host) argument
1351 omap_hsmmc_prepare_data(struct omap_hsmmc_host *host, struct mmc_request *req) argument
1388 struct omap_hsmmc_host *host = mmc_priv(mmc); local
1402 struct omap_hsmmc_host *host = mmc_priv(mmc); local
1423 struct omap_hsmmc_host *host = mmc_priv(mmc); local
1454 struct omap_hsmmc_host *host = mmc_priv(mmc); local
1504 struct omap_hsmmc_host *host = mmc_priv(mmc); local
1537 omap_hsmmc_configure_wake_irq(struct omap_hsmmc_host *host) argument
1588 omap_hsmmc_conf_bus_power(struct omap_hsmmc_host *host) argument
1636 struct omap_hsmmc_host *host = mmc_priv(mmc); local
1767 struct omap_hsmmc_host *host = NULL; local
1984 struct omap_hsmmc_host *host = platform_get_drvdata(pdev); local
2005 struct omap_hsmmc_host *host = dev_get_drvdata(dev); local
2029 struct omap_hsmmc_host *host = dev_get_drvdata(dev); local
2050 struct omap_hsmmc_host *host; local
2092 struct omap_hsmmc_host *host; local
[all...]
H A Dtmio_mmc_core.c36 #include <linux/mmc/host.h>
53 static inline void tmio_mmc_start_dma(struct tmio_mmc_host *host, argument
56 if (host->dma_ops)
57 host->dma_ops->start(host, data);
60 static inline void tmio_mmc_end_dma(struct tmio_mmc_host *host) argument
62 if (host->dma_ops && host->dma_ops->end)
63 host->dma_ops->end(host);
66 tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable) argument
72 tmio_mmc_request_dma(struct tmio_mmc_host *host, struct tmio_mmc_data *pdata) argument
83 tmio_mmc_release_dma(struct tmio_mmc_host *host) argument
89 tmio_mmc_abort_dma(struct tmio_mmc_host *host) argument
95 tmio_mmc_dataend_dma(struct tmio_mmc_host *host) argument
101 tmio_mmc_enable_mmc_irqs(struct tmio_mmc_host *host, u32 i) argument
108 tmio_mmc_disable_mmc_irqs(struct tmio_mmc_host *host, u32 i) argument
115 tmio_mmc_ack_mmc_irqs(struct tmio_mmc_host *host, u32 i) argument
120 tmio_mmc_init_sg(struct tmio_mmc_host *host, struct mmc_data *data) argument
128 tmio_mmc_next_sg(struct tmio_mmc_host *host) argument
139 struct tmio_mmc_host *host = mmc_priv(mmc); local
167 tmio_mmc_set_bus_width(struct tmio_mmc_host *host, unsigned char bus_width) argument
182 tmio_mmc_reset(struct tmio_mmc_host *host, bool preserve) argument
231 struct tmio_mmc_host *host = container_of(work, struct tmio_mmc_host, local
290 tmio_mmc_start_command(struct tmio_mmc_host *host, struct mmc_command *cmd) argument
343 tmio_mmc_transfer_data(struct tmio_mmc_host *host, unsigned short *buf, unsigned int count) argument
411 tmio_mmc_pio_irq(struct tmio_mmc_host *host) argument
447 tmio_mmc_check_bounce_buffer(struct tmio_mmc_host *host) argument
459 tmio_mmc_do_data_irq(struct tmio_mmc_host *host) argument
514 tmio_mmc_data_irq(struct tmio_mmc_host *host, unsigned int stat) argument
564 tmio_mmc_cmd_irq(struct tmio_mmc_host *host, unsigned int stat) argument
630 __tmio_mmc_card_detect_irq(struct tmio_mmc_host *host, int ireg, int status) argument
649 __tmio_mmc_sdcard_irq(struct tmio_mmc_host *host, int ireg, int status) argument
680 __tmio_mmc_sdio_irq(struct tmio_mmc_host *host) argument
707 struct tmio_mmc_host *host = devid; local
728 tmio_mmc_start_data(struct tmio_mmc_host *host, struct mmc_data *data) argument
764 tmio_process_mrq(struct tmio_mmc_host *host, struct mmc_request *mrq) argument
798 struct tmio_mmc_host *host = mmc_priv(mmc); local
822 tmio_mmc_finish_request(struct tmio_mmc_host *host) argument
871 struct tmio_mmc_host *host = container_of(work, struct tmio_mmc_host, local
876 tmio_mmc_power_on(struct tmio_mmc_host *host, unsigned short vdd) argument
910 tmio_mmc_power_off(struct tmio_mmc_host *host) argument
924 tmio_mmc_get_timeout_cycles(struct tmio_mmc_host *host) argument
932 tmio_mmc_max_busy_timeout(struct tmio_mmc_host *host) argument
948 struct tmio_mmc_host *host = mmc_priv(mmc); local
1020 struct tmio_mmc_host *host = mmc_priv(mmc); local
1028 struct tmio_mmc_host *host = mmc_priv(mmc); local
1037 struct tmio_mmc_host *host = mmc_priv(card->host); local
1054 tmio_mmc_init_ocr(struct tmio_mmc_host *host) argument
1098 struct tmio_mmc_host *host; local
1137 tmio_mmc_host_free(struct tmio_mmc_host *host) argument
1248 tmio_mmc_host_remove(struct tmio_mmc_host *host) argument
1276 tmio_mmc_clk_enable(struct tmio_mmc_host *host) argument
1284 tmio_mmc_clk_disable(struct tmio_mmc_host *host) argument
1292 struct tmio_mmc_host *host = dev_get_drvdata(dev); local
1307 struct tmio_mmc_host *host = dev_get_drvdata(dev); local
[all...]
H A Dusdhi6rol0.c16 #include <linux/mmc/host.h>
209 static void usdhi6_write(struct usdhi6_host *host, u32 reg, u32 data) argument
211 iowrite32(data, host->base + reg);
212 dev_vdbg(mmc_dev(host->mmc), "%s(0x%p + 0x%x) = 0x%x\n", __func__,
213 host->base, reg, data);
216 static void usdhi6_write16(struct usdhi6_host *host, u32 reg, u16 data) argument
218 iowrite16(data, host->base + reg);
219 dev_vdbg(mmc_dev(host->mmc), "%s(0x%p + 0x%x) = 0x%x\n", __func__,
220 host->base, reg, data);
223 static u32 usdhi6_read(struct usdhi6_host *host, u3 argument
231 usdhi6_read16(struct usdhi6_host *host, u32 reg) argument
239 usdhi6_irq_enable(struct usdhi6_host *host, u32 info1, u32 info2) argument
247 usdhi6_wait_for_resp(struct usdhi6_host *host) argument
254 usdhi6_wait_for_brwe(struct usdhi6_host *host, bool read) argument
261 usdhi6_only_cd(struct usdhi6_host *host) argument
267 usdhi6_mask_all(struct usdhi6_host *host) argument
272 usdhi6_error_code(struct usdhi6_host *host) argument
314 usdhi6_blk_bounce(struct usdhi6_host *host, struct scatterlist *sg) argument
342 usdhi6_sg_prep(struct usdhi6_host *host) argument
355 usdhi6_sg_map(struct usdhi6_host *host) argument
395 usdhi6_sg_unmap(struct usdhi6_host *host, bool force) argument
435 usdhi6_sg_advance(struct usdhi6_host *host) argument
517 usdhi6_dma_release(struct usdhi6_host *host) argument
532 usdhi6_dma_stop_unmap(struct usdhi6_host *host) argument
552 struct usdhi6_host *host = arg; local
566 usdhi6_dma_setup(struct usdhi6_host *host, struct dma_chan *chan, enum dma_transfer_direction dir) argument
615 usdhi6_dma_start(struct usdhi6_host *host) argument
626 usdhi6_dma_kill(struct usdhi6_host *host) argument
639 usdhi6_dma_check_error(struct usdhi6_host *host) argument
665 usdhi6_dma_kick(struct usdhi6_host *host) argument
673 usdhi6_dma_request(struct usdhi6_host *host, phys_addr_t start) argument
727 usdhi6_clk_set(struct usdhi6_host *host, struct mmc_ios *ios) argument
794 usdhi6_set_power(struct usdhi6_host *host, struct mmc_ios *ios) argument
804 usdhi6_reset(struct usdhi6_host *host) argument
820 struct usdhi6_host *host = mmc_priv(mmc); local
872 usdhi6_timeout_set(struct usdhi6_host *host) argument
901 usdhi6_request_done(struct usdhi6_host *host) argument
932 usdhi6_cmd_flags(struct usdhi6_host *host) argument
985 usdhi6_rq_start(struct usdhi6_host *host) argument
1093 struct usdhi6_host *host = mmc_priv(mmc); local
1111 struct usdhi6_host *host = mmc_priv(mmc); local
1127 struct usdhi6_host *host = mmc_priv(mmc); local
1143 struct usdhi6_host *host = mmc_priv(mmc); local
1158 usdhi6_set_pinstates(struct usdhi6_host *host, int voltage) argument
1191 struct usdhi6_host *host = mmc_priv(mmc); local
1210 usdhi6_resp_cmd12(struct usdhi6_host *host) argument
1216 usdhi6_resp_read(struct usdhi6_host *host) argument
1262 usdhi6_blk_read(struct usdhi6_host *host) argument
1302 usdhi6_blk_write(struct usdhi6_host *host) argument
1345 usdhi6_stop_cmd(struct usdhi6_host *host) argument
1367 usdhi6_end_cmd(struct usdhi6_host *host) argument
1407 usdhi6_read_block(struct usdhi6_host *host) argument
1426 usdhi6_mread_block(struct usdhi6_host *host) argument
1439 usdhi6_write_block(struct usdhi6_host *host) argument
1453 usdhi6_mwrite_block(struct usdhi6_host *host) argument
1470 struct usdhi6_host *host = dev_id; local
1583 struct usdhi6_host *host = dev_id; local
1635 struct usdhi6_host *host = dev_id; local
1652 struct usdhi6_host *host = dev_id; local
1684 struct usdhi6_host *host = container_of(d, struct usdhi6_host, timeout_work); local
1748 struct usdhi6_host *host; local
1889 struct usdhi6_host *host = platform_get_drvdata(pdev); local
[all...]
/linux-master/include/linux/mmc/
H A Dslot-gpio.h16 int mmc_gpio_get_ro(struct mmc_host *host);
17 int mmc_gpio_get_cd(struct mmc_host *host);
18 void mmc_gpio_set_cd_irq(struct mmc_host *host, int irq);
19 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
22 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
24 void mmc_gpio_set_cd_isr(struct mmc_host *host,
26 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on);
27 void mmc_gpiod_request_cd_irq(struct mmc_host *host);
28 bool mmc_can_gpio_cd(struct mmc_host *host);
29 bool mmc_can_gpio_ro(struct mmc_host *host);
[all...]
/linux-master/drivers/scsi/arm/
H A Dacornscsi.c170 static void acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp,
172 static int acornscsi_reconnect_finish(AS_Host *host);
173 static void acornscsi_dma_cleanup(AS_Host *host);
174 static void acornscsi_abortcmd(AS_Host *host);
189 static inline void sbic_arm_write(AS_Host *host, unsigned int reg, unsigned int value) argument
191 writeb(reg, host->base + SBIC_REGIDX);
192 writeb(value, host->base + SBIC_REGVAL);
195 static inline int sbic_arm_read(AS_Host *host, unsigned int reg) argument
198 return readl(host->base + SBIC_REGIDX) & 255;
199 writeb(reg, host
215 dmac_address(AS_Host *host) argument
223 acornscsi_dumpdma(AS_Host *host, char *where) argument
247 acornscsi_sbic_xfcount(AS_Host *host) argument
259 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) argument
278 acornscsi_sbic_issuecmd(AS_Host *host, int command) argument
304 acornscsi_resetcard(AS_Host *host) argument
489 acornscsi_dumplogline(AS_Host *host, int target, int line) argument
536 acornscsi_dumplog(AS_Host *host, int target) argument
551 acornscsi_target(AS_Host *host) argument
689 acornscsi_kick(AS_Host *host) argument
771 acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp, unsigned int result) argument
866 acornscsi_data_updateptr(AS_Host *host, struct scsi_pointer *SCp, unsigned int length) argument
886 acornscsi_data_read(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
931 acornscsi_data_write(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
977 acornscsi_dma_stop(AS_Host *host) argument
996 acornscsi_dma_setup(AS_Host *host, dmadir_t direction) argument
1057 acornscsi_dma_cleanup(AS_Host *host) argument
1115 acornscsi_dma_intr(AS_Host *host) argument
1200 acornscsi_dma_xfer(AS_Host *host) argument
1216 acornscsi_dma_adjust(AS_Host *host) argument
1257 acornscsi_write_pio(AS_Host *host, char *bytes, int *ptr, int len, unsigned int max_timeout) argument
1287 acornscsi_sendcommand(AS_Host *host) argument
1305 acornscsi_sendmessage(AS_Host *host) argument
1388 acornscsi_readstatusbyte(AS_Host *host) argument
1401 acornscsi_readmessagebyte(AS_Host *host) argument
1425 acornscsi_message(AS_Host *host) argument
1644 acornscsi_buildmessages(AS_Host *host) argument
1684 acornscsi_starttransfer(AS_Host *host) argument
1716 acornscsi_reconnect(AS_Host *host) argument
1776 acornscsi_reconnect_finish(AS_Host *host) argument
1835 acornscsi_disconnect_unexpected(AS_Host *host) argument
1852 acornscsi_abortcmd(AS_Host *host) argument
1873 acornscsi_sbicintr(AS_Host *host, int in_irq) argument
2366 AS_Host *host = (AS_Host *)dev_id; local
2415 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2463 acornscsi_do_abort(AS_Host *host, struct scsi_cmnd *SCpnt) argument
2557 AS_Host *host = (AS_Host *) SCpnt->device->host->hostdata; local
2639 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2683 acornscsi_info(struct Scsi_Host *host) argument
2705 AS_Host *host; local
2802 struct Scsi_Host *host; local
2870 struct Scsi_Host *host = ecard_get_drvdata(ec); local
[all...]
/linux-master/drivers/scsi/
H A Dinitio.c14 * This is the Linux low-level SCSI driver for Initio INI-9X00U/UW SCSI host
117 static struct scsi_ctrl_blk *initio_find_busy_scb(struct initio_host * host, u16 tarlun);
118 static struct scsi_ctrl_blk *initio_find_done_scb(struct initio_host * host);
120 static int tulip_main(struct initio_host * host);
122 static int initio_next_state(struct initio_host * host);
123 static int initio_state_1(struct initio_host * host);
124 static int initio_state_2(struct initio_host * host);
125 static int initio_state_3(struct initio_host * host);
126 static int initio_state_4(struct initio_host * host);
127 static int initio_state_5(struct initio_host * host);
506 initio_stop_bm(struct initio_host * host) argument
526 initio_reset_scsi(struct initio_host * host, int seconds) argument
557 initio_init(struct initio_host * host, u8 *bios_addr) argument
654 initio_alloc_scb(struct initio_host *host) argument
681 initio_release_scb(struct initio_host * host, struct scsi_ctrl_blk * cmnd) argument
703 initio_append_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
721 initio_push_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
736 initio_find_first_pend_scb(struct initio_host * host) argument
763 initio_unlink_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
790 initio_append_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
812 initio_pop_busy_scb(struct initio_host * host) argument
833 initio_unlink_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
865 initio_find_busy_scb(struct initio_host * host, u16 tarlun) argument
885 initio_append_done_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
902 initio_find_done_scb(struct initio_host * host) argument
917 initio_abort_srb(struct initio_host * host, struct scsi_cmnd *srbp) argument
1000 initio_bad_seq(struct initio_host * host) argument
1019 initio_exec_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
1050 initio_isr(struct initio_host * host) argument
1068 tulip_main(struct initio_host * host) argument
1140 tulip_scsi(struct initio_host * host) argument
1245 initio_next_state(struct initio_host * host) argument
1291 initio_state_1(struct initio_host * host) argument
1346 initio_state_2(struct initio_host * host) argument
1375 initio_state_3(struct initio_host * host) argument
1442 initio_state_4(struct initio_host * host) argument
1506 initio_state_5(struct initio_host * host) argument
1595 initio_state_6(struct initio_host * host) argument
1640 initio_state_7(struct initio_host * host) argument
1670 initio_xfer_data_in(struct initio_host * host) argument
1702 initio_xfer_data_out(struct initio_host * host) argument
1726 initio_xpad_in(struct initio_host * host) argument
1750 initio_xpad_out(struct initio_host * host) argument
1775 initio_status_msg(struct initio_host * host) argument
1826 int_initio_busfree(struct initio_host * host) argument
1860 int_initio_scsi_rst(struct initio_host * host) argument
1896 int_initio_resel(struct initio_host * host) argument
1978 int_initio_bad_seq(struct initio_host * host) argument
2003 initio_msgout_abort_targ(struct initio_host * host) argument
2026 initio_msgout_abort_tag(struct initio_host * host) argument
2048 initio_msgin(struct initio_host * host) argument
2098 initio_msgout_reject(struct initio_host * host) argument
2113 initio_msgout_ide(struct initio_host * host) argument
2120 initio_msgin_extend(struct initio_host * host) argument
2209 initio_msgin_sync(struct initio_host * host) argument
2239 wdtr_done(struct initio_host * host) argument
2254 initio_sync_done(struct initio_host * host) argument
2276 initio_post_scsi_rst(struct initio_host * host) argument
2304 initio_select_atn_stop(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2314 initio_select_atn(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2329 initio_select_atn3(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2353 initio_bus_device_reset(struct initio_host * host) argument
2399 initio_msgin_accept(struct initio_host * host) argument
2405 wait_tulip(struct initio_host * host) argument
2453 initio_wait_disc(struct initio_host * host) argument
2472 initio_wait_done_disc(struct initio_host * host) argument
2531 initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cmnd * cmnd) argument
2611 struct initio_host *host = (struct initio_host *) cmd->device->host->hostdata; local
2634 struct initio_host *host; local
2661 struct initio_host *host; /* Point to Host adapter control block */ local
2734 struct initio_host *host; local
2806 struct initio_host *host; local
2933 struct Scsi_Host *host = pci_get_drvdata(pdev); local
[all...]
/linux-master/drivers/bus/mhi/
H A DMakefile2 obj-$(CONFIG_MHI_BUS) += host/

Completed in 221 milliseconds

1234567891011>>