Lines Matching defs:slot

293 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd)  in shpc_write_cmd()
365 static int hpc_get_attention_status(struct slot *slot, u8 *status) in hpc_get_attention_status()
389 static int hpc_get_power_status(struct slot *slot, u8 *status) in hpc_get_power_status()
414 static int hpc_get_latch_status(struct slot *slot, u8 *status) in hpc_get_latch_status()
424 static int hpc_get_adapter_status(struct slot *slot, u8 *status) in hpc_get_adapter_status()
435 static int hpc_get_prog_int(struct slot *slot, u8 *prog_int) in hpc_get_prog_int()
444 static int hpc_get_adapter_speed(struct slot *slot, enum pci_bus_speed *value) in hpc_get_adapter_speed()
497 static int hpc_get_mode1_ECC_cap(struct slot *slot, u8 *mode) in hpc_get_mode1_ECC_cap()
514 static int hpc_query_power_fault(struct slot *slot) in hpc_query_power_fault()
523 static int hpc_set_attention_status(struct slot *slot, u8 value) in hpc_set_attention_status()
545 static void hpc_set_green_led_on(struct slot *slot) in hpc_set_green_led_on()
550 static void hpc_set_green_led_off(struct slot *slot) in hpc_set_green_led_off()
555 static void hpc_set_green_led_blink(struct slot *slot) in hpc_set_green_led_blink()
600 static int hpc_power_on_slot(struct slot *slot) in hpc_power_on_slot()
611 static int hpc_slot_enable(struct slot *slot) in hpc_slot_enable()
624 static int hpc_slot_disable(struct slot *slot) in hpc_slot_disable()
706 static int hpc_set_bus_speed_mode(struct slot *slot, enum pci_bus_speed value) in hpc_set_bus_speed_mode()