Searched refs:select (Results 101 - 125 of 153) sorted by relevance

1234567

/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.c1211 u32 acr_ctrl, select; local
1219 select = dp_catalog->audio_data;
1220 acr_ctrl = select << 4 | BIT(31) | BIT(8) | BIT(14);
1222 drm_dbg_dp(catalog->drm_dev, "select: %#x, acr_ctrl: %#x\n",
1223 select, acr_ctrl);
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c234 ret = select(nfd + 1, NULL, &fds, &efds, ptv);
306 test_error("select(): %d", err);
380 * (1) is easy with select()/poll()
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h49 u32 select [ 8]; member in struct:SYM_FWA_SCR
51 u32 select [ 6]; member in struct:SYM_FWA_SCR
300 * And try to select this target.
302 SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select),
1339 * And try to select this target.
H A Dsym_hipd.c2027 cp->phys.select.sel_scntl3 = tp->head.wval;
2028 cp->phys.select.sel_sxfer = tp->head.sval;
2030 cp->phys.select.sel_scntl4 = tp->head.uval;
2457 if (cp && (cp->phys.select.sel_scntl3 & EWS)) {
2609 if ((cmd & 7) == 1 && cp && (cp->phys.select.sel_scntl3 & EWS) &&
3157 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, select));
5227 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, select));
5231 * select
5233 cp->phys.select.sel_id = cp->target;
5234 cp->phys.select
[all...]
H A Dsym_hipd.h579 * select/reselect, and copied back just after disconnecting.
709 struct sym_tblsel select; member in struct:sym_dsb
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py10 import select namespace
372 self.tpm_poll = select.poll()
385 self.tpm_poll.register(self.tpm, select.POLLIN)
/linux-master/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 in struct:dsb
1794 ncrcmd select [ 6]; member in struct:script
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));
4323 ** select
4325 cp->phys.select
[all...]
/linux-master/samples/mei/
H A Dmei-amt-version.c168 rc = select(me->fd + 1, &set, NULL, NULL, &tv);
177 mei_err(me, "read failed on select with status %zd %s\n",
/linux-master/arch/m68k/coldfire/
H A Ddevice.c323 .select = mcf_cs_select,
/linux-master/arch/arm/mm/
H A Dcache-v7m.S222 write_csselr r10, r3 @ select current cache level in cssr
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c7 #include <sys/select.h>
639 slct = select(max_fd + 1, &w, NULL, NULL, &timeout);
641 perror("select()");
655 slct = select(max_fd + 1, NULL, NULL, &w, &timeout);
896 s = select(max_fd + 1, &w, NULL, NULL, &timeout);
898 perror("select()");
H A Dtest_sock_addr.c13 #include <sys/select.h>
1127 if (select(sockfd + 1, &rfds, NULL, NULL, &tv) <= 0 ||
/linux-master/drivers/net/can/
H A Dgrcan.c233 unsigned short select; member in struct:grcan_device_config
241 .select = 0, \
999 | (priv->config.select ? GRCAN_CONF_SELECT : 0)
1516 GRCAN_CONFIG_ATTR(select,
/linux-master/include/linux/
H A Dirqdomain.h91 int (*select)(struct irq_domain *d, struct irq_fwspec *fwspec, member in struct:irq_domain_ops
/linux-master/drivers/cpuidle/
H A Dcpuidle.c359 return cpuidle_curr_governor->select(drv, dev, stop_tick);
381 * ->select() callback have decided, whether to stop the tick or not.
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-imx.c198 * If the select input value begins with 0xff, it's a quirky
199 * select input and the value should be interpreted as below.
201 * | 0xff | shift | width | select |
202 * It's used to work around the problem that the select
203 * input for some pin is not implemented in the select
205 * We encode the select input value, width and shift of
208 * up the select input bits in general purpose register.
212 u8 select = val & 0xff; local
218 * purpose register, not regular select input register.
222 val |= select << shif
[all...]
/linux-master/mm/
H A Doom_kill.c335 * killed first if it triggers an oom, then select it.
339 goto select;
346 select:
1124 * select it. The goal is to allow it to allocate so that it may
/linux-master/drivers/iommu/intel/
H A Dperfmon.c400 u32 select = iommu_event_select(event->attr.config); local
402 if (!(iommu_pmu->cntr_evcap[idx][event_group] & select))
/linux-master/drivers/media/pci/ngene/
H A Dngene-core.c398 int ngene_command_gpio_set(struct ngene *dev, u8 select, u8 level) argument
404 com.cmd.SetGpioPin.select = select | (level << 7);
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1282 rc = select(nfds, &rfds, NULL, NULL, ptval);
1288 log_err_errno("select failed");
1622 rc = select(lsd+1, &rfds, NULL, NULL, ptval);
1632 log_err_errno("select failed");
1681 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv);
1686 log_err_errno("select failed");
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c962 CASE_TEST(select_null); EXPECT_SYSZR(1, ({ struct timeval tv = { 0 }; select(0, NULL, NULL, NULL, &tv); })); break;
963 CASE_TEST(select_stdout); EXPECT_SYSNE(1, ({ fd_set fds; FD_ZERO(&fds); FD_SET(1, &fds); select(2, NULL, &fds, NULL, NULL); }), -1); break;
964 CASE_TEST(select_fault); EXPECT_SYSER(1, select(1, (void *)1, NULL, NULL, 0), -1, EFAULT); break;
/linux-master/drivers/video/fbdev/
H A Dcg14.c152 u8 select; /* Register Select */ member in struct:cg14_dac
/linux-master/drivers/spi/
H A Dspi-coldfire-qspi.c111 mcfqspi->cs_control->select(mcfqspi->cs_control, chip_select, cs_high);
330 "bits per word %d, chip select %d, speed %d KHz\n",
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h1410 __u8 select:1; member in struct:cpl_rte_read_rpl
1412 __u8 select:1; member in struct:cpl_rte_read_rpl
/linux-master/fs/
H A Dselect.c3 * This file contains the procedures for the handling of select and poll
116 * as all select/poll functions have to call it to add an entry to the
359 * cause a fault after the select has completed
726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp,
1183 * This is a virtual copy of sys_select from fs/select.c and probably
1289 COMPAT_SYSCALL_DEFINE5(select, int, n, compat_ulong_t __user *, inp,

Completed in 295 milliseconds

1234567