Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 39) sorted by relevance

12

/include/linux/mmc/
Dhost.h95 void (*post_req)(struct mmc_host *host, struct mmc_request *req,
97 void (*pre_req)(struct mmc_host *host, struct mmc_request *req,
99 void (*request)(struct mmc_host *host, struct mmc_request *req);
115 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
124 int (*get_ro)(struct mmc_host *host);
133 int (*get_cd)(struct mmc_host *host);
135 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
138 void (*init_card)(struct mmc_host *host, struct mmc_card *card);
140 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
143 int (*card_busy)(struct mmc_host *host);
[all …]
Dslot-gpio.h16 int mmc_gpio_get_ro(struct mmc_host *host);
17 int mmc_gpio_request_ro(struct mmc_host *host, unsigned int gpio);
19 int mmc_gpio_get_cd(struct mmc_host *host);
20 int mmc_gpio_request_cd(struct mmc_host *host, unsigned int gpio,
23 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
26 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
29 void mmc_gpio_set_cd_isr(struct mmc_host *host,
31 void mmc_gpiod_request_cd_irq(struct mmc_host *host);
Ddw_mmc.h218 void (*push_data)(struct dw_mci *host, void *buf, int cnt);
219 void (*pull_data)(struct dw_mci *host, void *buf, int cnt);
234 int (*init)(struct dw_mci *host);
235 int (*start)(struct dw_mci *host, unsigned int sg_len);
236 void (*complete)(void *host);
237 void (*stop)(struct dw_mci *host);
238 void (*cleanup)(struct dw_mci *host);
239 void (*exit)(struct dw_mci *host);
Dcore.h141 struct mmc_host *host; member
160 extern void mmc_wait_for_req_done(struct mmc_host *host,
162 extern bool mmc_is_req_done(struct mmc_host *host, struct mmc_request *mrq);
169 extern int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);
196 extern int mmc_hw_reset(struct mmc_host *host);
202 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
203 extern void mmc_release_host(struct mmc_host *host);
210 extern int mmc_detect_card_removed(struct mmc_host *host);
218 static inline void mmc_claim_host(struct mmc_host *host) in mmc_claim_host() argument
220 __mmc_claim_host(host, NULL); in mmc_claim_host()
/include/linux/soc/qcom/
Dsmem.h6 int qcom_smem_alloc(unsigned host, unsigned item, size_t size);
7 void *qcom_smem_get(unsigned host, unsigned item, size_t *size);
9 int qcom_smem_get_free_space(unsigned host);
/include/trace/events/
Dmmc.h14 TP_PROTO(struct mmc_host *host, struct mmc_request *mrq),
16 TP_ARGS(host, mrq),
41 __string(name, mmc_hostname(host))
60 __entry->can_retune = host->can_retune;
61 __entry->doing_retune = host->doing_retune;
62 __entry->retune_now = host->retune_now;
63 __entry->need_retune = host->need_retune;
64 __entry->hold_retune = host->hold_retune;
65 __entry->retune_period = host->retune_period;
66 __assign_str(name, mmc_hostname(host));
[all …]
Dfilemap.h29 __entry->i_ino = page->mapping->host->i_ino;
31 if (page->mapping->host->i_sb)
32 __entry->s_dev = page->mapping->host->i_sb->s_dev;
34 __entry->s_dev = page->mapping->host->i_rdev;
Dscsi.h219 __entry->host_no = cmd->device->host->host_no;
262 __entry->host_no = cmd->device->host->host_no;
307 __entry->host_no = cmd->device->host->host_no;
/include/linux/
Dmemstick.h257 struct memstick_host *host; member
290 void (*request)(struct memstick_host *host);
292 int (*set_param)(struct memstick_host *host,
315 int memstick_add_host(struct memstick_host *host);
316 void memstick_remove_host(struct memstick_host *host);
317 void memstick_free_host(struct memstick_host *host);
318 void memstick_detect_change(struct memstick_host *host);
319 void memstick_suspend_host(struct memstick_host *host);
320 void memstick_resume_host(struct memstick_host *host);
326 int memstick_next_req(struct memstick_host *host,
[all …]
Dmg_disk.h42 void *host; member
Dirqdomain.h219 extern void irq_set_default_host(struct irq_domain *host);
307 extern void irq_domain_remove(struct irq_domain *host);
317 extern unsigned int irq_create_mapping(struct irq_domain *host,
337 extern unsigned int irq_find_mapping(struct irq_domain *host,
339 extern unsigned int irq_create_direct_mapping(struct irq_domain *host);
344 static inline int irq_create_identity_mapping(struct irq_domain *host, in irq_create_identity_mapping() argument
347 return irq_create_strict_mappings(host, hwirq, hwirq, 1); in irq_create_identity_mapping()
Ddax.h66 return mapping->host && IS_DAX(mapping->host); in dax_mapping()
Dlibata.h858 struct ata_host *host; member
952 void (*host_stop)(struct ata_host *host);
1105 extern int ata_host_start(struct ata_host *host);
1106 extern int ata_host_register(struct ata_host *host,
1108 extern int ata_host_activate(struct ata_host *host, int irq,
1111 extern void ata_host_detach(struct ata_host *host);
1135 extern int ata_host_suspend(struct ata_host *host, pm_message_t mesg);
1136 extern void ata_host_resume(struct ata_host *host);
1192 extern void ata_scsi_port_error_handler(struct Scsi_Host *host, struct ata_port *ap);
1193 extern void ata_scsi_cmd_error_handler(struct Scsi_Host *host, struct ata_port *ap, struct list_hea…
[all …]
Dcleancache.h53 return mapping->host->i_sb->cleancache_poolid >= 0; in cleancache_fs_enabled_mapping()
/include/linux/lockd/
Dlockd.h98 static inline struct sockaddr_in *nlm_addr_in(const struct nlm_host *host) in nlm_addr_in() argument
100 return (struct sockaddr_in *)&host->h_addr; in nlm_addr_in()
103 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr() argument
105 return (struct sockaddr *)&host->h_addr; in nlm_addr()
108 static inline struct sockaddr_in *nlm_srcaddr_in(const struct nlm_host *host) in nlm_srcaddr_in() argument
110 return (struct sockaddr_in *)&host->h_srcaddr; in nlm_srcaddr_in()
113 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr() argument
115 return (struct sockaddr *)&host->h_srcaddr; in nlm_srcaddr()
125 struct nlm_host *host; member
205 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
[all …]
Dbind.h53 extern void nlmclnt_done(struct nlm_host *host);
55 extern int nlmclnt_proc(struct nlm_host *host, int cmd,
/include/linux/platform_data/
Dusb-pxa3xx-ulpi.h29 int pxa3xx_u2d_start_hc(struct usb_bus *host);
31 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
/include/linux/usb/
Dotg.h21 struct usb_bus *host; member
27 int (*set_host)(struct usb_otg *otg, struct usb_bus *host);
83 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() argument
86 return otg->set_host(otg, host); in otg_set_host()
/include/drm/
Ddrm_mipi_dsi.h87 int (*attach)(struct mipi_dsi_host *host,
89 int (*detach)(struct mipi_dsi_host *host,
91 ssize_t (*transfer)(struct mipi_dsi_host *host,
107 int mipi_dsi_host_register(struct mipi_dsi_host *host);
108 void mipi_dsi_host_unregister(struct mipi_dsi_host *host);
173 struct mipi_dsi_host *host; member
216 mipi_dsi_device_register_full(struct mipi_dsi_host *host,
/include/scsi/
Dfc_encode.h179 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
184 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
189 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
194 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
276 fc_host_manufacturer(lport->host), in fc_ct_ms_fill()
288 fc_host_serial_number(lport->host), in fc_ct_ms_fill()
300 fc_host_model(lport->host), in fc_ct_ms_fill()
312 fc_host_model_description(lport->host), in fc_ct_ms_fill()
324 fc_host_hardware_version(lport->host), in fc_ct_ms_fill()
336 fc_host_driver_version(lport->host), in fc_ct_ms_fill()
[all …]
Dscsi_transport.h117 struct Scsi_Host *shost = sdev->host; in scsi_transport_device_data()
Dscsi_host.h795 static inline int __must_check scsi_add_host(struct Scsi_Host *host, in scsi_add_host() argument
798 return scsi_add_host_with_dma(host, dev, dev); in scsi_add_host()
Dlibiscsi.h333 struct Scsi_Host *host; member
386 extern int iscsi_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *sc);
/include/linux/spi/
Dmxs-spi.h25 #define ssp_is_old(host) ((host)->devid == IMX23_SSP) argument
/include/linux/mfd/
Dtmio.h128 void (*set_pwr)(struct platform_device *host, int state);
129 void (*set_clk_div)(struct platform_device *host, int state);

12