Lines Matching refs:host
257 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,
328 void memstick_new_req(struct memstick_host *host);
332 static inline void *memstick_priv(struct memstick_host *host) in memstick_priv() argument
334 return (void *)host->private; in memstick_priv()