Home
last modified time | relevance | path

Searched refs:select (Results 301 - 325 of 432) sorted by relevance

1...<<1112131415161718

/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...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_audio.c25 #include <sys/select.h>
174 printf("%s: select acodec input_mode failed\n", __FUNCTION__); in SAMPLE_INNER_CODEC_CfgAudio()
319 s32Ret = select(AiFd + 1, &read_fds, NULL, NULL, &TimeoutVal); in SAMPLE_COMM_AUDIO_AiProc()
323 printf("%s: get ai frame select time out\n", __FUNCTION__); in SAMPLE_COMM_AUDIO_AiProc()
395 s32Ret = select(AencFd + 1, &read_fds, NULL, NULL, &TimeoutVal); in SAMPLE_COMM_AUDIO_AencProc()
399 printf("%s: get aenc stream select time out\n", __FUNCTION__); in SAMPLE_COMM_AUDIO_AencProc()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c973 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop()
979 log_err_errno("select failed"); in msg_loop()
1226 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()
1236 log_err_errno("select failed"); in do_server()
1282 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
1287 log_err_errno("select failed"); in wait_for_connect()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
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));
5228 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, select));
5232 * select
5234 cp->phys.select.sel_id = cp->target;
5235 cp->phys.select
[all...]
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
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...]
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
H A Dpinctrl-imx.c196 * If the select input value begins with 0xff, it's a quirky in imx_pmx_set_one_pin_mmio()
197 * select input and the value should be interpreted as below. in imx_pmx_set_one_pin_mmio()
199 * | 0xff | shift | width | select | in imx_pmx_set_one_pin_mmio()
200 * It's used to work around the problem that the select in imx_pmx_set_one_pin_mmio()
201 * input for some pin is not implemented in the select in imx_pmx_set_one_pin_mmio()
203 * We encode the select input value, width and shift of in imx_pmx_set_one_pin_mmio()
206 * up the select input bits in general purpose register. in imx_pmx_set_one_pin_mmio()
210 u8 select = val & 0xff; in imx_pmx_set_one_pin_mmio() local
216 * purpose register, not regular select input register. in imx_pmx_set_one_pin_mmio()
220 val |= select << shif in imx_pmx_set_one_pin_mmio()
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/
H A Dpinctrl-imx.c198 * If the select input value begins with 0xff, it's a quirky in imx_pmx_set_one_pin_mmio()
199 * select input and the value should be interpreted as below. in imx_pmx_set_one_pin_mmio()
201 * | 0xff | shift | width | select | in imx_pmx_set_one_pin_mmio()
202 * It's used to work around the problem that the select in imx_pmx_set_one_pin_mmio()
203 * input for some pin is not implemented in the select in imx_pmx_set_one_pin_mmio()
205 * We encode the select input value, width and shift of in imx_pmx_set_one_pin_mmio()
208 * up the select input bits in general purpose register. in imx_pmx_set_one_pin_mmio()
212 u8 select = val & 0xff; in imx_pmx_set_one_pin_mmio() local
218 * purpose register, not regular select input register. in imx_pmx_set_one_pin_mmio()
222 val |= select << shif in imx_pmx_set_one_pin_mmio()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dperfmon.c400 u32 select = iommu_event_select(event->attr.config); in iommu_pmu_validate_per_cntr_event() local
402 if (!(iommu_pmu->cntr_evcap[idx][event_group] & select)) in iommu_pmu_validate_per_cntr_event()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c13 #include <sys/select.h>
1126 if (select(sockfd + 1, &rfds, NULL, NULL, &tv) <= 0 || in recvmsg_from_client()
H A Dtest_sockmap.c7 #include <sys/select.h>
639 slct = select(max_fd + 1, &w, NULL, NULL, &timeout); in msg_loop()
641 perror("select()"); in msg_loop()
655 slct = select(max_fd + 1, NULL, NULL, &w, &timeout); in msg_loop()
896 s = select(max_fd + 1, &w, NULL, NULL, &timeout); in forever_ping_pong()
898 perror("select()"); in forever_ping_pong()
/kernel/linux/linux-6.6/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()
1119 * select it. The goal is to allow it to allocate so that it may in out_of_memory()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_select_bridge.cpp783 auto select = ConstructSelect(vm, frameNode, config); in SetContentModifierBuilder()
784 select->SetNativePointerFieldCount(vm, 1); in SetContentModifierBuilder()
785 select->SetNativePointerField(vm, 0, static_cast<void*>(frameNode)); in SetContentModifierBuilder()
786 panda::Local<panda::JSValueRef> params[] = { context, select }; in SetContentModifierBuilder()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_pattern_test_ng.cpp33 #include "core/components/select/select_theme.h"
1406 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in HWTEST_F()
1479 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in HWTEST_F()
H A Dmenuitem_pattern_testone_ng.cpp34 #include "core/components/select/select_theme.h"
482 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in HWTEST_F()
866 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in HWTEST_F()
/kernel/linux/linux-5.10/drivers/net/can/
H A Dgrcan.c231 unsigned short select; member
239 .select = 0, \
999 | (priv->config.select ? GRCAN_CONF_SELECT : 0) in grcan_start()
1526 GRCAN_CONFIG_ATTR(select,
/kernel/linux/linux-6.6/drivers/net/can/
H A Dgrcan.c233 unsigned short select; member
241 .select = 0, \
999 | (priv->config.select ? GRCAN_CONF_SELECT : 0) in grcan_start()
1516 GRCAN_CONFIG_ATTR(select,
/applications/sample/camera/setting/setting/src/main/cpp/
H A Dwpa_work.c356 ret = select(fd + 1, &rfd, NULL, NULL, NULL); in MonitorTask()
358 SAMPLE_INFO("select failed ret = %d\n", ret); in MonitorTask()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c417 ret = select(uartFd + 1, &rset, NULL, NULL, &time); in UartRead()
424 printf("select error!\r\n"); in UartRead()
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dsocket_utils.cpp215 int32_t rc = select(fd + 1, &fdr, &fdw, nullptr, &timeout); in CheckAsyncConnect()
225 if ((rc < 0) || (rc == 2)) { // 2: select error in CheckAsyncConnect()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dhttp_request.cpp415 int iRet = select(iSockFd + 1, &rSet, &wSet, nullptr, &timeout); in SocketFdCheck()
417 LOGE("HttpRequest::SocketFdCheck select failed"); in SocketFdCheck()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c359 int ret = select(maxFd + 1, &readSet, &writeSet, &errorSet, &tv); in CoapSelectWait()
364 DFINDER_LOGE(TAG, "select error ret lastError: %d", lastError); in CoapSelectWait()
419 DFINDER_LOGE(TAG, "Coap select failure"); in CoapIoMonitorLoop()
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Ddevice.c323 .select = mcf_cs_select,
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-v7m.S220 write_csselr r10, r3 @ select current cache level in cssr
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle.c322 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()
344 * ->select() callback have decided, whether to stop the tick or not. in cpuidle_enter()

Completed in 60 milliseconds

1...<<1112131415161718