Home
last modified time | relevance | path

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

12

/include/linux/mmc/
Dhost.h91 void (*post_req)(struct mmc_host *host, struct mmc_request *req,
93 void (*pre_req)(struct mmc_host *host, struct mmc_request *req);
94 void (*request)(struct mmc_host *host, struct mmc_request *req);
96 int (*request_atomic)(struct mmc_host *host,
113 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
122 int (*get_ro)(struct mmc_host *host);
131 int (*get_cd)(struct mmc_host *host);
133 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
135 void (*ack_sdio_irq)(struct mmc_host *host);
138 void (*init_card)(struct mmc_host *host, struct mmc_card *card);
[all …]
Dslot-gpio.h16 int mmc_gpio_get_ro(struct mmc_host *host);
17 int mmc_gpio_get_cd(struct mmc_host *host);
18 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
21 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);
Dcore.h162 struct mmc_host *host; member
189 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
190 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd,
193 int mmc_hw_reset(struct mmc_host *host);
194 int mmc_sw_reset(struct mmc_host *host);
/include/trace/events/
Dfilemap.h31 __entry->i_ino = page->mapping->host->i_ino;
33 if (page->mapping->host->i_sb)
34 __entry->s_dev = page->mapping->host->i_sb->s_dev;
36 __entry->s_dev = page->mapping->host->i_rdev;
69 __entry->i_ino = mapping->host->i_ino;
71 if (mapping->host->i_sb)
72 __entry->s_dev = mapping->host->i_sb->s_dev;
74 __entry->s_dev = mapping->host->i_rdev;
97 __entry->i_ino = file->f_mapping->host->i_ino;
98 if (file->f_mapping->host->i_sb)
[all …]
Dmmc.h15 TP_PROTO(struct mmc_host *host, struct mmc_request *mrq),
17 TP_ARGS(host, mrq),
44 __string(name, mmc_hostname(host))
65 __entry->can_retune = host->can_retune;
66 __entry->doing_retune = host->doing_retune;
67 __entry->retune_now = host->retune_now;
68 __entry->need_retune = host->need_retune;
69 __entry->hold_retune = host->hold_retune;
70 __entry->retune_period = host->retune_period;
71 __assign_str(name, mmc_hostname(host));
[all …]
Derofs.h97 __entry->dev = page->mapping->host->i_sb->s_dev;
98 __entry->nid = EROFS_I(page->mapping->host)->nid;
99 __entry->dir = S_ISDIR(page->mapping->host->i_mode);
Dscsi.h220 __entry->host_no = cmd->device->host->host_no;
263 __entry->host_no = cmd->device->host->host_no;
308 __entry->host_no = cmd->device->host->host_no;
/include/linux/soc/qcom/
Dsmem.h7 int qcom_smem_alloc(unsigned host, unsigned item, size_t size);
8 void *qcom_smem_get(unsigned host, unsigned item, size_t *size);
10 int qcom_smem_get_free_space(unsigned host);
/include/linux/
Dmemstick.h253 struct memstick_host *host; member
287 void (*request)(struct memstick_host *host);
289 int (*set_param)(struct memstick_host *host,
312 int memstick_add_host(struct memstick_host *host);
313 void memstick_remove_host(struct memstick_host *host);
314 void memstick_free_host(struct memstick_host *host);
315 void memstick_detect_change(struct memstick_host *host);
316 void memstick_suspend_host(struct memstick_host *host);
317 void memstick_resume_host(struct memstick_host *host);
323 int memstick_next_req(struct memstick_host *host,
[all …]
Ddax.h42 struct dax_device *dax_get_by_host(const char *host);
43 struct dax_device *alloc_dax(void *private, const char *host,
74 static inline struct dax_device *dax_get_by_host(const char *host) in dax_get_by_host() argument
78 static inline struct dax_device *alloc_dax(void *private, const char *host, in alloc_dax() argument
140 static inline struct dax_device *fs_dax_get_by_host(const char *host) in fs_dax_get_by_host() argument
142 return dax_get_by_host(host); in fs_dax_get_by_host()
171 static inline struct dax_device *fs_dax_get_by_host(const char *host) in fs_dax_get_by_host() argument
198 if (IS_DAX(page->mapping->host)) in dax_lock_page()
256 return mapping->host && IS_DAX(mapping->host); in dax_mapping()
Dirqdomain.h286 extern void irq_set_default_host(struct irq_domain *host);
386 extern void irq_domain_remove(struct irq_domain *host);
396 extern unsigned int irq_create_mapping_affinity(struct irq_domain *host,
399 unsigned int irq_create_mapping(struct irq_domain *host, irq_hw_number_t hwirq);
418 extern unsigned int irq_find_mapping(struct irq_domain *host,
420 extern unsigned int irq_create_direct_mapping(struct irq_domain *host);
425 static inline int irq_create_identity_mapping(struct irq_domain *host, in irq_create_identity_mapping() argument
428 return irq_create_strict_mappings(host, hwirq, hwirq, 1); in irq_create_identity_mapping()
Dlibata.h859 struct ata_host *host; member
955 void (*host_stop)(struct ata_host *host);
1108 extern void ata_host_get(struct ata_host *host);
1109 extern void ata_host_put(struct ata_host *host);
1110 extern int ata_host_start(struct ata_host *host);
1111 extern int ata_host_register(struct ata_host *host,
1113 extern int ata_host_activate(struct ata_host *host, int irq,
1116 extern void ata_host_detach(struct ata_host *host);
1143 extern int ata_host_suspend(struct ata_host *host, pm_message_t mesg);
1144 extern void ata_host_resume(struct ata_host *host);
[all …]
Dcleancache.h54 return mapping->host->i_sb->cleancache_poolid >= 0; in cleancache_fs_enabled_mapping()
/include/linux/lockd/
Dlockd.h102 static inline struct sockaddr_in *nlm_addr_in(const struct nlm_host *host) in nlm_addr_in() argument
104 return (struct sockaddr_in *)&host->h_addr; in nlm_addr_in()
107 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr() argument
109 return (struct sockaddr *)&host->h_addr; in nlm_addr()
112 static inline struct sockaddr_in *nlm_srcaddr_in(const struct nlm_host *host) in nlm_srcaddr_in() argument
114 return (struct sockaddr_in *)&host->h_srcaddr; in nlm_srcaddr_in()
117 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr() argument
119 return (struct sockaddr *)&host->h_srcaddr; in nlm_srcaddr()
129 struct nlm_host *host; member
210 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
[all …]
Dbind.h57 extern void nlmclnt_done(struct nlm_host *host);
78 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
/include/linux/platform_data/
Dusb-pxa3xx-ulpi.h26 int pxa3xx_u2d_start_hc(struct usb_bus *host);
28 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
/include/linux/usb/
Dotg.h22 struct usb_bus *host; member
28 int (*set_host)(struct usb_otg *otg, struct usb_bus *host);
84 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() argument
87 return otg->set_host(otg, host); in otg_set_host()
/include/drm/
Ddrm_mipi_dsi.h92 int (*attach)(struct mipi_dsi_host *host,
94 int (*detach)(struct mipi_dsi_host *host,
96 ssize_t (*transfer)(struct mipi_dsi_host *host,
112 int mipi_dsi_host_register(struct mipi_dsi_host *host);
113 void mipi_dsi_host_unregister(struct mipi_dsi_host *host);
188 struct mipi_dsi_host *host; member
233 mipi_dsi_device_register_full(struct mipi_dsi_host *host,
/include/scsi/
Dfc_encode.h167 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
172 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
177 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
182 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
264 fc_host_manufacturer(lport->host), in fc_ct_ms_fill()
276 fc_host_serial_number(lport->host), in fc_ct_ms_fill()
288 fc_host_model(lport->host), in fc_ct_ms_fill()
300 fc_host_model_description(lport->host), in fc_ct_ms_fill()
312 fc_host_hardware_version(lport->host), in fc_ct_ms_fill()
324 fc_host_driver_version(lport->host), in fc_ct_ms_fill()
[all …]
Dscsi_transport.h81 struct Scsi_Host *shost = sdev->host; in scsi_transport_device_data()
Dscsi_host.h759 static inline int __must_check scsi_add_host(struct Scsi_Host *host, in scsi_add_host() argument
762 return scsi_add_host_with_dma(host, dev, dev); in scsi_add_host()
/include/asm-generic/
DKbuild5 # asm headers from the host architecutre.)
/include/linux/spi/
Dmxs-spi.h16 #define ssp_is_old(host) ((host)->devid == IMX23_SSP) argument
Dspi.h649 extern struct spi_controller *__spi_alloc_controller(struct device *host,
652 static inline struct spi_controller *spi_alloc_master(struct device *host, in spi_alloc_master() argument
655 return __spi_alloc_controller(host, size, false); in spi_alloc_master()
658 static inline struct spi_controller *spi_alloc_slave(struct device *host, in spi_alloc_slave() argument
664 return __spi_alloc_controller(host, size, true); in spi_alloc_slave()
/include/linux/mfd/
Dtmio.h107 void (*set_pwr)(struct platform_device *host, int state);
108 void (*set_clk_div)(struct platform_device *host, int state);

12