/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | video-interface-devices.yaml | 1 # 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 …]
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 28 #include <asm/intel-family.h> 103 #define NR_RAW_PRIMITIVES (NR_RAPL_PRIMITIVES - 2) 127 return rd->rpl[pl].name ? true : false; in is_pl_valid() 132 if (rd->rp->pri in get_pl_lock_prim() 217 get_defaults(struct rapl_package * rp) get_defaults() argument 311 struct rapl_package *rp = rd->rp; release_zone() local 439 struct rapl_package *rp; set_power_limit() local 562 get_rid(struct rapl_package * rp) get_rid() argument 568 rapl_init_domains(struct rapl_package * rp) rapl_init_domains() argument 737 get_rpi(struct rapl_package * rp,int prim) get_rpi() argument 747 rapl_config(struct rapl_package * rp) rapl_config() argument 977 struct rapl_package *rp = (struct rapl_package *)info; power_limit_irq_save_cpu() local 999 package_power_limit_irq_save(struct rapl_package * rp) package_power_limit_irq_save() argument 1014 package_power_limit_irq_restore(struct rapl_package * rp) package_power_limit_irq_restore() argument 1080 u64 f, y; /* fraction and exp. used for time unit */ rapl_compute_time_window_core() local 1290 rapl_update_domain_data(struct rapl_package * rp) rapl_update_domain_data() argument 1310 rapl_package_register_powercap(struct rapl_package * rp) rapl_package_register_powercap() argument 1382 rapl_check_domain(int domain,struct rapl_package * rp) rapl_check_domain() argument 1474 rapl_detect_domains(struct rapl_package * rp) rapl_detect_domains() argument 1509 rapl_remove_package_cpuslocked(struct rapl_package * rp) rapl_remove_package_cpuslocked() argument 1540 rapl_remove_package(struct rapl_package * rp) rapl_remove_package() argument 1551 struct rapl_package *rp; rapl_find_package_domain_cpuslocked() local 1579 struct rapl_package *rp; rapl_add_package_cpuslocked() local 1634 struct rapl_package *rp; power_limit_state_save() local 1655 struct rapl_package *rp; power_limit_state_restore() local [all...] |
/openbmc/linux/drivers/s390/char/ |
H A D | raw3270.c | 1 // 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 …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-update.sh | 10 if ! test -r /proc/mounts || ! test -f /proc/mounts 12 mkdir -p /proc 13 mount -t proc proc proc 15 if ! test -d /sys/class 17 mkdir -p /sys 18 mount -t sysfs sys sys 20 if ! test -c /dev/null 22 mkdir -p /dev 23 mount -t devtmpfs dev dev 30 if grep -s "mtdblock$m " /proc/mounts || grep -s "mtd$m " /proc/mounts [all …]
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | osd.c | 1 // SPDX-License-Identifier: GPL-2.0+ 41 FPGA_SET_REG(screen - OSD_DH_BASE, osd1.fld, val); \ 54 FPGA_GET_REG(screen - OSD_DH_BASE, osd1.fld, val); \ 160 / (1000000 - 100); in ics8n3qv01_get_fout_calc() 178 n -= 1; in ics8n3qv01_calc_parameters() 180 foutiic = fout - (fout / 10000); in ics8n3qv01_calc_parameters() 206 off_ppm = (fout_calc - ICS8N3QV01_F_DEFAULT_1) * 1000000 in ics8n3qv01_set() 245 return -1; in osd_write_videomem() 248 FPGA_SET_REG(screen - OSD_DH_BASE, in osd_write_videomem() 271 unsigned y; in osd_print() local [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | bindec.S | 12 | 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 …]
|
H A D | scale.S | 12 | Input: Double-extended destination operand in FPTEMP, 13 | double-extended source operand in ETEMP. 15 | Output: The function returns scale(X,Y) to fp0. 170 movel %d2,-(%a7) |free d2 for norm 188 | Test for zero. If zero, simply use fmove to return +/- zero 206 | mode is rp, and the zero is positive, return smallest denorm. 210 btstb #5,FPCR_MODE(%a6) |test if rm or rp 259 btstb #5,FPCR_MODE(%a6) |test if rm or rp 301 moveml %d2/%d3,-(%a7)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-mapping | 9 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 …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | signal32.c | 1 // 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 …]
|
H A D | process_64.c | 1 // 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 …]
|
H A D | signal_32.c | 1 // 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 …]
|
/openbmc/linux/Documentation/trace/ |
H A D | kprobes.rst | 29 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 …]
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | dpc.c | 1 // SPDX-License-Identifier: GPL-2.0 55 cap = (u16 *)&save_state->cap.data[0]; in pci_save_dpc_state() 56 pci_read_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, cap); in pci_save_dpc_state() 71 cap = (u16 *)&save_state->cap.data[0]; in pci_restore_dpc_state() 72 pci_write_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, *cap); in pci_restore_dpc_state() 82 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in dpc_completed() 86 if (test_bit(PCI_DPC_RECOVERING, &pdev->priv_flags)) in dpc_completed() 93 * pci_dpc_recovered - whether DPC triggered and has recovered successfully 104 if (!pdev->dpc_cap) in pci_dpc_recovered() 111 host = pci_find_host_bridge(pdev->bus); in pci_dpc_recovered() [all …]
|
/openbmc/linux/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.c | 1 // 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 …]
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 1 // 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 …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-playstation.c | 1 // 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 …]
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 1 // 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 …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 A-Link WL54PC 19 Dlink DWL-610 20 Dlink DWL-510 22 Level-One WPC-0101 24 VCTnet PC-11B1 25 Ovislink AirLive WL-1120PCM 26 Mentor WL-PCI 28 TrendNET TEW-288PI 29 D-Link DWL-520 Rev D [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | bashism.patch | 1 ${x//y/} is a bash syntax. Replace with something dash compatible 3 RP 2015/5/3 4 Upstream-Status: Pending 6 Index: DirectFB-1.7.7/configure.in 8 --- DirectFB-1.7.7.orig/configure.in 9 +++ DirectFB-1.7.7/configure.in 10 @@ -2696,7 +2696,7 @@ AM_CONDITIONAL(BUILD_TOOLS, test "$with_ 14 -CXXFLAGS="$CXXFLAGS ${CFLAGS//-Werror-implicit-function-declaration/}" 15 +CXXFLAGS="$CXXFLAGS $(printf '%s\n' "$CFLAGS" | sed 's/-Werror-implicit-function-declaration//g')"
|
/openbmc/linux/arch/ia64/lib/ |
H A D | memcpy_mck.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Itanium 2-optimized version of memcpy and copy_user function 21 #define EK(y...) EX(y) argument 39 /* r19-r30 are temp for each code section */ 110 // both dest and src are aligned on 8-byte boundary 113 alloc saved_pfs=ar.pfs,3,Nrot-3,0,Nrot 124 add cnt=-1,cnt 141 shr.u r29=in2,5 // number of 32-byte iteration 144 add cnt=-1,r29 // ctop iteration adjustment 175 and r21=-8,tmp [all …]
|
/openbmc/qemu/pc-bios/ |
HD | hppa-firmware.img | ... SERIAL_2.9600.8.none QEMU KVMKVMKVM etc/e820 Y$etc/igd-opregion etc/igd- |
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | pci.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2018-2019 Realtek Corporation 20 MODULE_PARM_DESC(disable_msi, "Set Y to disable MSI interrupt support"); 21 MODULE_PARM_DESC(disable_aspm, "Set Y to disable PCI ASPM support"); 46 return skb->priority; in rtw_pci_get_tx_qsel() 52 struct rtw_pci *rtwpci = (struct rtw_pci *)rtwdev->priv; in rtw_pci_read8() 54 return readb(rtwpci->mmap + addr); in rtw_pci_read8() 59 struct rtw_pci *rtwpci = (struct rtw_pci *)rtwdev->priv; in rtw_pci_read16() 61 return readw(rtwpci->mmap + addr); in rtw_pci_read16() 66 struct rtw_pci *rtwpci = (struct rtw_pci *)rtwdev->priv; in rtw_pci_read32() [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | entry.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define PRED_KERNEL_STACK 2 /* returning to kernel-stacks? */ 9 #define PRED_USER_STACK 3 /* returning to user-stacks? */ 14 # define PASTE2(x,y) x##y 15 # define PASTE(x,y) PASTE2(x,y) 31 .spillsp rp, PT(CR_IIP)+16+(off); \ 70 adds sp=-IA64_SWITCH_STACK_SIZE,sp; \
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-streams.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Derived from ivtv-streams.c 11 #include "cx18-driver.h" 12 #include "cx18-io.h" 13 #include "cx18-fileops.h" 14 #include "cx18-mailbox.h" 15 #include "cx18-i2c.h" 16 #include "cx18-queue.h" 17 #include "cx18-ioctl.h" 18 #include "cx18-streams.h" [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Common pmac/prep/chrp pci routines. -- Cort 37 #include <asm/pci-bridge.h> 40 #include <asm/ppc-pci.h> 73 int ret, phb_id = -1; in get_phb_number() 78 * the respective device-tree properties. Firstly, try reading in get_phb_number() 79 * standard "linux,pci-domain", then try reading "ibm,opal-phbid" in get_phb_number() 80 * (only present in powernv OPAL environment), then try device-tree in get_phb_number() 89 ret = of_property_read_u64(dn, "ibm,opal-phbid", &prop); in get_phb_number() 105 phb_id = (int)(prop & (MAX_PHBS - 1)); in get_phb_number() [all …]
|