Searched refs:VENDOR (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/ |
H A D | run.sh | 17 VENDOR=$(cat /proc/cpuinfo | grep -m 1 'vendor_id' | awk '{print $NF}') 236 if ! echo "$VENDOR" | grep -iq amd; then 238 echo "$0 # Current cpu vendor is $VENDOR."
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/host_app/ |
H A D | test.c | 33 #define VENDOR 0x1d6b macro 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/host_app/ |
H A D | test.c | 33 #define VENDOR 0x1d6b macro 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/host_app/ |
H A D | test.c | 33 #define VENDOR 0x1d6b macro 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/host_app/ |
H A D | test.c | 33 #define VENDOR 0x1d6b macro 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|
/kernel/linux/linux-5.10/drivers/w1/masters/ |
H A D | ds2490.c | 18 #define VENDOR 0x40 macro 173 CONTROL_CMD, VENDOR, value, index, NULL, 0, 1000); in ds_send_control_cmd() 188 MODE_CMD, VENDOR, value, index, NULL, 0, 1000); in ds_send_control_mode() 203 COMM_CMD, VENDOR, value, index, NULL, 0, 1000); in ds_send_control()
|
/kernel/linux/linux-6.6/drivers/w1/masters/ |
H A D | ds2490.c | 18 #define VENDOR 0x40 macro 173 CONTROL_CMD, VENDOR, value, index, NULL, 0, 1000); in ds_send_control_cmd() 189 MODE_CMD, VENDOR, value, index, NULL, 0, 1000); in ds_send_control_mode() 205 COMM_CMD, VENDOR, value, index, NULL, 0, 1000); in ds_send_control()
|
Completed in 5 milliseconds