Searched refs:AHCICommandProp (Results 1 – 1 of 1) sorted by relevance
36 typedef struct AHCICommandProp { struct49 } AHCICommandProp; typedef51 AHCICommandProp ahci_command_properties[] = {94 AHCICommandProp *props;794 static AHCICommandProp *ahci_command_find(uint8_t command_name) in ahci_command_find()812 AHCICommandProp *props; in ahci_io()840 AHCICommandProp *props = cmd->props; in command_header_init()903 AHCICommandProp *props = ahci_command_find(command_name); in ahci_command_create()915 cmd->props = g_memdup2(props, sizeof(AHCICommandProp)); in ahci_command_create()