Lines Matching defs:slot

310 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd)  in shpc_write_cmd()
382 static int hpc_get_attention_status(struct slot *slot, u8 *status) in hpc_get_attention_status()
406 static int hpc_get_power_status(struct slot *slot, u8 *status) in hpc_get_power_status()
431 static int hpc_get_latch_status(struct slot *slot, u8 *status) in hpc_get_latch_status()
441 static int hpc_get_adapter_status(struct slot *slot, u8 *status) in hpc_get_adapter_status()
452 static int hpc_get_prog_int(struct slot *slot, u8 *prog_int) in hpc_get_prog_int()
461 static int hpc_get_adapter_speed(struct slot *slot, enum pci_bus_speed *value) in hpc_get_adapter_speed()
514 static int hpc_get_mode1_ECC_cap(struct slot *slot, u8 *mode) in hpc_get_mode1_ECC_cap()
531 static int hpc_query_power_fault(struct slot *slot) in hpc_query_power_fault()
540 static int hpc_set_attention_status(struct slot *slot, u8 value) in hpc_set_attention_status()
562 static void hpc_set_green_led_on(struct slot *slot) in hpc_set_green_led_on()
567 static void hpc_set_green_led_off(struct slot *slot) in hpc_set_green_led_off()
572 static void hpc_set_green_led_blink(struct slot *slot) in hpc_set_green_led_blink()
617 static int hpc_power_on_slot(struct slot *slot) in hpc_power_on_slot()
628 static int hpc_slot_enable(struct slot *slot) in hpc_slot_enable()
641 static int hpc_slot_disable(struct slot *slot) in hpc_slot_disable()
723 static int hpc_set_bus_speed_mode(struct slot *slot, enum pci_bus_speed value) in hpc_set_bus_speed_mode()