• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/

Lines Matching refs:mmc_host

91 void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq)
138 mmc_start_request(struct mmc_host *host, struct mmc_request *mrq)
209 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq)
233 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries)
365 int mmc_host_enable(struct mmc_host *host)
399 static int mmc_host_do_disable(struct mmc_host *host, int lazy)
431 int mmc_host_disable(struct mmc_host *host)
462 int __mmc_claim_host(struct mmc_host *host, atomic_t *abort)
503 int mmc_try_claim_host(struct mmc_host *host)
520 static void mmc_do_release_host(struct mmc_host *host)
538 struct mmc_host *host =
539 container_of(work, struct mmc_host, disable.work);
556 int mmc_host_lazy_disable(struct mmc_host *host)
586 void mmc_release_host(struct mmc_host *host)
601 static inline void mmc_set_ios(struct mmc_host *host)
617 void mmc_set_chip_select(struct mmc_host *host, int mode)
627 void mmc_set_clock(struct mmc_host *host, unsigned int hz)
641 void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode)
650 void mmc_set_bus_width(struct mmc_host *host, unsigned int width)
833 u32 mmc_select_voltage(struct mmc_host *host, u32 ocr)
859 void mmc_set_timing(struct mmc_host *host, unsigned int timing)
876 static void mmc_power_up(struct mmc_host *host)
922 static void mmc_power_off(struct mmc_host *host)
939 static void __mmc_release_bus(struct mmc_host *host)
951 static inline void mmc_bus_get(struct mmc_host *host)
964 static inline void mmc_bus_put(struct mmc_host *host)
979 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops)
1004 void mmc_detach_bus(struct mmc_host *host)
1034 void mmc_detect_change(struct mmc_host *host, unsigned long delay)
1397 struct mmc_host *host =
1398 container_of(work, struct mmc_host, detect.work);
1495 void mmc_start_host(struct mmc_host *host)
1501 void mmc_stop_host(struct mmc_host *host)
1536 void mmc_power_save_host(struct mmc_host *host)
1554 void mmc_power_restore_host(struct mmc_host *host)
1570 int mmc_card_awake(struct mmc_host *host)
1585 int mmc_card_sleep(struct mmc_host *host)
1600 int mmc_card_can_sleep(struct mmc_host *host)
1616 int mmc_suspend_host(struct mmc_host *host)
1657 int mmc_resume_host(struct mmc_host *host)
1689 struct mmc_host *host = container_of(
1690 notify_block, struct mmc_host, pm_notify);