Lines Matching refs:host
253 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,
325 void memstick_new_req(struct memstick_host *host);
329 static inline void *memstick_priv(struct memstick_host *host) in memstick_priv() argument
331 return (void *)host->private; in memstick_priv()