Home
last modified time | relevance | path

Searched refs:select (Results 201 - 225 of 332) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dset-timer-lat.c243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c21 #include <sys/select.h>
/kernel/linux/linux-5.10/drivers/ide/
H A Dtrm290.c66 * bit4 PCI DEVSEL# timing select: 1=medium(default), 0=fast
151 /* select PIO or DMA */ in trm290_prepare_drive()
178 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr); in trm290_dev_select()
260 /* select PIO as default */ in init_hwif_trm290()
H A Dqd65xx.c101 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr); in qd65xx_dev_select()
H A Dns87415.c36 * registers, IDE status register and the IDE select register need to be
176 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr); in ns87415_dev_select()
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Dsd.h265 int sd_select_card(struct rtsx_chip *chip, int select);
/kernel/linux/linux-5.10/include/linux/
H A Dcpuidle.h268 int (*select) (struct cpuidle_driver *drv, member
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Dsd.h265 int sd_select_card(struct rtsx_chip *chip, int select);
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c21 #include <sys/select.h>
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dset-timer-lat.c243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
/kernel/linux/linux-5.10/mm/
H A Doom_kill.c334 * killed first if it triggers an oom, then select it. in oom_evaluate_task()
338 goto select; in oom_evaluate_task()
345 select: in oom_evaluate_task()
1089 * select it. The goal is to allow it to allocate so that it may in out_of_memory()
/kernel/linux/linux-6.6/include/linux/firmware/
H A Dxlnx-zynqmp.h522 int zynqmp_pm_ospi_mux_select(u32 dev_id, u32 select);
668 static inline int zynqmp_pm_ospi_mux_select(u32 dev_id, u32 select) in zynqmp_pm_ospi_mux_select() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1030 int select) in program_gamut_remap()
1035 if (regval == NULL || select == GAMUT_REMAP_BYPASS) { in program_gamut_remap()
1040 switch (select) { in program_gamut_remap()
1060 if (select == GAMUT_REMAP_COEFF) { in program_gamut_remap()
1069 } else if (select == GAMUT_REMAP_COMA_COEFF) { in program_gamut_remap()
1080 //select coefficient set to use in program_gamut_remap()
1026 program_gamut_remap( struct dcn30_mpc *mpc30, int mpcc_id, const uint16_t *regval, int select) program_gamut_remap() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1059 int select) in program_gamut_remap()
1064 if (regval == NULL || select == GAMUT_REMAP_BYPASS) { in program_gamut_remap()
1069 switch (select) { in program_gamut_remap()
1089 if (select == GAMUT_REMAP_COEFF) { in program_gamut_remap()
1098 } else if (select == GAMUT_REMAP_COMA_COEFF) { in program_gamut_remap()
1109 //select coefficient set to use in program_gamut_remap()
1055 program_gamut_remap( struct dcn30_mpc *mpc30, int mpcc_id, const uint16_t *regval, int select) program_gamut_remap() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.c1401 ** (declared as scr0..scr3 in ncr_reg.h) just after the select/reselect,
1486 struct scr_tblsel select; member
1797 ncrcmd select [ 6]; member
2048 ** And try to select this target.
2050 SCR_SEL_TBL_ATN ^ offsetof (struct dsb, select),
2809 ** And try to select this target without ATN.
2816 SCR_SEL_TBL ^ offsetof (struct dsb, select),
4348 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_queue_command()
4351 ** select in ncr_queue_command()
4353 cp->phys.select in ncr_queue_command()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1403 ** (declared as scr0..scr3 in ncr_reg.h) just after the select/reselect,
1483 struct scr_tblsel select; member
1794 ncrcmd select [ 6]; member
2025 ** And try to select this target.
2027 SCR_SEL_TBL_ATN ^ offsetof (struct dsb, select),
2781 ** And try to select this target without ATN.
2788 SCR_SEL_TBL ^ offsetof (struct dsb, select),
4320 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_queue_command()
4323 ** select in ncr_queue_command()
4325 cp->phys.select in ncr_queue_command()
[all...]
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H A Dmenu.c376 * closest timer event, select this one to avoid getting in menu_select()
562 .select = menu_select,
H A Dteo.c39 * o Otherwise, select the shallower state with the greatest matched "early"
485 .select = teo_select,
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
312 perror("select"); in main()
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c284 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
289 perror("select"); in main()
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-imx-intmux.c175 .select = imx_intmux_irq_select,
H A Dirq-partition-percpu.c206 BUG_ON(!ops->select || !ops->translate); in partition_create_desc()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhdreg.h46 unsigned select : 1; member
/kernel/linux/linux-6.6/include/linux/
H A Dcpuidle.h298 int (*select) (struct cpuidle_driver *drv, member
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dteo.c66 * In order to select an idle state for a CPU, the governor takes the following
89 * for an alternative idle state to select.
104 * select the given idle state instead of the candidate one.
106 * 3. By default, select the candidate state.
422 * If state 0 is enabled and it is not a polling one, select it in teo_select()
557 * If there is a latency constraint, it may be necessary to select an in teo_select()
686 .select = teo_select,

Completed in 41 milliseconds

12345678910>>...14