/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom_sys.c | 935 buf[2] = wacom->led.groups[0].select & 0x03; in wacom_led_control() 944 int ring_led = wacom->led.groups[0].select & 0x03; in wacom_led_control() 966 buf[10] = wacom->led.groups[0].select & 0x03; in wacom_led_control() 969 int led = wacom->led.groups[0].select | 0x4; in wacom_led_control() 973 led |= (wacom->led.groups[1].select << 4) | 0x40; in wacom_led_control() 1045 wacom->led.groups[set_id].select = id & 0x3; in wacom_led_select_store() 1065 wacom->led.groups[SET_ID].select); \ 1319 if (wacom->led.groups[led->group].select != led->id) in __wacom_led_brightness_get() 1335 wacom->led.groups[led->group].select != led->id)) { in wacom_led_brightness_set() 1343 wacom->led.groups[led->group].select in wacom_led_brightness_set() [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-mxs.c | 106 u32 select = 0; in mxs_spi_cs_to_reg() local 114 * toggle the chip-select lines (nCS pins). in mxs_spi_cs_to_reg() 117 select |= BM_SSP_CTRL0_WAIT_FOR_CMD; in mxs_spi_cs_to_reg() 119 select |= BM_SSP_CTRL0_WAIT_FOR_IRQ; in mxs_spi_cs_to_reg() 121 return select; in mxs_spi_cs_to_reg() 190 /* Chip select was already programmed into CTRL0 */ in mxs_spi_txrx_dma()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-mxs.c | 106 u32 select = 0; in mxs_spi_cs_to_reg() local 114 * toggle the chip-select lines (nCS pins). in mxs_spi_cs_to_reg() 117 select |= BM_SSP_CTRL0_WAIT_FOR_CMD; in mxs_spi_cs_to_reg() 119 select |= BM_SSP_CTRL0_WAIT_FOR_IRQ; in mxs_spi_cs_to_reg() 121 return select; in mxs_spi_cs_to_reg() 190 /* Chip select was already programmed into CTRL0 */ in mxs_spi_txrx_dma()
|
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 20 #include <sys/select.h> 306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop() 308 perror("select"); in acpi_aml_loop() 347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable() 349 perror("select"); in acpi_aml_readable()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 20 #include <sys/select.h> 306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop() 308 perror("select"); in acpi_aml_loop() 347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable() 349 perror("select"); in acpi_aml_readable()
|
/kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
H A D | haltpoll.c | 137 .select = haltpoll_select,
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | governor.c | 84 if (!gov || !gov->select) in cpuidle_register_governor()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 12 #include <sys/select.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_llh.h | 20 u32 select);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | qemu_fw_cfg.h | 62 __be16 select; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_llh.h | 20 u32 select);
|
/kernel/linux/linux-6.6/drivers/cpuidle/governors/ |
H A D | haltpoll.c | 140 .select = haltpoll_select,
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | governor.c | 83 if (!gov || !gov->select) in cpuidle_register_governor()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | qemu_fw_cfg.h | 62 __be16 select; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 12 #include <sys/select.h>
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | qemu_fw_cfg.h | 62 __be16 select; member
|
/kernel/liteos_m/kal/posix/src/ |
H A D | mqueue_impl.h | 44 #include <sys/select.h>
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | qemu_fw_cfg.h | 62 __be16 select; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | qemu_fw_cfg.h | 49 __be16 select; member
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_pselect_001.cpp | 37 #include "sys/select.h" 50 ret = select(pipeFd[0] + 1, &reads, nullptr, nullptr, nullptr); in Testcase1() 77 retval = Testcase1(); /* first check select works */ in testcase()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | langinfondk.cpp | 23 #include <sys/select.h>
|
/test/xts/hats/kernel/syscalls/async/pselect/ |
H A D | PselectApiTest.cpp | 20 #include <sys/select.h>
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | s3c2410_ts.c | 237 * @select: The reason for select. 241 static void s3c24xx_ts_select(struct s3c_adc_client *client, unsigned select) in s3c24xx_ts_select() argument 243 if (select) { in s3c24xx_ts_select()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | hyperv-iommu.c | 112 .select = hyperv_irq_remapping_select, 338 .select = hyperv_irq_remapping_select,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_helpers.h | 192 r = select(fd + 1, NULL, &wfds, NULL, &timeout); in poll_connect() 217 r = select(fd + 1, &rfds, NULL, NULL, &timeout); in poll_read()
|