Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dmediabay.c73 struct media_bay_info;
77 u8 (*content)(struct media_bay_info* bay);
78 void (*power)(struct media_bay_info* bay, int on_off);
79 int (*setup_bus)(struct media_bay_info* bay, u8 device_id);
80 void (*un_reset)(struct media_bay_info* bay);
81 void (*un_reset_ide)(struct media_bay_info* bay);
84 struct media_bay_info { struct
106 static struct media_bay_info media_bays[MAX_BAYS]; argument
185 ohare_mb_content(struct media_bay_info *bay) in ohare_mb_content()
191 heathrow_mb_content(struct media_bay_info *bay) in heathrow_mb_content()
[all …]