cb710_slot         67 drivers/misc/cb710/core.c 	struct cb710_slot *slot = &chip->slot[0];
cb710_slot         87 drivers/misc/cb710/core.c 	struct cb710_slot *slot = cb710_pdev_to_slot(to_platform_device(dev));
cb710_slot         99 drivers/misc/cb710/core.c 	struct cb710_slot *slot = &chip->slot[nr];
cb710_slot        157 drivers/misc/cb710/core.c void cb710_set_irq_handler(struct cb710_slot *slot,
cb710_slot         27 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
cb710_slot         60 drivers/mmc/host/cb710-mmc.c static void __cb710_mmc_enable_irq(struct cb710_slot *slot,
cb710_slot         81 drivers/mmc/host/cb710-mmc.c static void cb710_mmc_enable_irq(struct cb710_slot *slot,
cb710_slot         93 drivers/mmc/host/cb710-mmc.c static void cb710_mmc_reset_events(struct cb710_slot *slot)
cb710_slot        100 drivers/mmc/host/cb710-mmc.c static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable)
cb710_slot        110 drivers/mmc/host/cb710-mmc.c static int cb710_check_event(struct cb710_slot *slot, u8 what)
cb710_slot        143 drivers/mmc/host/cb710-mmc.c static int cb710_wait_for_event(struct cb710_slot *slot, u8 what)
cb710_slot        176 drivers/mmc/host/cb710-mmc.c static int cb710_wait_while_busy(struct cb710_slot *slot, uint8_t mask)
cb710_slot        208 drivers/mmc/host/cb710-mmc.c static void cb710_mmc_set_transfer_size(struct cb710_slot *slot,
cb710_slot        219 drivers/mmc/host/cb710-mmc.c static void cb710_mmc_fifo_hack(struct cb710_slot *slot)
cb710_slot        242 drivers/mmc/host/cb710-mmc.c static int cb710_mmc_receive_pio(struct cb710_slot *slot,
cb710_slot        263 drivers/mmc/host/cb710-mmc.c static int cb710_mmc_receive(struct cb710_slot *slot, struct mmc_data *data)
cb710_slot        307 drivers/mmc/host/cb710-mmc.c static int cb710_mmc_send(struct cb710_slot *slot, struct mmc_data *data)
cb710_slot        393 drivers/mmc/host/cb710-mmc.c static void cb710_receive_response(struct cb710_slot *slot,
cb710_slot        422 drivers/mmc/host/cb710-mmc.c static int cb710_mmc_transfer_data(struct cb710_slot *slot,
cb710_slot        443 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
cb710_slot        483 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
cb710_slot        497 drivers/mmc/host/cb710-mmc.c static int cb710_mmc_powerup(struct cb710_slot *slot)
cb710_slot        552 drivers/mmc/host/cb710-mmc.c static void cb710_mmc_powerdown(struct cb710_slot *slot)
cb710_slot        560 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
cb710_slot        601 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
cb710_slot        609 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
cb710_slot        615 drivers/mmc/host/cb710-mmc.c static int cb710_mmc_irq_handler(struct cb710_slot *slot)
cb710_slot        668 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
cb710_slot        676 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
cb710_slot        686 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
cb710_slot        742 drivers/mmc/host/cb710-mmc.c 	struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
cb710_slot         22 drivers/mmc/host/cb710-mmc.h static inline struct mmc_host *cb710_slot_to_mmc(struct cb710_slot *slot)
cb710_slot         27 drivers/mmc/host/cb710-mmc.h static inline struct cb710_slot *cb710_mmc_to_slot(struct mmc_host *mmc)
cb710_slot         17 include/linux/cb710.h struct cb710_slot;
cb710_slot         19 include/linux/cb710.h typedef int (*cb710_irq_handler_t)(struct cb710_slot *);
cb710_slot         39 include/linux/cb710.h 	struct cb710_slot	slot[0];
cb710_slot         52 include/linux/cb710.h static inline void cb710_write_port_##t(struct cb710_slot *slot,	\
cb710_slot         58 include/linux/cb710.h static inline u##t cb710_read_port_##t(struct cb710_slot *slot,		\
cb710_slot         64 include/linux/cb710.h static inline void cb710_modify_port_##t(struct cb710_slot *slot,	\
cb710_slot         78 include/linux/cb710.h void cb710_set_irq_handler(struct cb710_slot *slot,
cb710_slot         83 include/linux/cb710.h static inline struct cb710_slot *cb710_pdev_to_slot(
cb710_slot         86 include/linux/cb710.h 	return container_of(pdev, struct cb710_slot, pdev);
cb710_slot         89 include/linux/cb710.h static inline struct cb710_chip *cb710_slot_to_chip(struct cb710_slot *slot)
cb710_slot         94 include/linux/cb710.h static inline struct device *cb710_slot_dev(struct cb710_slot *slot)