Home
last modified time | relevance | path

Searched refs:device_descriptor (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ufs15 What: /sys/bus/platform/drivers/ufshcd/*/device_descriptor/device_type
16 What: /sys/bus/platform/devices/*.ufs/device_descriptor/device_type
25 What: /sys/bus/platform/drivers/ufshcd/*/device_descriptor/device_class
26 What: /sys/bus/platform/devices/*.ufs/device_descriptor/device_class
35 What: /sys/bus/platform/drivers/ufshcd/*/device_descriptor/device_sub_class
36 What: /sys/bus/platform/devices/*.ufs/device_descriptor/device_sub_class
45 What: /sys/bus/platform/drivers/ufshcd/*/device_descriptor/protocol
46 What: /sys/bus/platform/devices/*.ufs/device_descriptor/protocol
56 What: /sys/bus/platform/drivers/ufshcd/*/device_descriptor/number_of_luns
57 What: /sys/bus/platform/devices/*.ufs/device_descriptor/number_of_luns
[all …]
/linux/drivers/platform/x86/uniwill/
H A Duniwill-acpi.c364 static struct uniwill_device_descriptor device_descriptor __ro_after_init;
1478 data->features = device_descriptor.features; in uniwill_probe()
1485 if (device_descriptor.probe) { in uniwill_probe()
1486 ret = device_descriptor.probe(data); in uniwill_probe()
2160 device_descriptor.features = UINT_MAX; in uniwill_init()
2175 device_descriptor = *descriptor; in uniwill_init()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c39 struct gve_device_descriptor *device_descriptor, in gve_parse_device_option() argument