/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 3558 audio.phys = iores->start; in dw_hdmi_probe() 3589 audio.phys = iores->start; in dw_hdmi_probe()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 849 struct ib_mr *ocrdma_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in ocrdma_reg_user_mr() argument 865 mr->umem = ib_umem_get(ibpd->device, start, len, acc); in ocrdma_reg_user_mr() 2179 /* inform hw to start processing it */ in ocrdma_post_send() 2246 /* inform hw to start processing it */ in ocrdma_post_recv() 2314 /* inform hw to start processing it */ in ocrdma_post_srq_recv()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 49 /* IO virtual address start page frame number */ 1005 * flipped between the start and end. in build_inv_address() 1011 * between the start and the end, invalidate everything. in build_inv_address() 2429 domain_flush_pages(dom, gather->start, gather->end - gather->start + 1, 1); in amd_iommu_iotlb_sync() 3694 * After this point, all the interrupts will start arriving in amd_ir_set_affinity()
|
/kernel/linux/linux-6.6/net/unix/ |
H A D | af_unix.c | 3305 .start = unix_seq_start, 3501 .start = bpf_iter_unix_seq_start,
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8994.c | 150 val = rates[best].start << WM8958_MICD_BIAS_STARTTIME_SHIFT in wm8958_micd_set_rate() 154 rates[best].start, rates[best].rate, sysclk, in wm8958_micd_set_rate() 819 * JACKDET won't run until we start the clock and it in clk_sys_event() 3986 * If we can use jack detection start off with that, in wm8958_mic_detect()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 96 MODULE_PARM_DESC(dcbx_no_wait, " Do not wait for DCBX convergence to start " 3460 QEDF_ERR(&(qedf->dbg_ctx), "Cannot start slowpath.\n"); in __qedf_probe() 3473 QEDF_ERR(&(qedf->dbg_ctx), "Cannot start slowpath.\n"); in __qedf_probe() 3479 * start in __qedf_probe() 3490 rc = qed_ops->start(qedf->cdev, &qedf->tasks); in __qedf_probe() 3492 QEDF_ERR(&(qedf->dbg_ctx), "Cannot start FCoE function.\n"); in __qedf_probe() 3497 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_DISC, "Task context start=%p, " in __qedf_probe() 3591 rc = qed_ops->ll2->start(qedf->cdev, ¶ms); in __qedf_probe() 3593 QEDF_ERR(&(qedf->dbg_ctx), "Could not start Light L2.\n"); in __qedf_probe() 3622 QEDF_ERR(&(qedf->dbg_ctx), "Failed to start time in __qedf_probe() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | megaraid.c | 2488 * @start: starting logical drive to display 2495 proc_show_rdrv(struct seq_file *m, adapter_t *adapter, int start, int end ) in proc_show_rdrv() argument 2572 for( i = start; i < ( (end+1 < num_ldrv) ? end+1 : num_ldrv ); i++ ) { in proc_show_rdrv()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 225 .start = rt_cache_seq_start, 303 .start = rt_cpu_seq_start, 865 * forgot redirected route and start to send redirects again.
|
H A D | tcp_output.c | 2632 * starts happening, stop the previous chrono and start a new one. in tcp_chrono_start() 2699 /* "skb_mstamp_ns" is used as a start point for the retransmit timer */ in tcp_write_xmit() 3266 start: in __tcp_retransmit_skb() 3271 goto start; in __tcp_retransmit_skb()
|
H A D | tcp_ipv4.c | 2950 * the future start() will resume at st->offset in in bpf_iter_tcp_seq_next() 3032 .start = bpf_iter_tcp_seq_start, 3054 .start = tcp_seq_start,
|
H A D | ipmr.c | 2963 .start = ipmr_vif_seq_start, 3023 .start = ipmr_mfc_seq_start,
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_scarlett_gen2.c | 315 u8 start; member 1666 int port_idx = entry->start; in scarlett2_usb_set_mux() 3865 /* Read configuration from the interface on start */
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast.c | 1122 /* Do not start work for these addresses */ in igmp6_group_queried() 1324 /* When in MLDv1 fallback and a MLDv2 router start-up being in mld_process_v1() 1330 * he's aware of all use a MRC < 32768 on start up queries. in mld_process_v1() 2721 * start work again in mld_ifc_event() in ipv6_mc_down() 2956 .start = igmp6_mc_seq_start, 3086 .start = igmp6_mcf_seq_start,
|
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 2024 rawDesc.start = static_cast<long>(tmp); in CreateFromRawFile() 2028 OH_LOG_INFO(LOG_APP, "lhb CreateFromRawFile fd:%{public}d, start:%{public}ld, length:%{public}ld", rawDesc.fd, in CreateFromRawFile() 2029 rawDesc.start, rawDesc.length); in CreateFromRawFile()
|
/test/xts/hats/hdf/wlan/wifi/hal/ |
H A D | wifi_hal_test.cpp | 69 ret = g_wifi->start(nullptr); in SetUp() 71 ret = g_wifi->start(g_wifi); in SetUp() 2116 * @tc.desc: start scan is successfully_01 2138 * @tc.desc: start scan is successfully_02 2159 * @tc.desc: start scan is successfully_03
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9.c | 365 // The sign bit is at the end, not the start, of a bit sequence 1215 static void set_tile_offset(int *start, int *end, int idx, int log2_n, int n) in set_tile_offset() argument 1219 *start = FFMIN(sb_start, n) << 3; in set_tile_offset()
|
/third_party/backends/backend/ |
H A D | teco2.c | 452 goto start; in hexdump() 483 start: in hexdump()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 996 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1101 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
H A D | gl3.h | 996 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1101 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 465 * pressure of the start of this block and the ends of it's in get_live_in_demand() 1150 std::vector<aco_ptr<Instruction>>::iterator start = std::next(block->instructions.begin(), idx); in add_coupling_code() local 1152 instructions.end(), std::move_iterator<std::vector<aco_ptr<Instruction>>::iterator>(start), in add_coupling_code()
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 977 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1082 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
H A D | gl31.h | 977 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1082 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 2296 // position blackboxing use function start position which is negative in in GetDebugLocation() 2317 debug::Location start = GetDebugLocation(script, shared->StartPosition()); in IsBlackboxed() local 2322 ToApiHandle<debug::Script>(script), start, end); in IsBlackboxed()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.cc | 1556 // If we have a hash code, we can start adding the new entry. 1728 // If we have a hash code, we can start adding the new entry. 2374 TNode<IntPtrT> start = KeyIndexFromEntry(IntPtrConstant(0)); 2375 FillFixedArrayWithValue(HOLEY_ELEMENTS, table, start, length,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 601 checkerThread.start(); in maxDifferenceValueCase() 936 hostCopyThread.start(); in iterate()
|