Searched refs:inst_id (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp.h | 211 extern u8 pciehp_handle_attention_button (u8 hp_slot, void *inst_id); 212 extern u8 pciehp_handle_switch_change (u8 hp_slot, void *inst_id); 213 extern u8 pciehp_handle_presence_change (u8 hp_slot, void *inst_id); 214 extern u8 pciehp_handle_power_fault (u8 hp_slot, void *inst_id);
|
D | shpchp.h | 218 extern u8 shpchp_handle_attention_button (u8 hp_slot, void *inst_id); 219 extern u8 shpchp_handle_switch_change (u8 hp_slot, void *inst_id); 220 extern u8 shpchp_handle_presence_change (u8 hp_slot, void *inst_id); 221 extern u8 shpchp_handle_power_fault (u8 hp_slot, void *inst_id);
|
D | pciehp_ctrl.c | 55 u8 pciehp_handle_attention_button(u8 hp_slot, void *inst_id) in pciehp_handle_attention_button() argument 57 struct controller *ctrl = (struct controller *) inst_id; in pciehp_handle_attention_button() 111 u8 pciehp_handle_switch_change(u8 hp_slot, void *inst_id) in pciehp_handle_switch_change() argument 113 struct controller *ctrl = (struct controller *) inst_id; in pciehp_handle_switch_change() 158 u8 pciehp_handle_presence_change(u8 hp_slot, void *inst_id) in pciehp_handle_presence_change() argument 160 struct controller *ctrl = (struct controller *) inst_id; in pciehp_handle_presence_change() 204 u8 pciehp_handle_power_fault(u8 hp_slot, void *inst_id) in pciehp_handle_power_fault() argument 206 struct controller *ctrl = (struct controller *) inst_id; in pciehp_handle_power_fault()
|
D | shpchp_ctrl.c | 58 u8 shpchp_handle_attention_button(u8 hp_slot, void *inst_id) in shpchp_handle_attention_button() argument 60 struct controller *ctrl = (struct controller *) inst_id; in shpchp_handle_attention_button() 115 u8 shpchp_handle_switch_change(u8 hp_slot, void *inst_id) in shpchp_handle_switch_change() argument 117 struct controller *ctrl = (struct controller *) inst_id; in shpchp_handle_switch_change() 169 u8 shpchp_handle_presence_change(u8 hp_slot, void *inst_id) in shpchp_handle_presence_change() argument 171 struct controller *ctrl = (struct controller *) inst_id; in shpchp_handle_presence_change() 216 u8 shpchp_handle_power_fault(u8 hp_slot, void *inst_id) in shpchp_handle_power_fault() argument 218 struct controller *ctrl = (struct controller *) inst_id; in shpchp_handle_power_fault()
|