Lines Matching refs:media_bay_info
73 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()
197 keylargo_mb_content(struct media_bay_info *bay) in keylargo_mb_content()
223 ohare_mb_power(struct media_bay_info* bay, int on_off) in ohare_mb_power()
242 heathrow_mb_power(struct media_bay_info* bay, int on_off) in heathrow_mb_power()
261 keylargo_mb_power(struct media_bay_info* bay, int on_off) in keylargo_mb_power()
285 ohare_mb_setup_bus(struct media_bay_info* bay, u8 device_id) in ohare_mb_setup_bus()
305 heathrow_mb_setup_bus(struct media_bay_info* bay, u8 device_id) in heathrow_mb_setup_bus()
325 keylargo_mb_setup_bus(struct media_bay_info* bay, u8 device_id) in keylargo_mb_setup_bus()
348 ohare_mb_un_reset(struct media_bay_info* bay) in ohare_mb_un_reset()
354 heathrow_mb_un_reset(struct media_bay_info* bay) in heathrow_mb_un_reset()
360 keylargo_mb_un_reset(struct media_bay_info* bay) in keylargo_mb_un_reset()
366 ohare_mb_un_reset_ide(struct media_bay_info* bay) in ohare_mb_un_reset_ide()
372 heathrow_mb_un_reset_ide(struct media_bay_info* bay) in heathrow_mb_un_reset_ide()
378 keylargo_mb_un_reset_ide(struct media_bay_info* bay) in keylargo_mb_un_reset_ide()
384 set_mb_power(struct media_bay_info* bay, int onoff) in set_mb_power()
401 poll_media_bay(struct media_bay_info* bay) in poll_media_bay()
504 struct media_bay_info* bay = &media_bays[i]; in media_bay_step()
655 struct media_bay_info* bay; in mb_notify_sleep()
747 memset((char *)&media_bays[i], 0, sizeof(struct media_bay_info)); in media_bay_init()
757 struct media_bay_info* bay = &media_bays[n]; in media_bay_init()