Home
last modified time | relevance | path

Searched full:position (Results 1 – 25 of 3648) sorted by relevance

12345678910>>...146

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-devlink.c72 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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh_internal.h86 /* lower bit position of bitfield itr_reg_res_dsbl */
96 /* lower bit position of bitfield itr_reset */
102 /* lower bit position of bitfield dca{d}_cpuid[7:0] */
118 /* lower bit position of bitfield dca_en */
136 /* lower bit position of bitfield dca_mode[3:0] */
156 /* lower bit position of bitfield desc{d}_data_size[4:0] */
175 /* lower bit position of bitfield dca{d}_desc_en */
194 /* lower bit position of bitfield desc{d}_en */
214 /* lower bit position of bitfield desc{d}_hdr_size[4:0] */
234 /* lower bit position of bitfield desc{d}_hdr_split */
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh_internal.h111 /* 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 …]
/kernel/linux/linux-5.10/fs/ntfs/
Dmst.c43 /* 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 …]
/kernel/linux/linux-4.19/scripts/coccinelle/null/
Dderef_null.cocci22 position p1;
30 position p2;
44 position p1;
58 position p!={pr1.p1,pr2.p2};
59 position ifm.p1;
119 position p!={pr1.p1,pr2.p2};
120 position ifm.p1;
179 position p!={pr1.p1,pr2.p2};
180 position ifm.p1;
218 position p1;
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/null/
Dderef_null.cocci23 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 …]
/kernel/linux/linux-4.19/fs/ntfs/
Dmst.c57 /* Position of usn in update sequence array. */ in post_read_mst_fixup()
68 * Position in protected data of first u16 that needs fixing up. in post_read_mst_fixup()
92 * Increment position in usa and restore original data from in post_read_mst_fixup()
96 /* Increment position in data as well. */ in post_read_mst_fixup()
117 * will fail (the header needs to contain the position of the update sequence
121 * position at that time).
143 /* Position of usn in update sequence array. */ in pre_write_mst_fixup()
154 /* Position in data of first u16 that needs fixing up. */ in pre_write_mst_fixup()
159 * Increment the position in the usa and save the in pre_write_mst_fixup()
165 /* Increment position in data as well. */ in pre_write_mst_fixup()
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dkfree_mismatch.cocci19 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 …]
Dkfree_sensitive.cocci28 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;
/kernel/linux/linux-5.10/arch/parisc/math-emu/
Dfcnvuf.c69 * 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 …]
Dfcnvxf.c77 * 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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
Dhgsmi_base.c106 * @hot_x: Horizontal position of the hot spot.
107 * @hot_y: Vertical position of the hot spot.
174 * Report the guest cursor position. The host may wish to use this information
175 * to re-position its own cursor (though this is currently unlikely). The
176 * current host cursor position is returned.
179 * @report_position: Are we reporting a position?
180 * @x: Guest cursor X position.
181 * @y: Guest cursor Y position.
182 * @x_host: Host cursor X position is stored here. Optional.
183 * @y_host: Host cursor Y position is stored here. Optional.
/kernel/linux/linux-4.19/arch/parisc/math-emu/
Dfcnvuf.c82 * a value in dst_exponent indicating the bit position, in sgl_to_sgl_fcnvuf()
86 /* left justify source, with msb at bit position 0 */ in sgl_to_sgl_fcnvuf()
141 * a value in dst_exponent indicating the bit position, in sgl_to_dbl_fcnvuf()
145 /* left justify source, with msb at bit position 0 */ in sgl_to_dbl_fcnvuf()
183 * a value in dst_exponent indicating the bit position, in dbl_to_sgl_fcnvuf()
187 /* left justify source, with msb at bit position 0 */ in dbl_to_sgl_fcnvuf()
192 * adjust bit position count in dbl_to_sgl_fcnvuf()
199 * a value in dst_exponent indicating the bit position, in dbl_to_sgl_fcnvuf()
204 /* left justify source, with msb at bit position 0 */ in dbl_to_sgl_fcnvuf()
265 * a value in dst_exponent indicating the bit position, in dbl_to_dbl_fcnvuf()
[all …]
Dfcnvxf.c90 * a value in dst_exponent indicating the bit position, in sgl_to_sgl_fcnvxf()
94 /* left justify source, with msb at bit position 1 */ in sgl_to_sgl_fcnvxf()
161 * a value in dst_exponent indicating the bit position, in sgl_to_dbl_fcnvxf()
165 /* left justify source, with msb at bit position 1 */ in sgl_to_dbl_fcnvxf()
213 * a value in dst_exponent indicating the bit position, in dbl_to_sgl_fcnvxf()
217 /* left justify source, with msb at bit position 1 */ in dbl_to_sgl_fcnvxf()
228 * adjust bit position count in dbl_to_sgl_fcnvxf()
235 * a value in dst_exponent indicating the bit position, in dbl_to_sgl_fcnvxf()
240 /* left justify source, with msb at bit position 1 */ in dbl_to_sgl_fcnvxf()
318 * a value in dst_exponent indicating the bit position, in dbl_to_dbl_fcnvxf()
[all …]
/kernel/linux/linux-5.10/drivers/pci/pcie/
Daer.c448 "RxErr", /* Bit Position 0 */
454 "BadTLP", /* Bit Position 6 */
455 "BadDLLP", /* Bit Position 7 */
456 "Rollover", /* Bit Position 8 */
460 "Timeout", /* Bit Position 12 */
461 "NonFatalErr", /* Bit Position 13 */
462 "CorrIntErr", /* Bit Position 14 */
463 "HeaderOF", /* Bit Position 15 */
464 NULL, /* Bit Position 16 */
465 NULL, /* Bit Position 17 */
[all …]
/kernel/linux/linux-4.19/sound/pci/ctxfi/
Dctpcm.c257 unsigned long position; in ct_pcm_playback_pointer() local
262 /* Read out playback position */ in ct_pcm_playback_pointer()
263 position = atc->pcm_playback_position(atc, apcm); in ct_pcm_playback_pointer()
264 position = bytes_to_frames(runtime, position); in ct_pcm_playback_pointer()
265 if (position >= runtime->buffer_size) in ct_pcm_playback_pointer()
266 position = 0; in ct_pcm_playback_pointer()
267 return position; in ct_pcm_playback_pointer()
363 unsigned long position; in ct_pcm_capture_pointer() local
368 /* Read out playback position */ in ct_pcm_capture_pointer()
369 position = atc->pcm_capture_position(atc, apcm); in ct_pcm_capture_pointer()
[all …]
/kernel/linux/linux-5.10/sound/pci/ctxfi/
Dctpcm.c247 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 …]
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dsemicolon.cocci17 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;
/kernel/linux/linux-4.19/scripts/coccinelle/misc/
Dsemicolon.cocci16 position p;
24 position p;
48 position p1;
49 position p != {r_default.p, r_case.p};
66 position r1.p;
76 position r1.p;
/kernel/linux/linux-5.10/Documentation/input/devices/
Datarikbd.rst30 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 …]
/kernel/linux/linux-4.19/Documentation/input/devices/
Datarikbd.rst30 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 …]
/kernel/linux/linux-5.10/include/linux/sunrpc/
Drpc_rdma.h135 * 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()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/base/circbuf/src/
Dcircbuf.c40 * 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 …]
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c58 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 …]
/kernel/linux/linux-4.19/include/linux/mtd/
Dnand.h52 * @lun_addr_shift: position of the LUN identifier in the row address
53 * @eraseblock_addr_shift: position of the eraseblock identifier in the row
62 * struct nand_pos - NAND position object
82 * @pos: the position this I/O request is targeting
162 * @rowconv: position to row address converter
416 * nanddev_offs_to_pos() - Convert an absolute NAND offset into a NAND position
419 * @pos: a NAND position object to fill in
444 * @a: First NAND position
445 * @b: Second NAND position
470 * nanddev_pos_to_offs() - Convert a NAND position into an absolute offset
[all …]

12345678910>>...146