Home
last modified time | relevance | path

Searched +full:5 +full:th (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsysfb.h19 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
20 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
21 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
23 M_MINI_3_1, /* Mac Mini, 3,1th gen */
24 M_MINI_4_1, /* Mac Mini, 4,1th gen */
28 M_MB_5_1, /* MacBook, 5th rev. */
29 M_MB_6_1, /* MacBook, 6th rev. */
30 M_MB_7_1, /* MacBook, 7th rev. */
38 M_MBP_4, /* MacBook Pro, 4th gen */
39 M_MBP_5_1, /* MacBook Pro, 5,1th gen */
[all …]
/kernel/linux/linux-6.6/include/linux/
Dsysfb.h20 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
21 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
22 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
24 M_MINI_3_1, /* Mac Mini, 3,1th gen */
25 M_MINI_4_1, /* Mac Mini, 4,1th gen */
29 M_MB_5_1, /* MacBook, 5th rev. */
30 M_MB_6_1, /* MacBook, 6th rev. */
31 M_MB_7_1, /* MacBook, 7th rev. */
39 M_MBP_4, /* MacBook Pro, 4th gen */
40 M_MBP_5_1, /* MacBook Pro, 5,1th gen */
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dregs-fimc.h30 /* Y 4th frame start address for output DMA */
38 /* Cb 4th frame start address for output DMA */
46 /* Cr 4th frame start address for output DMA */
120 /* Y 5th frame start address for output DMA */
122 /* Y 6th frame start address for output DMA */
124 /* Y 7th frame start address for output DMA */
126 /* Y 8th frame start address for output DMA */
128 /* Y 9th frame start address for output DMA */
130 /* Y 10th frame start address for output DMA */
132 /* Y 11th frame start address for output DMA */
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
Dregs-fimc.h30 /* Y 4th frame start address for output DMA */
38 /* Cb 4th frame start address for output DMA */
46 /* Cr 4th frame start address for output DMA */
120 /* Y 5th frame start address for output DMA */
122 /* Y 6th frame start address for output DMA */
124 /* Y 7th frame start address for output DMA */
126 /* Y 8th frame start address for output DMA */
128 /* Y 9th frame start address for output DMA */
130 /* Y 10th frame start address for output DMA */
132 /* Y 11th frame start address for output DMA */
[all …]
/kernel/linux/linux-5.10/drivers/net/slip/
Dslhc.c239 struct tcphdr *th, *oth; in slhc_compress() local
251 if (ip->version != 4 || ip->ihl < 5) in slhc_compress()
264 if (isize < nlen + sizeof(*th)) in slhc_compress()
267 th = (struct tcphdr *)(icp + nlen); in slhc_compress()
268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress()
270 hlen = nlen + th->doff * 4; in slhc_compress()
276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
277 ! (th->ack)){ in slhc_compress()
299 && th->source == cs->cs_tcp.source in slhc_compress()
300 && th->dest == cs->cs_tcp.dest) in slhc_compress()
[all …]
/kernel/linux/linux-6.6/drivers/net/slip/
Dslhc.c239 struct tcphdr *th, *oth; in slhc_compress() local
251 if (ip->version != 4 || ip->ihl < 5) in slhc_compress()
264 if (isize < nlen + sizeof(*th)) in slhc_compress()
267 th = (struct tcphdr *)(icp + nlen); in slhc_compress()
268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress()
270 hlen = nlen + th->doff * 4; in slhc_compress()
276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
277 ! (th->ack)){ in slhc_compress()
299 && th->source == cs->cs_tcp.source in slhc_compress()
300 && th->dest == cs->cs_tcp.dest) in slhc_compress()
[all …]
/kernel/linux/linux-6.6/Documentation/driver-api/surface_aggregator/
Doverview.rst9 introduced on 4th generation devices (Surface Pro 4, Surface Book 1), but
17 Not much is currently known about SAM on 4th generation devices (Surface Pro
19 between host and EC (as detailed below). On 5th (Surface Pro 2017, Surface
28 restructured for 7th generation devices and on those, specifically Surface
32 While features have not changed much on a coarse level since the 5th
34 5th and 6th generation devices, both battery and temperature information is
37 requests. On 7th generation devices, this additional layer is gone and these
49 generation of the Surface device. On 4th generation devices, host and EC
51 5th and later generations, communication takes place via a USART serial
67 communication interface for SAM on 5th- and all later-generation Surface
/kernel/linux/linux-5.10/drivers/char/
Dds1620.c228 cur_temp_degF = (cur_temp * 9) / 5 + 32; in ds1620_read()
336 struct therm th; in ds1620_proc_therm_show() local
339 ds1620_read_state(&th); in ds1620_proc_therm_show()
343 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show()
344 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show()
345 temp >> 1, temp & 1 ? 5 : 0, in ds1620_proc_therm_show()
368 struct therm th, th_start; in ds1620_init() local
382 ds1620_read_state(&th); in ds1620_init()
389 ds1620_write_state(&th); in ds1620_init()
400 ds1620_read_state(&th); in ds1620_init()
[all …]
/kernel/linux/linux-6.6/drivers/char/
Dds1620.c228 cur_temp_degF = (cur_temp * 9) / 5 + 32; in ds1620_read()
336 struct therm th; in ds1620_proc_therm_show() local
339 ds1620_read_state(&th); in ds1620_proc_therm_show()
343 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show()
344 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show()
345 temp >> 1, temp & 1 ? 5 : 0, in ds1620_proc_therm_show()
368 struct therm th, th_start; in ds1620_init() local
382 ds1620_read_state(&th); in ds1620_init()
389 ds1620_write_state(&th); in ds1620_init()
400 ds1620_read_state(&th); in ds1620_init()
[all …]
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
DKconfig11 embedded controller (EC) found on 5th- and later-generation Microsoft
12 Surface devices (i.e. Surface Pro 5, Surface Book 2, Surface Laptop,
17 - EC access from ACPI via Surface ACPI Notify (5th- and 6th-generation)
34 Note: While 4th-generation Surface devices also make use of a SAM EC,
36 only 5th and later generations are currently supported. Specifically,
38 SAM-over-HID, which is used on the 4th generation, are currently not
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
Dsil-sii8620.h37 #define BIT_SYS_CTRL1_OTPADROPOVR_SET BIT(5)
48 #define BIT_DPD_PDNRX12 BIT(5)
58 #define BIT_DCTL_CTS_TCK_PHASE BIT(5)
69 #define BIT_PWD_SRST_CBUS_RST_SW_EN BIT(5)
90 #define BIT_VID_OVRRD_MINIVSYNC_ON BIT(5)
124 #define BIT_CTRL1_GPIO_I_8 BIT(5)
151 /* Interrupt Source #5, default value: 0x00 */
163 /* Interrupt #5 Mask, default value: 0x00 */
171 #define BIT_HPD_CTRL_HPD_HIGH BIT(5)
182 #define BIT_CTRL_GPIO_I_4 BIT(5)
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dsil-sii8620.h37 #define BIT_SYS_CTRL1_OTPADROPOVR_SET BIT(5)
48 #define BIT_DPD_PDNRX12 BIT(5)
58 #define BIT_DCTL_CTS_TCK_PHASE BIT(5)
69 #define BIT_PWD_SRST_CBUS_RST_SW_EN BIT(5)
90 #define BIT_VID_OVRRD_MINIVSYNC_ON BIT(5)
124 #define BIT_CTRL1_GPIO_I_8 BIT(5)
151 /* Interrupt Source #5, default value: 0x00 */
163 /* Interrupt #5 Mask, default value: 0x00 */
171 #define BIT_HPD_CTRL_HPD_HIGH BIT(5)
182 #define BIT_CTRL_GPIO_I_4 BIT(5)
[all …]
/kernel/linux/linux-5.10/arch/x86/events/intel/
Duncore_snb.c121 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1)
262 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box()
423 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"),
427 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"),
431 INTEL_UNCORE_EVENT_DESC(gt_requests.scale, "6.103515625e-5"),
435 INTEL_UNCORE_EVENT_DESC(ia_requests.scale, "6.103515625e-5"),
439 INTEL_UNCORE_EVENT_DESC(io_requests.scale, "6.103515625e-5"),
700 .num_counters = 5,
989 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */
990 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */
[all …]
/kernel/linux/linux-6.6/arch/x86/events/intel/
Duncore_snb.c189 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1)
378 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box()
755 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"),
759 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"),
763 INTEL_UNCORE_EVENT_DESC(gt_requests.scale, "6.103515625e-5"),
767 INTEL_UNCORE_EVENT_DESC(ia_requests.scale, "6.103515625e-5"),
771 INTEL_UNCORE_EVENT_DESC(io_requests.scale, "6.103515625e-5"),
1032 .num_counters = 5,
1167 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */
1168 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */
[all …]
/kernel/linux/linux-5.10/crypto/
Dvmac.c150 int i; u64 th, tl; \
153 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
155 ADD128(rh, rl, th, tl); \
161 int i; u64 th, tl; \
164 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
166 ADD128(rh, rl, th, tl); \
167 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \
169 ADD128(rh1, rl1, th, tl); \
176 int i; u64 th, tl; \
179 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
[all …]
/kernel/linux/linux-6.6/crypto/
Dvmac.c151 int i; u64 th, tl; \
154 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
156 ADD128(rh, rl, th, tl); \
162 int i; u64 th, tl; \
165 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
167 ADD128(rh, rl, th, tl); \
168 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \
170 ADD128(rh1, rl1, th, tl); \
177 int i; u64 th, tl; \
180 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/
Ddevices.txt10 5 = /dev/zero Null byte source
35 255 = /dev/ptyef 256th PTY master
40 the 1st through 16th series of 16 pseudo-ttys each, and
110 255 = /dev/ttyef 256th PTY slave
127 partitions, and 5 and above are logical partitions.
153 5 char Alternate TTY devices
162 (5,1) is /dev/console starting with Linux 2.1.71. See
257 5 = /dev/atarimouse Atari mouse
402 5 = /dev/tpqic24 QIC-24, rewind-on-close
425 Each device type has 5 bits (32 minors).
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Ddevices.txt10 5 = /dev/zero Null byte source
35 255 = /dev/ptyef 256th PTY master
40 the 1st through 16th series of 16 pseudo-ttys each, and
110 255 = /dev/ttyef 256th PTY slave
127 partitions, and 5 and above are logical partitions.
153 5 char Alternate TTY devices
162 (5,1) is /dev/console starting with Linux 2.1.71. See
257 5 = /dev/atarimouse Atari mouse
402 5 = /dev/tpqic24 QIC-24, rewind-on-close
425 Each device type has 5 bits (32 minors).
[all …]
/kernel/linux/linux-6.6/drivers/platform/surface/
DKconfig47 on 5th- and 6th-generation Microsoft Surface devices (including
48 Surface Pro 5 and 6, Surface Book 2, Surface Laptops 1 and 2, and in
92 - HID input devices (7th-generation and later models with detachable
116 - Platform profile (performance-/cooling-mode) device (5th- and later
118 - Battery/AC devices (7th-generation).
119 - HID input devices (7th-generation).
208 Provides support for the ACPI platform profile on 5th- and later
215 Surface Pro 5, Surface Book 2, Surface Laptop, Surface Laptop Go and
/kernel/linux/linux-5.10/fs/reiserfs/
Dinode.c36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local
57 if (journal_begin(&th, inode->i_sb, jbegin_count)) in reiserfs_evict_inode()
61 reiserfs_discard_prealloc(&th, inode); in reiserfs_evict_inode()
63 err = reiserfs_delete_object(&th, inode); in reiserfs_evict_inode()
76 if (journal_end(&th)) in reiserfs_evict_inode()
252 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() argument
255 struct super_block *s = th->t_super; in restart_transaction()
258 BUG_ON(!th->t_trans_id); in restart_transaction()
259 BUG_ON(!th->t_refcount); in restart_transaction()
264 if (th->t_refcount > 1) { in restart_transaction()
[all …]
/kernel/linux/linux-6.6/fs/reiserfs/
Dinode.c36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local
57 if (journal_begin(&th, inode->i_sb, jbegin_count)) in reiserfs_evict_inode()
61 reiserfs_discard_prealloc(&th, inode); in reiserfs_evict_inode()
63 err = reiserfs_delete_object(&th, inode); in reiserfs_evict_inode()
76 if (journal_end(&th)) in reiserfs_evict_inode()
252 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() argument
255 struct super_block *s = th->t_super; in restart_transaction()
258 BUG_ON(!th->t_trans_id); in restart_transaction()
259 BUG_ON(!th->t_refcount); in restart_transaction()
264 if (th->t_refcount > 1) { in restart_transaction()
[all …]
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
Dmmap.c38 arg->mask |= (1 << 4) | (1 << 5); /* Mask 4th ('fd') and 5th ('offset') args, ignored */ in syscall_arg__scnprintf_mmap_flags()
58 arg->mask |= (1 << 5); /* Mask 5th ('new_address') args, ignored */ in syscall_arg__scnprintf_mremap_flags()
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dmmap.c38 arg->mask |= (1 << 4) | (1 << 5); /* Mask 4th ('fd') and 5th ('offset') args, ignored */ in syscall_arg__scnprintf_mmap_flags()
58 arg->mask |= (1 << 5); /* Mask 5th ('new_address') args, ignored */ in syscall_arg__scnprintf_mremap_flags()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Dapm-xgene-dma.txt14 4th - Soc efuse register address space.
15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is
16 DMA error reporting interrupt. 2nd, 3rd, 4th and 5th interrupts
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dapm-xgene-dma.txt14 4th - Soc efuse register address space.
15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is
16 DMA error reporting interrupt. 2nd, 3rd, 4th and 5th interrupts

12345678910>>...42