Home
last modified time | relevance | path

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

/include/linux/
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[]; argument
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( in cb710_pdev_to_slot()
86 return container_of(pdev, struct cb710_slot, pdev); in cb710_pdev_to_slot()
[all …]