Home
last modified time | relevance | path

Searched refs:select (Results 126 - 150 of 332) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/drivers/hid/
H A Dwacom_sys.c935 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 Dspi-mxs.c106 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 Dspi-mxs.c106 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 Dacpidbg.c20 #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 Dacpidbg.c20 #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 Dhaltpoll.c137 .select = haltpoll_select,
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dgovernor.c84 if (!gov || !gov->select) in cpuidle_register_governor()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_FISTTP.c12 #include <sys/select.h>
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.h20 u32 select);
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.h20 u32 select);
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dhaltpoll.c140 .select = haltpoll_select,
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dgovernor.c83 if (!gov || !gov->select) in cpuidle_register_governor()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_FISTTP.c12 #include <sys/select.h>
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/liteos_m/kal/posix/src/
H A Dmqueue_impl.h44 #include <sys/select.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dqemu_fw_cfg.h49 __be16 select; member
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_pselect_001.cpp37 #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 Dlanginfondk.cpp23 #include <sys/select.h>
/test/xts/hats/kernel/syscalls/async/pselect/
H A DPselectApiTest.cpp20 #include <sys/select.h>
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Ds3c2410_ts.c237 * @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 Dhyperv-iommu.c112 .select = hyperv_irq_remapping_select,
338 .select = hyperv_irq_remapping_select,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h192 r = select(fd + 1, NULL, &wfds, NULL, &timeout); in poll_connect()
217 r = select(fd + 1, &rfds, NULL, NULL, &timeout); in poll_read()

Completed in 17 milliseconds

12345678910>>...14