Home
last modified time | relevance | path

Searched full:pointer (Results 1 – 25 of 5711) sorted by relevance

12345678910>>...229

/Linux-v6.6/include/media/
Dv4l2-ioctl.h25 * @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 …]
Dv4l2-event.h27 * @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
128 * @vdev: pointer to &struct video_device
135 * @fh: pointer to &struct v4l2_fh
144 * @fh: pointer to &struct v4l2_fh
[all …]
Ddvb_ringbuffer.h57 * @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 …]
Dv4l2-ctrls.h29 * union v4l2_ctrl_ptr - A pointer to a control value.
30 * @p_s32: Pointer to a 32-bit signed value.
31 * @p_s64: Pointer to a 64-bit signed value.
32 * @p_u8: Pointer to a 8-bit unsigned value.
33 * @p_u16: Pointer to a 16-bit unsigned value.
34 * @p_u32: Pointer to a 32-bit unsigned value.
35 * @p_char: Pointer to a string.
36 * @p_mpeg2_sequence: Pointer to a MPEG2 sequence structure.
37 * @p_mpeg2_picture: Pointer to a MPEG2 picture structure.
38 * @p_mpeg2_quantisation: Pointer to a MPEG2 quantisation data structure.
[all …]
Dv4l2-fh.h28 * @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 …]
/Linux-v6.6/include/linux/
Derr.h13 * pointer with the same return value.
16 * error and pointer decisions.
23 * IS_ERR_VALUE - Detect an error pointer.
24 * @x: The pointer to check.
31 * ERR_PTR - Create an error pointer.
34 * Encodes @error into a pointer value. Users should consider the result
37 * Return: A pointer with @error encoded within its value.
45 * PTR_ERR - Extract the error code from an error pointer.
46 * @ptr: An error pointer.
55 * IS_ERR - Detect an error pointer.
[all …]
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.h42 * @encoder: encoder pointer
43 * @crtc: crtc pointer
51 * @encoder: encoder pointer
52 * @crtc: crtc pointer
61 * @encoder: encoder pointer
62 * @cb: callback pointer, provide NULL to deregister
73 * @encoder: encoder pointer
80 * @encoder: encoder pointer
87 * @encoder: encoder pointer
98 * @encoder: encoder pointer
[all …]
Ddpu_hw_ctl.h63 * @ctx : ctl path ctx pointer
69 * @ctx : ctl path ctx pointer
78 * @ctx : ctl path ctx pointer
85 * @ctx : ctl path ctx pointer
92 * @ctx : ctl path ctx pointer
99 * @ctx : ctl path ctx pointer
108 * @ctx : ctl path ctx pointer
117 * @ctx : ctl path ctx pointer
126 * @ctx : ctl path ctx pointer
135 * @ctx : ctl path ctx pointer
[all …]
Ddpu_hw_sspp.h196 * @pipe: Pointer to software pipe context
197 * @cfg: Pointer to pipe config structure
205 * @pipe: Pointer to software pipe context
206 * @cfg: Pointer to pipe config structure
213 * @ctx: Pointer to pipe context
214 * @pe_ext: Pointer to pixel ext settings
221 * @pipe: Pointer to software pipe context
229 * @ctx: Pointer to pipe context
230 * @data: Pointer to config structure
236 * @pipe: Pointer to software pipe context
[all …]
/Linux-v6.6/drivers/scsi/qedi/
Dqedi_fw_iscsi.h33 * @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 …]
/Linux-v6.6/drivers/net/wwan/iosm/
Diosm_ipc_protocol.h48 * @head_array: 64 bit address to head pointer arr for the pipes
49 * @tail_array: 64 bit address to tail pointer arr for the pipes
50 * @msg_head: 64 bit address to message head pointer
51 * @msg_tail: 64 bit address to message tail pointer
52 * @msg_ring_addr: 64 bit pointer to the message ring buffer
90 * @head_array: Array of head pointer
92 * @tail_array: Array of tail pointer
108 * @p_ap_shm: Pointer to Protocol Shared Memory Structure
110 * @pcie: Pointer to struct iosm_pcie
111 * @imem: Pointer to struct iosm_imem
[all …]
Diosm_ipc_imem.h182 * @old_head: last head pointer reported to CP.
234 * char app or IP stack. The socket buffer pointer are
290 * @wwan: WWAN device pointer
292 * @sio: IPC SIO data structure pointer
293 * @ipc_port: IPC PORT data structure pointer
295 * @trace: IPC trace data structure pointer
296 * @dev: Pointer to device structure
299 * @ipc_devlink: IPC Devlink data structure pointer
305 * @fast_update_timer: forced head pointer update delay timer.
321 * @run_state_worker: Pointer to worker component for device
[all …]
/Linux-v6.6/security/tomoyo/
Dtomoyo.c14 * 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 * @path: Pointer to "struct path".
128 * @path: Pointer to "struct path".
140 * @file: Pointer to "struct file".
152 * @parent: Pointer to "struct path".
[all …]
/Linux-v6.6/fs/vboxsf/
Dvboxsf_wrappers.c81 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 …]
/Linux-v6.6/drivers/staging/media/atomisp/pci/
Dia_css_dvs.h44 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 …]
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_fltr.c9 * @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 * @hw: pointer to the hardware structure
75 * @hw: pointer to the hardware structure
99 * @hw: pointer to the hardware structure
122 * @hw: pointer to the hardware structure
145 * @vsi: pointer to VSI struct
155 * @vsi: pointer to VSI struct
[all …]
Dice_nvm.c10 * @hw: pointer to the HW struct
11 * @module_typeid: module pointer location in words from the NVM beginning
17 * @cd: pointer to command details structure or NULL
52 * @hw: pointer to the HW struct
62 * Returns a status code on failure. Note that the data pointer may be
113 * @hw: pointer to the HW struct
114 * @module_typeid: module pointer location in words from the NVM beginning
120 * @cd: pointer to command details structure or NULL
157 * @hw: pointer to the HW struct
158 * @module_typeid: module pointer location in words from the NVM beginning
[all …]
/Linux-v6.6/include/linux/atomic/
Datomic-instrumented.h21 * @v: pointer to atomic_t
38 * @v: pointer to atomic_t
55 * @v: pointer to atomic_t
73 * @v: pointer to atomic_t
93 * @v: pointer to atomic_t
111 * @v: pointer to atomic_t
130 * @v: pointer to atomic_t
148 * @v: pointer to atomic_t
167 * @v: pointer to atomic_t
185 * @v: pointer to atomic_t
[all …]
Datomic-long.h26 * @v: pointer to atomic_long_t
46 * @v: pointer to atomic_long_t
66 * @v: pointer to atomic_long_t
87 * @v: pointer to atomic_long_t
109 * @v: pointer to atomic_long_t
130 * @v: pointer to atomic_long_t
151 * @v: pointer to atomic_long_t
172 * @v: pointer to atomic_long_t
193 * @v: pointer to atomic_long_t
214 * @v: pointer to atomic_long_t
[all …]
/Linux-v6.6/include/linux/soc/ti/
Dk3-ringacc.h93 * Returns pointer on the RA - struct k3_ringacc
104 * @ringacc: pointer on ringacc
111 * Returns pointer on the Ring - struct k3_ring
123 * @ring: pointer on Ring
130 * @ring: pointer on Ring
139 * @ring: pointer on Ring
147 * @ring: pointer on ring
155 * @ring: pointer on ring
163 * @ring: pointer on ring
173 * @ring: pointer on ring
[all …]
/Linux-v6.6/Documentation/arch/arm64/
Dpointer-authentication.rst2 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 …]
/Linux-v6.6/arch/s390/include/asm/
Dscsw.h225 * @scsw: pointer to scsw
237 * @scsw: pointer to scsw
252 * @scsw: pointer to scsw
267 * @scsw: pointer to scsw
282 * @scsw: pointer to scsw
297 * @scsw: pointer to scsw
312 * @scsw: pointer to scsw
327 * @scsw: pointer to scsw
342 * @scsw: pointer to scsw
357 * @scsw: pointer to scsw
[all …]
/Linux-v6.6/drivers/usb/cdns3/
Dcore.h51 * @dev: pointer to Cadence device struct
52 * @xhci_regs: pointer to base of xhci registers
54 * @dev_regs: pointer to base of dev registers
56 * @otg_v0_regs: pointer to base of v0 otg registers
57 * @otg_v1_regs: pointer to base of v1 otg registers
58 * @otg_cdnsp_regs: pointer to base of CDNSP otg registers
59 * @otg_regs: pointer to base of otg registers
60 * @otg_irq_regs: pointer to interrupt registers
66 * @host_dev: the child host device pointer for cdns core
67 * @gadget_dev: the child gadget device pointer
[all …]
/Linux-v6.6/drivers/net/wireless/rsi/
Drsi_91x_debugfs.c22 * @seq: Pointer to the sequence file structure.
23 * @data: Pointer to the data.
63 * @inode: Pointer to the inode structure.
64 * @file: Pointer to the file structure.
66 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure.
76 * @seq: Pointer to the sequence file structure.
77 * @data: Pointer to the data.
97 * @inode: Pointer to the inode structure.
98 * @file: Pointer to the file structure.
100 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure.
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dverifier_bounds_deduction.c10 __failure __msg("R0 tried to subtract pointer from scalar")
11 __msg_unpriv("R1 has pointer with unsupported alu operation")
25 __msg_unpriv("R1 has pointer with unsupported alu operation")
42 __failure __msg("R0 tried to subtract pointer from scalar")
43 __msg_unpriv("R1 has pointer with unsupported alu operation")
57 __msg_unpriv("R6 has pointer with unsupported alu operation")
75 __failure __msg("R0 tried to subtract pointer from scalar")
76 __msg_unpriv("R1 has pointer with unsupported alu operation")
89 __failure __msg("R0 tried to subtract pointer from scalar")
90 __msg_unpriv("R1 has pointer with unsupported alu operation")
[all …]

12345678910>>...229