Home
last modified time | relevance | path

Searched +full:y +full:- +full:rp (Results 1 – 25 of 110) sorted by relevance

12345

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Dvideo-interface-devices.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/video-interface-devices.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacopo Mondi <jacopo@jmondi.org>
11 - Sakari Ailus <sakari.ailus@linux.intel.com>
14 flash-leds:
15 $ref: /schemas/types.yaml#/definitions/phandle-array
17 An array of phandles, each referring to a flash LED, a sub-node of the LED
20 lens-focus:
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt4 ---------------
21 #address-cells = <1>;
22 #size-cells = <0>;
37 a common scheme using '#address-cells', '#size-cells' and 'reg' properties is
41 specify #address-cells, #size-cells properties independently for the 'port'
44 Two 'endpoint' nodes are linked with each other through their 'remote-endpoint'
53 a device is partitioned into multiple data busses, e.g. 16-bit input port
54 divided into two separate ITU-R BT.656 8-bit busses. In such case bus-width
55 and data-shift properties can be used to assign physical data lines to each
59 --------------------------------
[all …]
/kernel/linux/linux-5.10/drivers/powercap/
Dintel_rapl_common.c1 // SPDX-License-Identifier: GPL-2.0-only
27 #include <asm/intel-family.h>
79 #define NR_RAW_PRIMITIVES (NR_RAPL_PRIMITIVES - 2)
94 int (*check_unit)(struct rapl_package *rp, int cpu);
96 u64 (*compute_time_window)(struct rapl_package *rp, u64 val,
131 static void rapl_init_domains(struct rapl_package *rp);
140 static void package_power_limit_irq_save(struct rapl_package *rp);
172 return -EIO; in get_energy_counter()
186 struct rapl_package *rp = rd->rp; in release_zone() local
191 if (rd->id == RAPL_DOMAIN_PACKAGE) { in release_zone()
[all …]
/kernel/linux/linux-6.6/drivers/powercap/
Dintel_rapl_common.c1 // SPDX-License-Identifier: GPL-2.0-only
27 #include <asm/intel-family.h>
102 #define NR_RAW_PRIMITIVES (NR_RAPL_PRIMITIVES - 2)
126 return rd->rpl[pl].name ? true : false; in is_pl_valid()
131 if (rd->rp->priv->type == RAPL_IF_TPMI) { in get_pl_lock_prim()
142 return -EINVAL; in get_pl_lock_prim()
148 if (rd->rp->priv->limits[rd->id] & BIT(POWER_LIMIT2)) in get_pl_lock_prim()
159 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
169 return -EINVAL; in get_pl_prim()
173 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
[all …]
/kernel/linux/linux-6.6/drivers/s390/char/
Draw3270.c1 // SPDX-License-Identifier: GPL-2.0
3 * IBM/3270 Driver - core functions.
52 unsigned char *ascebc; /* ascii -> ebcdic table */
62 /* raw3270->state */
69 /* raw3270->flags */
70 #define RAW3270_FLAGS_14BITADDR 0 /* 14-bit buffer addresses */
97 static void __raw3270_disconnect(struct raw3270 *rp);
113 static inline int raw3270_state_ready(struct raw3270 *rp) in raw3270_state_ready() argument
115 return rp->state == RAW3270_STATE_READY; in raw3270_state_ready()
118 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y) in raw3270_buffer_address() argument
[all …]
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dsignal32.c1 // SPDX-License-Identifier: GPL-2.0
51 unsigned int extramask[_COMPAT_NSIG_WORDS - 1];
73 * 16-byte aligned, therefore we can always enforce that the restore
79 ((unsigned long)fp) > 0x100000000ULL - fplen) in invalid_frame_pointer()
95 /* Always make any pending restarted system calls return -EINTR */ in do_sigreturn32()
96 current->restart_block.fn = do_no_restart_syscall; in do_sigreturn32()
100 regs->u_regs[UREG_FP] &= 0x00000000ffffffffUL; in do_sigreturn32()
101 sf = (struct signal_frame32 __user *) regs->u_regs[UREG_FP]; in do_sigreturn32()
107 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn32()
113 if (__get_user(pc, &sf->info.si_regs.pc) || in do_sigreturn32()
[all …]
Dprocess_64.c1 // SPDX-License-Identifier: GPL-2.0
10 * This file handles the architecture-dependent parts of process handling..
89 /* Re-enable interrupts. */ in arch_cpu_idle()
115 rw = compat_ptr((unsigned int)regs->u_regs[14]); in show_regwindow32()
144 if ((regs->tstate & TSTATE_PRIV) || !(test_thread_flag(TIF_32BIT))) { in show_regwindow()
147 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
149 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
150 if (!(regs->tstate & TSTATE_PRIV)) { in show_regwindow()
165 rwk->locals[0], rwk->locals[1], rwk->locals[2], rwk->locals[3]); in show_regwindow()
167 rwk->locals[4], rwk->locals[5], rwk->locals[6], rwk->locals[7]); in show_regwindow()
[all …]
Dsignal_32.c1 // SPDX-License-Identifier: GPL-2.0
41 unsigned int extramask[_NSIG_WORDS - 1];
63 * 16-byte aligned, therefore we can always enforce that the restore
83 /* Always make any pending restarted system calls return -EINTR */ in do_sigreturn()
84 current->restart_block.fn = do_no_restart_syscall; in do_sigreturn()
88 sf = (struct signal_frame __user *) regs->u_regs[UREG_FP]; in do_sigreturn()
94 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn()
100 err = __get_user(pc, &sf->info.si_regs.pc); in do_sigreturn()
101 err |= __get_user(npc, &sf->info.si_regs.npc); in do_sigreturn()
107 up_psr = regs->psr; in do_sigreturn()
[all …]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Dbindec.S12 | value in memory; d0 contains the k-factor sign-extended
13 | to 32-bits. The input may be either normalized,
18 | Saves and Modifies: D2-D7,A2,FP2
23 | The k-factor is saved for use in d7. Clear the
45 | k-factor can dictate either the total number of digits,
67 | A9. Scale X -> Y.
74 | compensated for by 'or-ing' in the INEX2 flag to
75 | the lsb of Y.
81 | A12. Calculate YINT = FINT(Y) according to user's rounding
87 | or less than LEN -1 digits, adjust ILOG and repeat from
[all …]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dbindec.S12 | value in memory; d0 contains the k-factor sign-extended
13 | to 32-bits. The input may be either normalized,
18 | Saves and Modifies: D2-D7,A2,FP2
23 | The k-factor is saved for use in d7. Clear the
45 | k-factor can dictate either the total number of digits,
67 | A9. Scale X -> Y.
74 | compensated for by 'or-ing' in the INEX2 flag to
75 | the lsb of Y.
81 | A12. Calculate YINT = FINT(Y) according to user's rounding
87 | or less than LEN -1 digits, adjust ILOG and repeat from
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-devices-mapping9 For example, on 4-die Xeon platform with up to 6 IIO stacks per
14 -r--r--r-- /sys/devices/uncore_iio_0/die0
15 -r--r--r-- /sys/devices/uncore_iio_0/die1
16 -r--r--r-- /sys/devices/uncore_iio_0/die2
17 -r--r--r-- /sys/devices/uncore_iio_0/die3
31 IIO PMU 0 on die 0 belongs to PCI RP on bus 0x00, domain 0x0000
32 IIO PMU 0 on die 1 belongs to PCI RP on bus 0x40, domain 0x0000
33 IIO PMU 0 on die 2 belongs to PCI RP on bus 0x80, domain 0x0000
34 IIO PMU 0 on die 3 belongs to PCI RP on bus 0xc0, domain 0x0000
41 value that means UPI link number X on die Y is connected to UPI
[all …]
/kernel/linux/linux-6.6/arch/sparc/kernel/
Dsignal32.c1 // SPDX-License-Identifier: GPL-2.0
50 unsigned int extramask[_COMPAT_NSIG_WORDS - 1];
72 * 16-byte aligned, therefore we can always enforce that the restore
78 ((unsigned long)fp) > 0x100000000ULL - fplen) in invalid_frame_pointer()
94 /* Always make any pending restarted system calls return -EINTR */ in do_sigreturn32()
95 current->restart_block.fn = do_no_restart_syscall; in do_sigreturn32()
99 regs->u_regs[UREG_FP] &= 0x00000000ffffffffUL; in do_sigreturn32()
100 sf = (struct signal_frame32 __user *) regs->u_regs[UREG_FP]; in do_sigreturn32()
106 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn32()
112 if (__get_user(pc, &sf->info.si_regs.pc) || in do_sigreturn32()
[all …]
Dprocess_64.c1 // SPDX-License-Identifier: GPL-2.0
10 * This file handles the architecture-dependent parts of process handling..
85 /* Re-enable interrupts. */ in arch_cpu_idle()
112 rw = compat_ptr((unsigned int)regs->u_regs[14]); in show_regwindow32()
136 if ((regs->tstate & TSTATE_PRIV) || !(test_thread_flag(TIF_32BIT))) { in show_regwindow()
139 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
141 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
142 if (!(regs->tstate & TSTATE_PRIV)) { in show_regwindow()
153 rwk->locals[0], rwk->locals[1], rwk->locals[2], rwk->locals[3]); in show_regwindow()
155 rwk->locals[4], rwk->locals[5], rwk->locals[6], rwk->locals[7]); in show_regwindow()
[all …]
Dsignal_32.c1 // SPDX-License-Identifier: GPL-2.0
41 unsigned int extramask[_NSIG_WORDS - 1];
63 * 16-byte aligned, therefore we can always enforce that the restore
83 /* Always make any pending restarted system calls return -EINTR */ in do_sigreturn()
84 current->restart_block.fn = do_no_restart_syscall; in do_sigreturn()
88 sf = (struct signal_frame __user *) regs->u_regs[UREG_FP]; in do_sigreturn()
94 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn()
100 err = __get_user(pc, &sf->info.si_regs.pc); in do_sigreturn()
101 err |= __get_user(npc, &sf->info.si_regs.npc); in do_sigreturn()
107 up_psr = regs->psr; in do_sigreturn()
[all …]
/kernel/linux/linux-6.6/Documentation/trace/
Dkprobes.rst29 collect debugging and performance information non-disruptively. You
41 In the typical case, Kprobes-based instrumentation is packaged as
56 Kprobes -- e.g., the difference between a pre_handler and
62 -----------------------
74 Next, Kprobes single-steps its copy of the probed instruction.
75 (It would be simpler to single-step the actual instruction in place,
80 After the instruction is single-stepped, Kprobes executes the
85 -----------------------
105 -------------
114 is an arbitrary piece of code -- typically just a nop instruction.
[all …]
/kernel/linux/linux-6.6/drivers/pci/pcie/
Ddpc.c1 // SPDX-License-Identifier: GPL-2.0
54 cap = (u16 *)&save_state->cap.data[0]; in pci_save_dpc_state()
55 pci_read_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, cap); in pci_save_dpc_state()
70 cap = (u16 *)&save_state->cap.data[0]; in pci_restore_dpc_state()
71 pci_write_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, *cap); in pci_restore_dpc_state()
81 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in dpc_completed()
85 if (test_bit(PCI_DPC_RECOVERING, &pdev->priv_flags)) in dpc_completed()
92 * pci_dpc_recovered - whether DPC triggered and has recovered successfully
103 if (!pdev->dpc_cap) in pci_dpc_recovered()
110 host = pci_find_host_bridge(pdev->bus); in pci_dpc_recovered()
[all …]
/kernel/linux/linux-5.10/drivers/pci/pcie/
Ddpc.c1 // SPDX-License-Identifier: GPL-2.0
54 cap = (u16 *)&save_state->cap.data[0]; in pci_save_dpc_state()
55 pci_read_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, cap); in pci_save_dpc_state()
70 cap = (u16 *)&save_state->cap.data[0]; in pci_restore_dpc_state()
71 pci_write_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, *cap); in pci_restore_dpc_state()
81 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in dpc_completed()
85 if (test_bit(PCI_DPC_RECOVERING, &pdev->priv_flags)) in dpc_completed()
92 * pci_dpc_recovered - whether DPC triggered and has recovered successfully
103 if (!pdev->dpc_cap) in pci_dpc_recovered()
110 host = pci_find_host_bridge(pdev->bus); in pci_dpc_recovered()
[all …]
/kernel/linux/linux-5.10/Documentation/trace/
Dkprobes.rst29 collect debugging and performance information non-disruptively. You
41 In the typical case, Kprobes-based instrumentation is packaged as
56 Kprobes -- e.g., the difference between a pre_handler and
62 -----------------------
74 Next, Kprobes single-steps its copy of the probed instruction.
75 (It would be simpler to single-step the actual instruction in place,
80 After the instruction is single-stepped, Kprobes executes the
85 -----------------------
105 -------------
114 is an arbitrary piece of code -- typically just a nop instruction.
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/
Dstv06xx_hdcs.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher
4 * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland
7 * Copyright (c) 2008 Chia-I Wu
10 * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600
11 * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express
12 * P/N 861055: Sensor ST VV6410 ASIC STV0610 - LEGO cam
13 * P/N 861075-0040: Sensor HDCS1000 ASIC
14 * P/N 961179-0700: Sensor ST VV6410 ASIC STV0602 - Dexxa WebCam USB
15 * P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/
Dstv06xx_hdcs.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher
4 * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland
7 * Copyright (c) 2008 Chia-I Wu
10 * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600
11 * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express
12 * P/N 861055: Sensor ST VV6410 ASIC STV0610 - LEGO cam
13 * P/N 861075-0040: Sensor HDCS1000 ASIC
14 * P/N 961179-0700: Sensor ST VV6410 ASIC STV0602 - Dexxa WebCam USB
15 * P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
Dbttv-risc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 bttv-risc.c -- interfaces to other kernel modules
7 - memory management
8 - generation
10 (c) 2000-2003 Gerd Knorr <kraxel@bytesex.org>
25 #include <media/v4l2-ioctl.h>
31 /* ---------------------------------------------------------- */
43 __le32 *rp; in bttv_risc_packed() local
54 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0) in bttv_risc_packed()
58 rp = risc->cpu; in bttv_risc_packed()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-risc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 bttv-risc.c -- interfaces to other kernel modules
7 - memory management
8 - generation
10 (c) 2000-2003 Gerd Knorr <kraxel@bytesex.org>
25 #include <media/v4l2-ioctl.h>
31 /* ---------------------------------------------------------- */
43 __le32 *rp; in bttv_risc_packed() local
54 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0) in bttv_risc_packed()
58 rp = risc->cpu; in bttv_risc_packed()
[all …]
/kernel/linux/linux-6.6/drivers/hid/
Dhid-playstation.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (c) 2020-2022 Sony Interactive Entertainment
15 #include <linux/led-class-multicolor.h>
20 #include "hid-ids.h"
203 uint8_t x, y; member
211 __le16 gyro[3]; /* x, y, z */
212 __le16 accel[3]; /* x, y, z */
224 static_assert(sizeof(struct dualsense_input_report) == DS_INPUT_REPORT_USB_SIZE - 1);
326 * 0x00 - 1ms
327 * 0x01 - 1ms
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
Dcx88-core.c1 // SPDX-License-Identifier: GPL-2.0-or-later
8 * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@kernel.org>
9 * - Multituner support
10 * - video_ioctl2 conversion
11 * - PAL/M fixes
29 #include <media/v4l2-common.h>
30 #include <media/v4l2-ioctl.h>
36 /* ------------------------------------------------------------------ */
64 #define NO_SYNC_LINE (-1U)
70 static __le32 *cx88_risc_field(__le32 *rp, struct scatterlist *sglist, in cx88_risc_field() argument
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-core.c1 // SPDX-License-Identifier: GPL-2.0-or-later
8 * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@kernel.org>
9 * - Multituner support
10 * - video_ioctl2 conversion
11 * - PAL/M fixes
29 #include <media/v4l2-common.h>
30 #include <media/v4l2-ioctl.h>
36 /* ------------------------------------------------------------------ */
64 #define NO_SYNC_LINE (-1U)
70 static __le32 *cx88_risc_field(__le32 *rp, struct scatterlist *sglist, in cx88_risc_field() argument
[all …]

12345