| /Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ | 
| D | dpaa2-eth-devlink.c | 72 		int position;  in dpaa2_eth_dl_get_trap()  member 75 		{ .position = 5,  .trap_id = DEVLINK_TRAP_GENERIC_ID_VXLAN_PARSING },  in dpaa2_eth_dl_get_trap() 76 		{ .position = 20, .trap_id = DEVLINK_TRAP_GENERIC_ID_LLC_SNAP_PARSING },  in dpaa2_eth_dl_get_trap() 77 		{ .position = 24, .trap_id = DEVLINK_TRAP_GENERIC_ID_VLAN_PARSING },  in dpaa2_eth_dl_get_trap() 78 		{ .position = 26, .trap_id = DEVLINK_TRAP_GENERIC_ID_PPPOE_PPP_PARSING },  in dpaa2_eth_dl_get_trap() 79 		{ .position = 29, .trap_id = DEVLINK_TRAP_GENERIC_ID_MPLS_PARSING },  in dpaa2_eth_dl_get_trap() 80 		{ .position = 31, .trap_id = DEVLINK_TRAP_GENERIC_ID_ARP_PARSING },  in dpaa2_eth_dl_get_trap() 81 		{ .position = 52, .trap_id = DEVLINK_TRAP_GENERIC_ID_IP_1_PARSING },  in dpaa2_eth_dl_get_trap() 82 		{ .position = 61, .trap_id = DEVLINK_TRAP_GENERIC_ID_IP_N_PARSING },  in dpaa2_eth_dl_get_trap() 83 		{ .position = 67, .trap_id = DEVLINK_TRAP_GENERIC_ID_GRE_PARSING },  in dpaa2_eth_dl_get_trap() [all …] 
 | 
| /Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/ | 
| D | hw_atl_llh_internal.h | 111 /* lower bit position of bitfield itr_reg_res_dsbl */ 121 /* lower bit position of bitfield itr_reset */ 133 /* lower bit position of bitfield  rsc_delay */ 140 /* lower bit position of bitfield dca{d}_cpuid[7:0] */ 156 /* lower bit position of bitfield dca_en */ 174 /* lower bit position of bitfield dca_mode[3:0] */ 194 /* lower bit position of bitfield desc{d}_data_size[4:0] */ 213 /* lower bit position of bitfield dca{d}_desc_en */ 232 /* lower bit position of bitfield desc{d}_en */ 252 /* lower bit position of bitfield desc{d}_hdr_size[4:0] */ [all …] 
 | 
| /Linux-v5.15/net/sunrpc/xprtrdma/ | 
| D | svc_rdma_pcl.c | 28 static struct svc_rdma_chunk *pcl_alloc_chunk(u32 segcount, u32 position)  in pcl_alloc_chunk()  argument 36 	chunk->ch_position = position;  in pcl_alloc_chunk() 44 pcl_lookup_position(struct svc_rdma_pcl *pcl, u32 position)  in pcl_lookup_position()  argument 49 		if (pos->ch_position == position)  in pcl_lookup_position() 94  * - The list might not be in order by position. 110 		u32 position, handle, length;  in pcl_alloc_call()  local 114 		p = xdr_decode_read_segment(p, &position, &handle,  in pcl_alloc_call() 116 		if (position != 0)  in pcl_alloc_call() 120 			chunk = pcl_alloc_chunk(segcount, position);  in pcl_alloc_call() 145  * - The list might not be in order by position. [all …] 
 | 
| /Linux-v5.15/fs/ntfs/ | 
| D | mst.c | 43 	/* Position of usn in update sequence array. */  in post_read_mst_fixup() 54 	 * Position in protected data of first u16 that needs fixing up.  in post_read_mst_fixup() 78 		 * Increment position in usa and restore original data from  in post_read_mst_fixup() 82 		/* Increment position in data as well. */  in post_read_mst_fixup() 103  * will fail (the header needs to contain the position of the update sequence 107  * position at that time). 129 	/* Position of usn in update sequence array. */  in pre_write_mst_fixup() 140 	/* Position in data of first u16 that needs fixing up. */  in pre_write_mst_fixup() 145 		 * Increment the position in the usa and save the  in pre_write_mst_fixup() 151 		/* Increment position in data as well. */  in pre_write_mst_fixup() [all …] 
 | 
| /Linux-v5.15/scripts/coccinelle/null/ | 
| D | deref_null.cocci | 23 position p1; 31 position p2; 45 position p1; 59 position p!={pr1.p1,pr2.p2}; 60 position ifm.p1; 120 position p!={pr1.p1,pr2.p2}; 121 position ifm.p1; 180 position p!={pr1.p1,pr2.p2}; 181 position ifm.p1; 219 position p1; [all …] 
 | 
| D | kmerr.cocci | 22 position p; 32 position p1 != withtest.p; 34 position any withtest.p; 47 position p1 != withtest.p; 48 position p2; 50 position any withtest.p;
  | 
| /Linux-v5.15/scripts/coccinelle/api/ | 
| D | kfree_mismatch.cocci | 19 position kok, vok; 54 position fok; 64 position a != alloc.kok; 65 position f != free.fok; 78 position a != alloc.kok; 79 position f != free.fok; 93 position a != alloc.vok; 94 position f != free.fok; 106 position a != alloc.vok; 107 position f != free.fok; [all …] 
 | 
| D | kfree_sensitive.cocci | 28 position ok; 36 position p : script:python() { relevant(p) }; 37 position m != cond.ok; 52 position p : script:python() { relevant(p) }; 53 position m != cond.ok; 70 position p : script:python() { relevant(p) }; 71 position m != cond.ok;
  | 
| /Linux-v5.15/arch/parisc/math-emu/ | 
| D | fcnvuf.c | 69 	 * a value in dst_exponent indicating the bit position,  in sgl_to_sgl_fcnvuf() 73 	/*  left justify source, with msb at bit position 0  */  in sgl_to_sgl_fcnvuf() 128 	 * a value in dst_exponent indicating the bit position,  in sgl_to_dbl_fcnvuf() 132 	/*  left justify source, with msb at bit position 0  */  in sgl_to_dbl_fcnvuf() 170 		 * a value in dst_exponent indicating the bit position,  in dbl_to_sgl_fcnvuf() 174 		/*  left justify source, with msb at bit position 0  */  in dbl_to_sgl_fcnvuf() 179 		 *  adjust bit position count  in dbl_to_sgl_fcnvuf() 186 		 * a value in dst_exponent indicating the bit position,  in dbl_to_sgl_fcnvuf() 191 		/*  left justify source, with msb at bit position 0  */  in dbl_to_sgl_fcnvuf() 252 		 * a value in dst_exponent indicating the bit position,  in dbl_to_dbl_fcnvuf() [all …] 
 | 
| D | fcnvxf.c | 77 	 * a value in dst_exponent indicating the bit position,  in sgl_to_sgl_fcnvxf() 81 	/*  left justify source, with msb at bit position 1  */  in sgl_to_sgl_fcnvxf() 148 	 * a value in dst_exponent indicating the bit position,  in sgl_to_dbl_fcnvxf() 152 	/*  left justify source, with msb at bit position 1  */  in sgl_to_dbl_fcnvxf() 200 		 * a value in dst_exponent indicating the bit position,  in dbl_to_sgl_fcnvxf() 204 		/*  left justify source, with msb at bit position 1  */  in dbl_to_sgl_fcnvxf() 215 		 *  adjust bit position count  in dbl_to_sgl_fcnvxf() 222 		 * a value in dst_exponent indicating the bit position,  in dbl_to_sgl_fcnvxf() 227 		/*  left justify source, with msb at bit position 1  */  in dbl_to_sgl_fcnvxf() 305 		 * a value in dst_exponent indicating the bit position,  in dbl_to_dbl_fcnvxf() [all …] 
 | 
| /Linux-v5.15/drivers/pci/pcie/ | 
| D | aer.c | 449 	"RxErr",			/* Bit Position 0	*/ 455 	"BadTLP",			/* Bit Position 6	*/ 456 	"BadDLLP",			/* Bit Position 7	*/ 457 	"Rollover",			/* Bit Position 8	*/ 461 	"Timeout",			/* Bit Position 12	*/ 462 	"NonFatalErr",			/* Bit Position 13	*/ 463 	"CorrIntErr",			/* Bit Position 14	*/ 464 	"HeaderOF",			/* Bit Position 15	*/ 465 	NULL,				/* Bit Position 16	*/ 466 	NULL,				/* Bit Position 17	*/ [all …] 
 | 
| /Linux-v5.15/sound/pci/ctxfi/ | 
| D | ctpcm.c | 247 	unsigned long position;  in ct_pcm_playback_pointer()  local 252 	/* Read out playback position */  in ct_pcm_playback_pointer() 253 	position = atc->pcm_playback_position(atc, apcm);  in ct_pcm_playback_pointer() 254 	position = bytes_to_frames(runtime, position);  in ct_pcm_playback_pointer() 255 	if (position >= runtime->buffer_size)  in ct_pcm_playback_pointer() 256 		position = 0;  in ct_pcm_playback_pointer() 257 	return position;  in ct_pcm_playback_pointer() 353 	unsigned long position;  in ct_pcm_capture_pointer()  local 358 	/* Read out playback position */  in ct_pcm_capture_pointer() 359 	position = atc->pcm_capture_position(atc, apcm);  in ct_pcm_capture_pointer() [all …] 
 | 
| D | cttimer.c | 38 	unsigned int position;  member 72 	unsigned int position, dist, interval;  in ct_systimer_callback()  local 74 	position = substream->ops->pointer(substream);  in ct_systimer_callback() 75 	dist = (position + buffer_size - ti->position) % buffer_size;  in ct_systimer_callback() 77 	    position / period_size != ti->position / period_size) {  in ct_systimer_callback() 79 		ti->position = position;  in ct_systimer_callback() 83 	interval = ((period_size - (position % period_size))  in ct_systimer_callback() 174  * also updates the each stream position, returns the number of streams 205 			if (pos / period_size != ti->position / period_size) {  in ct_xfitimer_reprogram() 207 				ti->position = pos;  in ct_xfitimer_reprogram() [all …] 
 | 
| /Linux-v5.15/Documentation/input/devices/ | 
| D | atarikbd.rst | 30 ISO key position in the scan code table should exist even if no keyswitch 31 exists in that position on a particular keyboard. The break code for each key 40     0xF7            absolute mouse position record 41     0xF8-0xFB       relative mouse position records (lsbs determined by 66 Relative Position Reporting 69 In relative position mode, the ikbd will return relative mouse position 74 Note that the ikbd may return mouse relative position reports with 80 The relative mouse position record is a three byte record of the form 83     %111110xy           ; mouse position record flag 96 Absolute Position reporting [all …] 
 | 
| /Linux-v5.15/scripts/coccinelle/misc/ | 
| D | semicolon.cocci | 17 position p; 25 position p; 49 position p1; 50 position p != {r_default.p, r_case.p}; 67 position r1.p; 77 position r1.p;
  | 
| D | warn.cocci | 17 position p; 25 position p != bad1.p; 46 position p != bad1.p; 66 position p; 74 position p != bad1.p; 95 position p != bad2.p;
  | 
| /Linux-v5.15/include/linux/sunrpc/ | 
| D | rpc_rdma.h | 135  *   Pointer to the XDR position that follows the encoded RDMA segment 148  * @position: The position to encode 154  *   Pointer to the XDR position that follows the encoded Read segment 156 static inline __be32 *xdr_encode_read_segment(__be32 *p, u32 position,  in xdr_encode_read_segment()  argument 160 	*p++ = cpu_to_be32(position);  in xdr_encode_read_segment() 185  * @position: Upon return, the segment's position 193 static inline __be32 *xdr_decode_read_segment(__be32 *p, u32 *position,  in xdr_decode_read_segment()  argument 197 	*position = be32_to_cpup(p++);  in xdr_decode_read_segment()
  | 
| /Linux-v5.15/drivers/gpu/drm/vboxvideo/ | 
| D | hgsmi_base.c | 110  * @hot_x:      Horizontal position of the hot spot. 111  * @hot_y:      Vertical position of the hot spot. 178  * hgsmi_cursor_position - Report the guest cursor position.  The host may 179  *                         wish to use this information to re-position its 181  *                         The current host cursor position is returned. 184  * @report_position:  Are we reporting a position? 185  * @x:                Guest cursor X position. 186  * @y:                Guest cursor Y position. 187  * @x_host:           Host cursor X position is stored here.  Optional. 188  * @y_host:           Host cursor Y position is stored here.  Optional.
  | 
| /Linux-v5.15/drivers/staging/media/atomisp/pci/base/circbuf/src/ | 
| D | circbuf.c | 40  * A chunk of elements (i.e. the ones from the "start" position 41  * to the "chunk_src" position) are shifted in the circular buffer, 45  * @param chunk_src  The position at which the first element in the chunk is. 46  * @param chunk_dest The position to which the first element in the chunk would be shift. 137 	 * Step 1: When the target element is at the "start" position.  in ia_css_circbuf_extract() 154 	 * "end" position.  in ia_css_circbuf_extract() 156 	/* get the position of the target element */  in ia_css_circbuf_extract() 180 	/* get the value at the position */  in ia_css_circbuf_peek() 194 	/* get the value at the position */  in ia_css_circbuf_peek_from_start() 276 	/* get the element from the target position */  in ia_css_circbuf_read() [all …] 
 | 
| /Linux-v5.15/drivers/staging/media/sunxi/cedrus/ | 
| D | cedrus_h264.c | 58 					      unsigned int position,  in cedrus_h264_mv_col_buf_addr()  argument 63 	/* Adjust for the position */  in cedrus_h264_mv_col_buf_addr() 64 	addr += position * ctx->codec.h264.mv_col_buf_field_size * 2;  in cedrus_h264_mv_col_buf_addr() 79 	unsigned int position = buf->codec.h264.position;  in cedrus_fill_ref_pic()  local 88 		cpu_to_le32(cedrus_h264_mv_col_buf_addr(ctx, position, 0));  in cedrus_fill_ref_pic() 90 		cpu_to_le32(cedrus_h264_mv_col_buf_addr(ctx, position, 1));  in cedrus_fill_ref_pic() 103 	unsigned int position;  in cedrus_write_frame_list()  local 124 		position = cedrus_buf->codec.h264.position;  in cedrus_write_frame_list() 125 		used_dpbs |= BIT(position);  in cedrus_write_frame_list() 128 			output = position;  in cedrus_write_frame_list() [all …] 
 | 
| /Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ | 
| D | hw_atl2_llh_internal.h | 38 /* lower bit position of bitfield rpf_new_rpf_en */ 57 /* lower bit position of bitfield l2_uc_req_tag0{f}[2:0] */ 75 /* lower bit position of bitfield rpf_l2_bc_req_tag */ 92 /* lower bit position of bitfield rpf_rss_red1_data[4:0] */ 111 /* lower bit position of bitfield vlan_req_tag0{f}[3:0] */ 127 /* Lower bit position of bitfield rx_q{Q}_tc_map[2:0] */ 146 /* lower bit position of bitfield tx_tc_q_rand_map_en */ 164 /* lower bit position of bitfield tx_buffer_clk_gate_en */ 180 /* lower bit position of bitfield tx_q_tc_map{q} */ 199 /* lower bit position of bitfield data_tc_arb_mode */ [all …] 
 | 
| /Linux-v5.15/drivers/firmware/tegra/ | 
| D | ivc.c | 149 	if (ivc->tx.position == ivc->num_frames - 1)  in tegra_ivc_advance_tx() 150 		ivc->tx.position = 0;  in tegra_ivc_advance_tx() 152 		ivc->tx.position++;  in tegra_ivc_advance_tx() 160 	if (ivc->rx.position == ivc->num_frames - 1)  in tegra_ivc_advance_rx() 161 		ivc->rx.position = 0;  in tegra_ivc_advance_rx() 163 		ivc->rx.position++;  in tegra_ivc_advance_rx() 279 	 * Order observation of ivc->rx.position potentially indicating new  in tegra_ivc_read_get_next_frame() 284 	tegra_ivc_invalidate_frame(ivc, ivc->rx.phys, ivc->rx.position, 0,  in tegra_ivc_read_get_next_frame() 287 	return tegra_ivc_frame_virt(ivc, ivc->rx.channel, ivc->rx.position);  in tegra_ivc_read_get_next_frame() 311 	 * Ensure our write to ivc->rx.position occurs before our read from  in tegra_ivc_read_advance() [all …] 
 | 
| /Linux-v5.15/arch/s390/kernel/ | 
| D | dis.c | 75 	A_8,	/* Access reg. starting at position 8 */ 76 	A_12,	/* Access reg. starting at position 12 */ 77 	A_24,	/* Access reg. starting at position 24 */ 78 	A_28,	/* Access reg. starting at position 28 */ 79 	B_16,	/* Base register starting at position 16 */ 80 	B_32,	/* Base register starting at position 32 */ 81 	C_8,	/* Control reg. starting at position 8 */ 82 	C_12,	/* Control reg. starting at position 12 */ 84 	D_20,	/* Displacement starting at position 20 */ 85 	D_36,	/* Displacement starting at position 36 */ [all …] 
 | 
| /Linux-v5.15/include/video/ | 
| D | s1d13xxxfb.h | 46 #define S1DREG_TFT_FPLINE_START		0x0035	/* TFT FPLINE Start Position Register */ 51 #define S1DREG_TFT_FPFRAME_START	0x003B	/* TFT FPFRAME Start Position Register */ 65 #define S1DREG_CRT_HRTC_START		0x0053	/* CRT/TV HRTC Start Position Register */ 70 #define S1DREG_CRT_VRTC_START		0x0059	/* CRT/TV VRTC Start Position Register */ 84 #define S1DREG_LCD_CUR_XPOS0		0x0072	/* LCD Cursor X Position Register 0 */ 85 #define S1DREG_LCD_CUR_XPOS1		0x0073	/* LCD Cursor X Position Register 1 */ 86 #define S1DREG_LCD_CUR_YPOS0		0x0074	/* LCD Cursor Y Position Register 0 */ 87 #define S1DREG_LCD_CUR_YPOS1		0x0075	/* LCD Cursor Y Position Register 1 */ 97 #define S1DREG_CRT_CUR_XPOS0		0x0082	/* CRT/TV Cursor X Position Register 0 */ 98 #define S1DREG_CRT_CUR_XPOS1		0x0083	/* CRT/TV Cursor X Position Register 1 */ [all …] 
 | 
| /Linux-v5.15/sound/soc/sof/intel/ | 
| D | hda-pcm.c | 129 		 * FW we don't want position updates. Newer versions use  in hda_dsp_pcm_hw_params() 170 		/* read position from IPC position */  in hda_dsp_pcm_pointer() 176 	 * DPIB/posbuf position mode:  in hda_dsp_pcm_pointer() 179 	 * For Capture, Use the position buffer for pointer, as DPIB  in hda_dsp_pcm_pointer() 191 		 * position incorrect issue:  in hda_dsp_pcm_pointer() 193 		 * 1. Wait at least 20us before reading position buffer after  in hda_dsp_pcm_pointer() 194 		 * the interrupt generated(IOC), to make sure position update  in hda_dsp_pcm_pointer() 197 		 * position value.  in hda_dsp_pcm_pointer() 198 		 * 3. Read the DMA Position from posbuf. Now the readback  in hda_dsp_pcm_pointer() 215 	dev_vdbg(sdev->dev, "PCM: stream %d dir %d position %lu\n",  in hda_dsp_pcm_pointer()
  |