Home
last modified time | relevance | path

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

12345678910>>...74

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-devlink.c63 int position; in dpaa2_eth_dl_get_trap() member
66 { .position = 5, .trap_id = DEVLINK_TRAP_GENERIC_ID_VXLAN_PARSING }, in dpaa2_eth_dl_get_trap()
67 { .position = 20, .trap_id = DEVLINK_TRAP_GENERIC_ID_LLC_SNAP_PARSING }, in dpaa2_eth_dl_get_trap()
68 { .position = 24, .trap_id = DEVLINK_TRAP_GENERIC_ID_VLAN_PARSING }, in dpaa2_eth_dl_get_trap()
69 { .position = 26, .trap_id = DEVLINK_TRAP_GENERIC_ID_PPPOE_PPP_PARSING }, in dpaa2_eth_dl_get_trap()
70 { .position = 29, .trap_id = DEVLINK_TRAP_GENERIC_ID_MPLS_PARSING }, in dpaa2_eth_dl_get_trap()
71 { .position = 31, .trap_id = DEVLINK_TRAP_GENERIC_ID_ARP_PARSING }, in dpaa2_eth_dl_get_trap()
72 { .position = 52, .trap_id = DEVLINK_TRAP_GENERIC_ID_IP_1_PARSING }, in dpaa2_eth_dl_get_trap()
73 { .position = 61, .trap_id = DEVLINK_TRAP_GENERIC_ID_IP_N_PARSING }, in dpaa2_eth_dl_get_trap()
74 { .position = 67, .trap_id = DEVLINK_TRAP_GENERIC_ID_GRE_PARSING }, in dpaa2_eth_dl_get_trap()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-usb_power_delivery32 object position number as the first character followed by the
35 /sys/class/usb_power_delivery/.../source_capabilities/<position>:<type>
51 What: /sys/class/usb_power_delivery/.../<capability>/<position>:fixed_supply
59 Specification dictates that the first PDO (at object position
121 What: /sys/class/usb_power_delivery/.../<capability>/<position>:fixed_supply/voltage
127 What: /sys/class/usb_power_delivery/.../source-capabilities/<position>:fixed_supply/peak_current
134 What: /sys/class/usb_power_delivery/.../source-capabilities/<position>:fixed_supply/maximum_current
140 What: /sys/class/usb_power_delivery/.../sink-capabilities/<position>:fixed_supply/operational_curr…
146 What: /sys/class/usb_power_delivery/.../sink-capabilities/<position>:fixed_supply/fast_role_swap_c…
160 What: /sys/class/usb_power_delivery/.../<capability>/<position>:variable_supply
[all …]
/linux/scripts/coccinelle/api/
H A Dstring_choices.cocci23 position P;
46 position P;
65 position P;
84 position P;
103 position P;
122 position P;
141 position P;
160 position P;
179 position P;
198 position P;
[all …]
H A 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 …]
H A 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;
/linux/drivers/gpu/drm/i915/display/
H A Dintel_vblank.c242 int position, vtotal; in __intel_get_crtc_scanline() local
252 position = intel_de_read_fw(display, PIPEDSL(display, pipe)) & PIPEDSL_LINE_MASK; in __intel_get_crtc_scanline()
266 if (HAS_DDI(display) && !position) { in __intel_get_crtc_scanline()
273 if (temp != position) { in __intel_get_crtc_scanline()
274 position = temp; in __intel_get_crtc_scanline()
284 return (position + vtotal + crtc->scanline_offset) % vtotal; in __intel_get_crtc_scanline()
331 int position; in i915_get_crtc_scanoutpos() local
368 position = __intel_get_crtc_scanline(crtc); in i915_get_crtc_scanoutpos()
371 * Already exiting vblank? If so, shift our position in i915_get_crtc_scanoutpos()
376 if (position >= vbl_start && scanlines < position) in i915_get_crtc_scanoutpos()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A 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 …]
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c28 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/scripts/coccinelle/null/
H A 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 …]
H A Dkmerr.cocci22 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/arch/parisc/math-emu/
H A 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 …]
H A 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 …]
/linux/sound/pci/ctxfi/
H A 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 …]
H A Dcttimer.c38 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/Documentation/input/devices/
H A 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 …]
/linux/include/linux/sunrpc/
H A 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()
/linux/drivers/staging/media/atomisp/pci/base/circbuf/src/
H A 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 …]
/linux/drivers/pci/pcie/
H A Daer.c451 "RxErr", /* Bit Position 0 */
457 "BadTLP", /* Bit Position 6 */
458 "BadDLLP", /* Bit Position 7 */
459 "Rollover", /* Bit Position 8 */
463 "Timeout", /* Bit Position 12 */
464 "NonFatalErr", /* Bit Position 13 */
465 "CorrIntErr", /* Bit Position 14 */
466 "HeaderOF", /* Bit Position 15 */
467 NULL, /* Bit Position 16 */
468 NULL, /* Bit Position 17 */
[all …]
/linux/scripts/coccinelle/misc/
H A 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;
H A Dwarn.cocci17 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/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh_internal.h38 /* 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/drivers/firmware/tegra/
H A Divc.c153 if (ivc->tx.position == ivc->num_frames - 1) in tegra_ivc_advance_tx()
154 ivc->tx.position = 0; in tegra_ivc_advance_tx()
156 ivc->tx.position++; in tegra_ivc_advance_tx()
165 if (ivc->rx.position == ivc->num_frames - 1) in tegra_ivc_advance_rx()
166 ivc->rx.position = 0; in tegra_ivc_advance_rx()
168 ivc->rx.position++; in tegra_ivc_advance_rx()
291 * Order observation of ivc->rx.position potentially indicating new in tegra_ivc_read_get_next_frame()
296 tegra_ivc_invalidate_frame(ivc, ivc->rx.phys, ivc->rx.position, 0, in tegra_ivc_read_get_next_frame()
299 return tegra_ivc_frame_virt(ivc, &ivc->rx.map, ivc->rx.position, map); in tegra_ivc_read_get_next_frame()
323 * Ensure our write to ivc->rx.position occurs before our read from in tegra_ivc_read_advance()
[all …]
/linux/arch/s390/kernel/
H A Ddis.c75 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/include/video/
H A Ds1d13xxxfb.h46 #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/drivers/nvdimm/
H A Dlabel.h75 * @position: this label's position in the set
90 __le16 position; member
107 * @position: labels position in set
125 __le16 position; member
150 * @position: this label's position in the set
167 __le16 position; member

12345678910>>...74