Searched refs:cb710_slot (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dcb710.h17 struct cb710_slot;
19 typedef int (*cb710_irq_handler_t)(struct cb710_slot *);
22 struct cb710_slot { struct
39 struct cb710_slot slot[];
52 static inline void cb710_write_port_##t(struct cb710_slot *slot, \
58 static inline u##t cb710_read_port_##t(struct cb710_slot *slot, \
64 static inline void cb710_modify_port_##t(struct cb710_slot *slot, \
78 void cb710_set_irq_handler(struct cb710_slot *slot,
83 static inline struct cb710_slot *cb710_pdev_to_slot(
86 return container_of(pdev, struct cb710_slot, pde
[all...]
/linux-master/drivers/mmc/host/
H A Dcb710-mmc.c29 struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
62 static void __cb710_mmc_enable_irq(struct cb710_slot *slot,
83 static void cb710_mmc_enable_irq(struct cb710_slot *slot,
95 static void cb710_mmc_reset_events(struct cb710_slot *slot)
102 static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable)
112 static int cb710_check_event(struct cb710_slot *slot, u8 what)
145 static int cb710_wait_for_event(struct cb710_slot *slot, u8 what)
178 static int cb710_wait_while_busy(struct cb710_slot *slot, uint8_t mask)
210 static void cb710_mmc_set_transfer_size(struct cb710_slot *slot,
221 static void cb710_mmc_fifo_hack(struct cb710_slot *slo
[all...]
H A Dcb710-mmc.h22 static inline struct mmc_host *cb710_slot_to_mmc(struct cb710_slot *slot)
27 static inline struct cb710_slot *cb710_mmc_to_slot(struct mmc_host *mmc)
/linux-master/drivers/misc/cb710/
H A Dcore.c67 struct cb710_slot *slot = &chip->slot[0];
87 struct cb710_slot *slot = cb710_pdev_to_slot(to_platform_device(dev));
99 struct cb710_slot *slot = &chip->slot[nr];
157 void cb710_set_irq_handler(struct cb710_slot *slot,

Completed in 146 milliseconds