Lines Matching defs:slot
288 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd()
360 static int hpc_get_attention_status(struct slot *slot, u8 *status) in hpc_get_attention_status()
384 static int hpc_get_power_status(struct slot *slot, u8 *status) in hpc_get_power_status()
409 static int hpc_get_latch_status(struct slot *slot, u8 *status) in hpc_get_latch_status()
419 static int hpc_get_adapter_status(struct slot *slot, u8 *status) in hpc_get_adapter_status()
430 static int hpc_get_prog_int(struct slot *slot, u8 *prog_int) in hpc_get_prog_int()
439 static int hpc_get_adapter_speed(struct slot *slot, enum pci_bus_speed *value) in hpc_get_adapter_speed()
492 static int hpc_get_mode1_ECC_cap(struct slot *slot, u8 *mode) in hpc_get_mode1_ECC_cap()
509 static int hpc_query_power_fault(struct slot *slot) in hpc_query_power_fault()
518 static int hpc_set_attention_status(struct slot *slot, u8 value) in hpc_set_attention_status()
540 static void hpc_set_green_led_on(struct slot *slot) in hpc_set_green_led_on()
545 static void hpc_set_green_led_off(struct slot *slot) in hpc_set_green_led_off()
550 static void hpc_set_green_led_blink(struct slot *slot) in hpc_set_green_led_blink()
595 static int hpc_power_on_slot(struct slot *slot) in hpc_power_on_slot()
606 static int hpc_slot_enable(struct slot *slot) in hpc_slot_enable()
619 static int hpc_slot_disable(struct slot *slot) in hpc_slot_disable()
701 static int hpc_set_bus_speed_mode(struct slot *slot, enum pci_bus_speed value) in hpc_set_bus_speed_mode()