Searched full:pointer (Results 1 – 25 of 5398) sorted by relevance
12345678910>>...216
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-ioctl.h | 25 * @vidioc_querycap: pointer to the function that implements 27 * @vidioc_enum_fmt_vid_cap: pointer to the function that implements 30 * @vidioc_enum_fmt_vid_overlay: pointer to the function that implements 33 * @vidioc_enum_fmt_vid_out: pointer to the function that implements 36 * @vidioc_enum_fmt_sdr_cap: pointer to the function that implements 39 * @vidioc_enum_fmt_sdr_out: pointer to the function that implements 42 * @vidioc_enum_fmt_meta_cap: pointer to the function that implements 45 * @vidioc_enum_fmt_meta_out: pointer to the function that implements 48 * @vidioc_g_fmt_vid_cap: pointer to the function that implements 51 * @vidioc_g_fmt_vid_overlay: pointer to the function that implements [all …]
|
| D | v4l2-event.h | 27 * @sev: Pointer to parent v4l2_subscribed_event. 87 * @fh: pointer to struct v4l2_fh 88 * @event: pointer to struct v4l2_event 97 * @vdev: pointer to &struct video_device 98 * @ev: pointer to &struct v4l2_event 111 * @fh: pointer to &struct v4l2_fh 112 * @ev: pointer to &struct v4l2_event 126 * @fh: pointer to &struct v4l2_fh 135 * @fh: pointer to &struct v4l2_fh 136 * @sub: pointer to &struct v4l2_event_subscription [all …]
|
| D | dvb_ringbuffer.h | 57 * @rbuf: pointer to struct dvb_ringbuffer 58 * @data: pointer to the buffer where the data will be stored 67 * @rbuf: pointer to struct dvb_ringbuffer 74 * @rbuf: pointer to struct dvb_ringbuffer 83 * @rbuf: pointer to struct dvb_ringbuffer 92 * @rbuf: pointer to struct dvb_ringbuffer 107 * @rbuf: pointer to struct dvb_ringbuffer 115 * @rbuf: pointer to struct dvb_ringbuffer 122 * @rbuf: pointer to struct dvb_ringbuffer 131 * @rbuf: pointer to struct dvb_ringbuffer [all …]
|
| D | v4l2-fh.h | 28 * @vdev: pointer to &struct video_device 29 * @ctrl_handler: pointer to &struct v4l2_ctrl_handler 40 * @m2m_ctx: pointer to &struct v4l2_m2m_ctx 62 * @fh: pointer to &struct v4l2_fh 63 * @vdev: pointer to &struct video_device 75 * @fh: pointer to &struct v4l2_fh 86 * @filp: pointer to struct file 89 * associated with the file pointer. 96 * @fh: pointer to &struct v4l2_fh 110 * @fh: pointer to &struct v4l2_fh [all …]
|
| D | v4l2-ctrls.h | 39 * union v4l2_ctrl_ptr - A pointer to a control value. 40 * @p_s32: Pointer to a 32-bit signed value. 41 * @p_s64: Pointer to a 64-bit signed value. 42 * @p_u8: Pointer to a 8-bit unsigned value. 43 * @p_u16: Pointer to a 16-bit unsigned value. 44 * @p_u32: Pointer to a 32-bit unsigned value. 45 * @p_char: Pointer to a string. 46 * @p_mpeg2_slice_params: Pointer to a MPEG2 slice parameters structure. 47 * @p_mpeg2_quantization: Pointer to a MPEG2 quantization data structure. 48 * @p_fwht_params: Pointer to a FWHT stateless parameters structure. [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_sspp.h | 228 * @ctx: Pointer to pipe context 229 * @cfg: Pointer to pipe config structure 239 * @ctx: Pointer to pipe context 240 * @cfg: Pointer to pipe config structure 249 * @ctx: Pointer to pipe context 250 * @pe_ext: Pointer to pixel ext settings 257 * @ctx: Pointer to pipe context 258 * @cfg: Pointer to pipe config structure 267 * @ctx: Pointer to pipe context 268 * @data: Pointer to config structure [all …]
|
| D | dpu_encoder.h | 31 * @encoder: encoder pointer 39 * @encoder: encoder pointer 40 * @crtc: crtc pointer 48 * @encoder: encoder pointer 49 * @crtc: crtc pointer 58 * @encoder: encoder pointer 59 * @cb: callback pointer, provide NULL to deregister 70 * @encoder: encoder pointer 77 * @encoder: encoder pointer 84 * @encoder: encoder pointer [all …]
|
| D | dpu_core_perf.h | 56 * @dev: Pointer to drm device 58 * @catalog: Pointer to catalog configuration 59 * @core_clk: Pointer to core clock structure 84 * @crtc: Pointer to crtc 85 * @state: Pointer to new crtc state 93 * @crtc: Pointer to crtc 103 * @crtc: Pointer to crtc 109 * @perf: Pointer to core performance context 115 * @perf: Pointer to core performance context 116 * @dev: Pointer to drm device [all …]
|
| D | dpu_hw_ctl.h | 58 * @ctx : ctl path ctx pointer 66 * @ctx : ctl path ctx pointer 73 * @ctx : ctl path ctx pointer 80 * @ctx : ctl path ctx pointer 87 * @ctx : ctl path ctx pointer 96 * @ctx : ctl path ctx pointer 104 * @ctx : ctl path ctx pointer 110 * @ctx : ctl path ctx pointer 118 * @cfg : interface config structure pointer 127 * @ctx : ctl path ctx pointer [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/qedi/ |
| D | qedi_fw_iscsi.h | 33 * @param task_params - Pointer to task parameters struct 37 * @param sgl_task_params - Pointer to SGL task params 38 * @param dif_task_params - Pointer to DIF parameters struct 51 * @param task_params - Pointer to task parameters struct 53 * @param tx_sgl_task_params - Pointer to SGL task params 54 * @param rx_sgl_task_params - Pointer to SGL task params 64 * @param task_params - Pointer to task parameters struct 66 * @param tx_sgl_task_params - Pointer to SGL task params 67 * @param rx_sgl_task_params - Pointer to SGL task params 77 * @param task_params - Pointer to task parameters struct [all …]
|
| /kernel/linux/linux-5.10/security/tomoyo/ |
| D | tomoyo.c | 14 * Returns pointer to "struct tomoyo_domain_info" for current thread. 30 * @new: Pointer to "struct cred". 31 * @old: Pointer to "struct cred". 53 * @bprm: Pointer to "struct linux_binprm". 68 * @bprm: Pointer to "struct linux_binprm". 87 * @bprm: Pointer to "struct linux_binprm". 116 * @mnt: Pointer to "struct vfsmount". 117 * @dentry: Pointer to "struct dentry". 129 * @path: Pointer to "struct path". 141 * @parent: Pointer to "struct path". [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
| D | ccdc_hw_device.h | 20 /* Pointer to initialize function to initialize ccdc device */ 22 /* Pointer to deinitialize function */ 26 /* Pointer to function to enable or disable ccdc */ 32 /* Pointer to function to set hw parameters */ 36 /* Pointer to function to configure ccdc */ 39 /* Pointer to function to set buffer type */ 41 /* Pointer to function to get buffer type */ 43 /* Pointer to function to set frame format */ 45 /* Pointer to function to get frame format */ 49 /* Pointer to function to set buffer type */ [all …]
|
| /kernel/linux/linux-5.10/fs/vboxsf/ |
| D | vboxsf_wrappers.c | 81 parms.path.u.pointer.size = shfl_string_buf_size(folder_name); in vboxsf_map_folder() 82 parms.path.u.pointer.u.linear_addr = (uintptr_t)folder_name; in vboxsf_map_folder() 139 parms.path.u.pointer.size = shfl_string_buf_size(parsed_path); in vboxsf_create() 140 parms.path.u.pointer.u.linear_addr = (uintptr_t)parsed_path; in vboxsf_create() 143 parms.parms.u.pointer.size = sizeof(struct shfl_createparms); in vboxsf_create() 144 parms.parms.u.pointer.u.linear_addr = (uintptr_t)create_parms; in vboxsf_create() 170 parms.path.u.pointer.size = shfl_string_buf_size(parsed_path); in vboxsf_remove() 171 parms.path.u.pointer.u.linear_addr = (uintptr_t)parsed_path; in vboxsf_remove() 188 parms.src.u.pointer.size = shfl_string_buf_size(src_path); in vboxsf_rename() 189 parms.src.u.pointer.u.linear_addr = (uintptr_t)src_path; in vboxsf_rename() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | ia_css_dvs.h | 44 ia_css_ptr data_ptr; /* base pointer containing all memory */ 62 * allocated pointer is stored in the data_ptr field. The other fields 95 * advised to map the ISP memory into a host-side pointer and use 109 * This function takes a host-side pointer as input. This can either 110 * point to a copy of the data or be a memory mapped pointer to the 129 * advised to map the ISP memory into a host-side pointer and use 143 * This function takes a host-side pointer as input. This can either 144 * point to a copy of the data or be a memory mapped pointer to the 165 * @return Pointer to the allocated DVS statistics buffer on the ISP 171 * @param[in] me Pointer to the DVS statistics buffer on the ISP. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_fltr.c | 9 * @dev: pointer to the device struct 10 * @h: pointer to the list head to be freed 27 * @dev: pointer to device needed by alloc function 29 * @list: pointer to the list which contains MAC filters entry 51 * @vsi: pointer to VSI struct 62 * @vsi: pointer to VSI struct 73 * @vsi: pointer to VSI struct 84 * @vsi: pointer to VSI struct 95 * @vsi: pointer to VSI struct 106 * @vsi: pointer to VSI struct [all …]
|
| /kernel/linux/linux-5.10/Documentation/arm64/ |
| D | pointer-authentication.rst | 2 Pointer authentication in AArch64 Linux 9 This document briefly describes the provision of pointer authentication 16 The ARMv8.3 Pointer Authentication extension adds primitives that can be 20 The extension uses a Pointer Authentication Code (PAC) to determine 22 a pointer, another value (such as the stack pointer), and a secret key 25 The extension adds instructions to insert a valid PAC into a pointer, 26 and to verify/remove the PAC from a pointer. The PAC occupies a number 27 of high-order bits of the pointer, which varies dependent on the 28 configured virtual address size and whether pointer tagging is in use. 52 The number of bits that the PAC occupies in a pointer is 55 minus the [all …]
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | scsw.h | 220 * @scsw: pointer to scsw 232 * @scsw: pointer to scsw 247 * @scsw: pointer to scsw 262 * @scsw: pointer to scsw 277 * @scsw: pointer to scsw 292 * @scsw: pointer to scsw 307 * @scsw: pointer to scsw 322 * @scsw: pointer to scsw 337 * @scsw: pointer to scsw 352 * @scsw: pointer to scsw [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
| D | mtk-platform.h | 82 * @cmd_base: pointer to command descriptor ring base 83 * @cmd_next: pointer to the next command descriptor 85 * @res_base: pointer to result descriptor ring base 86 * @res_next: pointer to the next result descriptor 87 * @res_prev: pointer to the previous result descriptor 106 * @sg: pointer to scatter-gather list 126 * @cryp: pointer to Cryptographic device 128 * @areq: pointer to async request 131 * @ctx: pointer to current context 135 * @real_dst: pointer to the destination sg list [all …]
|
| /kernel/linux/linux-5.10/include/linux/soc/ti/ |
| D | k3-ringacc.h | 86 * Returns pointer on the RA - struct k3_ringacc 97 * @ringacc: pointer on ringacc 104 * Returns pointer on the Ring - struct k3_ring 116 * @ring: pointer on Ring 123 * @ring: pointer on Ring 132 * @ring: pointer on Ring 140 * @ring: pointer on ring 148 * @ring: pointer on ring 156 * @ring: pointer on ring 166 * @ring: pointer on ring [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/ |
| D | bounds_deduction.c | 9 .errstr_unpriv = "R1 has pointer with unsupported alu operation", 10 .errstr = "R0 tried to subtract pointer from scalar", 24 .errstr_unpriv = "R1 has pointer with unsupported alu operation", 37 .errstr_unpriv = "R1 has pointer with unsupported alu operation", 38 .errstr = "R0 tried to subtract pointer from scalar", 53 .errstr_unpriv = "R6 has pointer with unsupported alu operation", 65 .errstr_unpriv = "R1 has pointer with unsupported alu operation", 66 .errstr = "R0 tried to subtract pointer from scalar", 78 .errstr_unpriv = "R1 has pointer with unsupported alu operation", 79 .errstr = "R0 tried to subtract pointer from scalar", [all …]
|
| D | unpriv.c | 2 "unpriv: return pointer", 13 "unpriv: add const to pointer", 22 "unpriv: add pointer to pointer", 29 .errstr = "R1 pointer += pointer", 32 "unpriv: neg pointer", 40 .errstr_unpriv = "R1 pointer arithmetic", 43 "unpriv: cmp pointer with const", 51 .errstr_unpriv = "R1 pointer comparison", 54 "unpriv: cmp pointer with pointer", 62 .errstr_unpriv = "R10 pointer comparison", [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/gasket/ |
| D | gasket_page_table.h | 29 * @ppage_table: Pointer to Gasket page table pointer. Set by this call. 30 * @att_base_reg: [Mapped] pointer to the first entry in the device's address 32 * @extended_offset_reg: [Mapped] pointer to the device's register containing 56 * @page_table: Gasket page table pointer. 68 * @page_table: Gasket page table pointer. 84 * @page_table: Gasket page table pointer. 102 * @page_table: Gasket page table pointer. 113 * @page_table: Gasket page table pointer. 120 * @page_table: Gasket page table pointer. 126 * @page_table: Gasket page table pointer. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
| D | rsi_91x_debugfs.c | 22 * @seq: Pointer to the sequence file structure. 23 * @data: Pointer to the data. 64 * @inode: Pointer to the inode structure. 65 * @file: Pointer to the file structure. 67 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure. 77 * @seq: Pointer to the sequence file structure. 78 * @data: Pointer to the data. 98 * @inode: Pointer to the inode structure. 99 * @file: Pointer to the file structure. 101 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure. [all …]
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | cpufreq.c | 15 * cpufreq_add_update_util_hook - Populate the CPU's update_util_data pointer. 16 * @cpu: The CPU to set the pointer for. 17 * @data: New pointer value. 20 * Set and publish the update_util_data pointer for the given CPU. 22 * The update_util_data pointer of @cpu is set to @data and the callback 23 * function pointer in the target struct update_util_data is set to @func. 29 * The update_util_data pointer of @cpu must be NULL when this function is 48 * cpufreq_remove_update_util_hook - Clear the CPU's update_util_data pointer. 49 * @cpu: The CPU to clear the pointer for. 51 * Clear the update_util_data pointer for the given CPU. [all …]
|
| /kernel/linux/linux-5.10/security/ |
| D | inode.c | 79 * @name: a pointer to a string containing the name of the file to create. 81 * @parent: a pointer to the parent dentry for this file. This should be a 84 * @data: a pointer to something that the caller will want to get to later 85 * on. The inode.i_private pointer will point to this value on 87 * @fops: a pointer to a struct file_operations that should be used for 98 * This function returns a pointer to a dentry if it succeeds. This 99 * pointer must be passed to the securityfs_remove() function when the 178 * @name: a pointer to a string containing the name of the file to create. 180 * @parent: a pointer to the parent dentry for this file. This should be a 183 * @data: a pointer to something that the caller will want to get to later [all …]
|
12345678910>>...216