Searched refs:device_type (Results 1 – 4 of 4) sorted by relevance
20 int devfs_register_device(uint16_t device_type, uint16_t sub_type, struct vfs_file_operations_t *fi…
223 int devfs_register_device(uint16_t device_type, uint16_t sub_type, struct vfs_file_operations_t *fi… in devfs_register_device() argument230 private_info->type = device_type; in devfs_register_device()236 switch (device_type) in devfs_register_device()243 kerror("Unsupported device type [ %d ].", device_type); in devfs_register_device()
44 uint8_t device_type; // 0: ahci member
553 pack->blk_pak.device_type = BLK_TYPE_AHCI; in ahci_make_request()