/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7604.c | 1950 if (sel->target > V4L2_SEL_TGT_CROP_BOUNDS) in adv76xx_get_selection()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_cmn.c | 2061 power->target[rate] = pi->tx_power_target[rate]; in wlc_phy_txpower_get_current()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 3761 u8 target, u8 offset);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 875 VMW_DEBUG_USER("Illegal render target type %u.\n", in vmw_cmd_set_render_target_check() 888 &cmd->body.target.sid, &res); in vmw_cmd_set_render_target_check()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 1896 * @tsk: The target task 3376 * @target: unused 3384 struct task_struct *target, long type, in smack_msg_queue_msgrcv() 4867 * @new: the target creds 3382 smack_msg_queue_msgrcv(struct kern_ipc_perm *isp, struct msg_msg *msg, struct task_struct *target, long type, int mode) smack_msg_queue_msgrcv() argument
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 669 iocmd->target = drv_itnim->scsi_tgt_id; in bfad_iocmd_rport_get_addr()
|
H A D | bfa_fcs_rport.c | 2172 if (prli->parampage.servparams.target) { in bfa_fcs_rport_process_prli() 2174 * PRLI from a target ? in bfa_fcs_rport_process_prli() 2177 * once the response is received from the target. in bfa_fcs_rport_process_prli() 2552 * Mode. Basically, in FLOGI Accept the target would have in bfa_fcs_rport_update()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 3366 .target = "tcp",
|
H A D | udp.c | 3590 .target = "udp",
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 3003 void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) 3000 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) global() argument
|
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_cm85.h | 70 #error Legacy Arm Compiler does not support Armv8.1-M target architecture. 469 uint32_t BTI_EN:1; /*!< bit: 4 Privileged branch target identification enable */ 470 uint32_t UBTI_EN:1; /*!< bit: 5 Unprivileged branch target identification enable */ 3882 \details Reads the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3903 \details Sets the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3925 \details Clears the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt.
|
H A D | core_cm55.h | 70 #error Legacy Arm Compiler does not support Armv8.1-M target architecture. 3858 \details Reads the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3879 \details Sets the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3901 \details Clears the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt.
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.h | 515 * the previous contents of the specified render target at the 2422 struct nir_block *target;
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 2355 // explicit break target, instead handing it directly to those nodes that in DesugarLexicalBindingsInForStatement() 2583 expr = assignment->target(); in AddArrowFunctionFormalParameters()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 168 if (texture->base.target == PIPE_BUFFER) in crocus_populate_sampler_prog_key_data() 695 [CROCUS_SURFACE_GROUP_RENDER_TARGET] = "render target", 696 [CROCUS_SURFACE_GROUP_RENDER_TARGET_READ] = "non-coherent render target read", 824 /* Setup render target read surface group in order to support non-coherent in crocus_setup_binding_table()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2601 target: *const ::c_char, in mount()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2820 pub fn umount(target: *const ::c_char, flags: ::c_int) -> ::c_int; in umount()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 180 typedef int ImGuiTableBgTarget; // -> enum ImGuiTableBgTarget_ // Enum: A color target for TableSetBgColor() 773 IMGUI_API void TableSetBgColor(ImGuiTableBgTarget target, ImU32 color, int column_n = -1); // change the color of a cell, row, or column. See ImGuiTableBgTarget_ flags for details. 806 // - On target candidates, call BeginDragDropTarget(), if it returns true also call AcceptDragDropPayload() + EndDragDropTarget(). 808 // - An item can be both drag source and drop target. 1254 // If you set the color of RowBg0 target, your color will override the existing RowBg0 color. 1255 // If you set the color of RowBg1 or ColumnBg1 target, your color will blend over the RowBg0 color. 1309 ImGuiDragDropFlags_AcceptNoDrawDefaultRect = 1 << 11, // Do not draw the default highlight rectangle when hovering over target. 1573 ImGuiColorEditFlags_NoDragDrop = 1 << 9, // // ColorEdit: disable drag and drop target. ColorButton: disable drag and drop source. 2019 bool Preview; // Set when AcceptDragDropPayload() was called and mouse has been hovering the target item (nb: handle overlapping drag targets) 2020 bool Delivery; // Set when AcceptDragDropPayload() was called and mouse button is released over the target ite [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 968 static int reg_delay(struct net_device *dev, int offset, u32 mask, u32 target, in reg_delay() argument 979 } while ((readl(base + offset) & mask) != target); in reg_delay()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 968 static int reg_delay(struct net_device *dev, int offset, u32 mask, u32 target, in reg_delay() argument 979 } while ((readl(base + offset) & mask) != target); in reg_delay()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 2749 * function operates by examining the variable's mode and the shader target, 2757 is_varying_var(ir_variable *var, gl_shader_stage target) in is_varying_var() argument 2759 switch (target) { in is_varying_var()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 3038 * halt-target 3064 /* Delete any HALTs immediately before the halt target. */ 3368 write->target = 0; 3388 write->target = i; 3569 * same time that both consider ‘r3’ as the target of their final writes. 5317 * after \p inst, inst->next is a moving target and we need to save 5323 * However, certain render target writes require that the low group 5334 * "When SIMD32 or SIMD16 PS threads send render target writes 5339 * render target write irrespective of the slot's validity. A slot 5341 * example, a SIMD16 PS thread must send two SIMD8 render target [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3885 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder() 3886 __ Branch(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder() 3884 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4515 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder() 4516 __ jmp(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder() 4514 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3695 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder() 3696 __ Branch(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder() 3694 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
|