Home
last modified time | relevance | path

Searched full:starting (Results 1 – 25 of 2938) sorted by relevance

12345678910>>...118

/Linux-v6.1/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.h12 * Bit 15-10: RW Reserved. Default 1 starting from G12A
13 * Bit 9 RW sw_reset_i2c starting from G12A
14 * Bit 8 RW sw_reset_axiarb starting from G12A
15 * Bit 7 RW Reserved. Default 1, sw_reset_emp starting from G12A
16 * Bit 6 RW Reserved. Default 1, sw_reset_flt starting from G12A
17 * Bit 5 RW Reserved. Default 1, sw_reset_hdcp22 starting from G12A
39 * Bit 7 RW hdcp22_skpclk_en: starting from G12A, 1=enable; 0=disable
40 * Bit 6 RW hdcp22_esmclk_en: starting from G12A, 1=enable; 0=disable
41 * Bit 5 RW hdcp22_tmdsclk_en: starting from G12A, 1=enable; 0=disable
51 * Bit 31:28 RW rxsense_glitch_width: starting from G12A
[all …]
/Linux-v6.1/arch/s390/kernel/
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 */
83 D20_20, /* 20 bit displacement starting at 20 */
84 D_20, /* Displacement starting at position 20 */
[all …]
Dcompat_ptrace.h10 __u32 cr10; /* PER starting address */
45 u32 start_code; /* Starting virtual address of text. */
46 u32 start_stack; /* Starting virtual address of stack area.
/Linux-v6.1/tools/testing/selftests/livepatch/
Dtest-state.sh27 livepatch: '$MOD_LIVEPATCH': starting patching transition
36 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
59 livepatch: '$MOD_LIVEPATCH': starting patching transition
69 livepatch: '$MOD_LIVEPATCH2': starting patching transition
79 livepatch: '$MOD_LIVEPATCH2': starting unpatching transition
104 livepatch: '$MOD_LIVEPATCH2': starting patching transition
114 livepatch: '$MOD_LIVEPATCH3': starting patching transition
125 livepatch: '$MOD_LIVEPATCH2': starting patching transition
134 livepatch: '$MOD_LIVEPATCH2': starting unpatching transition
157 livepatch: '$MOD_LIVEPATCH2': starting patching transition
[all …]
Dtest-callbacks.sh44 livepatch: '$MOD_LIVEPATCH': starting patching transition
53 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
88 livepatch: '$MOD_LIVEPATCH': starting patching transition
101 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
139 livepatch: '$MOD_LIVEPATCH': starting patching transition
152 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
184 livepatch: '$MOD_LIVEPATCH': starting patching transition
201 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
226 livepatch: '$MOD_LIVEPATCH': starting patching transition
233 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
[all …]
Dtest-livepatch.sh37 livepatch: '$MOD_LIVEPATCH': starting patching transition
42 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
81 livepatch: '$MOD_LIVEPATCH': starting patching transition
88 livepatch: '$MOD_REPLACE': starting patching transition
95 livepatch: '$MOD_REPLACE': starting unpatching transition
102 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
141 livepatch: '$MOD_LIVEPATCH': starting patching transition
148 livepatch: '$MOD_REPLACE': starting patching transition
156 livepatch: '$MOD_REPLACE': starting unpatching transition
Dtest-sysfs.sh33 livepatch: '$MOD_LIVEPATCH': starting patching transition
38 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
63 livepatch: 'test_klp_callbacks_demo': starting patching transition
80 livepatch: 'test_klp_callbacks_demo': starting unpatching transition
/Linux-v6.1/drivers/infiniband/hw/qib/
Dqib_verbs.h149 u64 z_unicast_xmit; /* starting count for PMA */
150 u64 z_unicast_rcv; /* starting count for PMA */
151 u64 z_multicast_xmit; /* starting count for PMA */
152 u64 z_multicast_rcv; /* starting count for PMA */
153 u64 z_symbol_error_counter; /* starting count for PMA */
154 u64 z_link_error_recovery_counter; /* starting count for PMA */
155 u64 z_link_downed_counter; /* starting count for PMA */
156 u64 z_port_rcv_errors; /* starting count for PMA */
157 u64 z_port_rcv_remphys_errors; /* starting count for PMA */
158 u64 z_port_xmit_discards; /* starting count for PMA */
[all …]
/Linux-v6.1/include/linux/
Dmsdos_partition.h9 u8 head; /* starting head */
10 u8 sector; /* starting sector */
11 u8 cyl; /* starting cylinder */
16 __le32 start_sect; /* starting sector counting from 0 */
23 * gets confused about extended/logical partitions starting past
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_rtbitmap.c97 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back()
105 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_back()
116 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_back()
137 * If the starting position is not word-aligned, deal with the in xfs_rtfind_back()
186 * Starting on a word boundary, no partial word. in xfs_rtfind_back()
272 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
280 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_forw()
291 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_forw()
312 * If the starting position is not word-aligned, deal with the in xfs_rtfind_forw()
359 * Starting on a word boundary, no partial word. in xfs_rtfind_forw()
[all …]
/Linux-v6.1/fs/ntfs/
Drunlist.h19 * @vcn: starting vcn of the current array element
20 * @lcn: starting lcn of the current array element
25 * When lcn == -1 this means that the count vcns starting at vcn are not
29 VCN vcn; /* vcn = Starting virtual cluster number. */
30 LCN lcn; /* lcn = Starting logical cluster number. */
/Linux-v6.1/drivers/media/test-drivers/vidtv/
Dvidtv_common.c22 * @to: Starting element to where a MPEG-TS packet will
24 * @to_offset: Starting position of the @to buffer to be filled.
26 * @from: Starting element of the buffer to be copied.
59 * @to: Starting element to set
60 * @to_offset: Starting position of the @to buffer to be filled.
/Linux-v6.1/drivers/usb/dwc3/
Dio.h24 * We requested the mem region starting from the Globals address in dwc3_readl()
26 * However, the offsets are given starting from xHCI address space. in dwc3_readl()
43 * We requested the mem region starting from the Globals address in dwc3_writel()
45 * However, the offsets are given starting from xHCI address space. in dwc3_writel()
/Linux-v6.1/net/ceph/
Dauth_none.c19 xi->starting = true; in reset()
32 return !xi->starting; in is_authenticated()
39 return xi->starting; in should_authenticate()
79 xi->starting = false; in handle_reply()
140 xi->starting = true; in ceph_auth_none_init()
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dasm-utils.S26 // Print a NUL-terminated string starting at address x0 to stdout
131 // Trivial memory copy: copy x2 bytes, starting at address x1, to address x0.
144 // Fill x1 bytes starting at x0 with 0xae (for canary purposes)
152 // Fill x1 bytes starting at x0 with 0.
160 // Trivial memory fill: fill x1 bytes starting at address x0 with byte w2
/Linux-v6.1/drivers/media/platform/ti/davinci/
Dvpif_capture.h64 /* offset where Y top starts from the starting of the buffer */
66 /* offset where Y bottom starts from the starting of the buffer */
68 /* offset where C top starts from the starting of the buffer */
70 /* offset where C bottom starts from the starting of the buffer */
Dvpif_display.h77 * starting of the buffer */
79 * starting of the buffer */
81 * starting of the buffer */
83 * starting of the buffer */
/Linux-v6.1/include/linux/phy/
Dphy-mipi-dphy.h54 * state starting the HS transmission.
65 * should ignore any Clock Lane HS transitions, starting from
98 * state prior to starting the Clock.
138 * state starting the HS transmission.
149 * shall ignore any Data Lane HS transitions, starting from
272 * Number of active, consecutive, data lanes, starting from
/Linux-v6.1/drivers/staging/sm750fb/
Dsm750_accel.h201 * @sx: Starting x coordinate of source surface
202 * @sy: Starting y coordinate of source surface
206 * @dx: Starting x coordinate of destination surface
207 * @dy: Starting y coordinate of destination surface
230 * @dx: Starting x coordinate of destination surface
231 * @dy: Starting y coordinate of destination surface
/Linux-v6.1/Documentation/fb/
Dpxafb.rst127 c. starting horizontal position (XPOS) should start on a 32-bit
143 3) var->nonstd for starting (x, y) and color format
155 4. var->nonstd is used to pass starting (x, y) position and color format,
171 XPOS - starting horizontal position
173 YPOS - starting vertical position
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddm-ebs.rst26 Starting sector within the device;
42 Emulate 1 sector = 512 bytes logical block size on /dev/sda starting at
47 Emulate 2 sector = 1KiB logical block size on /dev/sda starting at
/Linux-v6.1/arch/powerpc/include/asm/
Duser.h38 unsigned long start_code; /* text starting address */
39 unsigned long start_data; /* data starting address */
40 unsigned long start_stack; /* stack starting address */
/Linux-v6.1/arch/alpha/include/asm/
Duser.h39 unsigned long start_code; /* text starting address */
40 unsigned long start_data; /* data starting address */
41 unsigned long start_stack; /* stack starting address */
/Linux-v6.1/arch/sh/include/asm/
Duser.h45 unsigned long start_code; /* text starting address */
46 unsigned long start_data; /* data starting address */
47 unsigned long start_stack; /* stack starting address */
/Linux-v6.1/arch/ia64/include/asm/
Duser.h44 unsigned long start_code; /* text starting address */
45 unsigned long start_data; /* data starting address */
46 unsigned long start_stack; /* stack starting address */

12345678910>>...118