/openbmc/linux/drivers/ufs/host/ |
H A D | Kconfig | 45 This selects the Cadence-specific additions to UFSHCD platform driver. 58 tristate "QCOM specific hooks to UFS controller platform driver" 64 This selects the QCOM specific additions to UFSHCD platform driver. 65 UFS host on QCOM needs some vendor specific configuration before 67 specific registers. 73 tristate "Mediatek specific hooks to UFS controller platform driver" 79 This selects the Mediatek specific additions to UFSHCD platform driver. 80 UFS host on Mediatek needs some vendor specific configuration before 82 specific registers. 89 tristate "Hisilicon specific hooks to UFS controller platform driver" [all …]
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 40 #define __TIOCHPCL _IO('t', 2) /* SunOS Specific */ 41 #define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */ 42 #define __TIOCMODS _IOW('t', 4, int) /* SunOS Specific */ 43 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */ 44 #define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */ 45 #define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */ 48 #define __TIOCFLUSH _IOW('t', 16, int) /* SunOS Specific */ 49 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ 50 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */ 51 #define __TIOCTCNTL _IOW('t', 32, int) /* SunOS Specific */ [all …]
|
/openbmc/qemu/linux-user/sparc/ |
H A D | termbits.h | 96 #define TARGET_PAGEOUT 0x00010000 /* SUNOS specific */ 97 #define TARGET_WRAP 0x00020000 /* SUNOS specific */ 202 //#define __TIOCHPCL _IO('t', 2) /* SunOS Specific */ 203 //#define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */ 204 //#define __TIOCMODS _IOW('t', 4, int) /* SunOS Specific */ 205 //#define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */ 206 //#define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */ 207 //#define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */ 210 //#define __TIOCFLUSH _IOW('t', 16, int) /* SunOS Specific */ 211 //#define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ [all …]
|
/openbmc/docs/ |
H A D | hw-vendor-repos-policy.md | 25 Both hardware-specific and vendor-specific repositories should meet the 63 Note that when a recipe is non-OpenBMC specific, but useful to OpenBMC, it 66 ### Hardware Specific Feature 70 1. A function that is specific to the vendor hardware 71 - For example, PECI, FSI, hardware diagnostics (specific to the processor) 72 2. A device attached to the BMC (MCTP/PLDM/I2C/...) that is specific to the 75 To add a hardware specific repository to OpenBMC, it should meet the following 78 1. If it requires specific kernel APIs, they are available or in progress via 85 ### Vendor Specific Feature 87 A vendor-specific feature is defined as one of the following: [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | x86_init.h | 16 * struct x86_init_mpparse - platform specific mpparse ops 17 * @setup_ioapic_ids: platform specific ioapic id override 28 * struct x86_init_resources - platform specific resource related ops 32 * @memory_setup: platform specific memory setup 33 * @dmi_setup: platform specific DMI setup 43 * struct x86_init_irqs - platform specific interrupt setup 60 * struct x86_init_oem - oem platform specific customizing functions 61 * @arch_setup: platform specific architecture setup 62 * @banner: print a platform specific banner 70 * struct x86_init_paging - platform specific paging functions [all …]
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | Kconfig | 38 bool "Rockchip specific extensions for Analogix DP driver" 43 This selects support for Rockchip SoC specific extensions 53 This selects support for Rockchip SoC specific extensions 59 bool "Rockchip specific extensions for Synopsys DW HDMI" 61 This selects support for Rockchip SoC specific extensions 67 bool "Rockchip specific extensions for Synopsys DW MIPI DSI" 70 This selects support for Rockchip SoC specific extensions 76 bool "Rockchip specific extensions for Innosilicon HDMI" 78 This selects support for Rockchip SoC specific extensions 103 bool "Rockchip specific extensions for RK3066 HDMI" [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | Kconfig | 26 Declares whether the architecture provides an arch-specific 35 fallback, e.g., for SIMD implementations. If no arch specific 42 Declares whether the architecture provides an arch-specific 52 fallback, e.g., for SIMD implementations. If no arch specific 62 by either the generic implementation or an arch-specific one, if one 68 Declares whether the architecture provides an arch-specific 77 fallback, e.g., for SIMD implementations. If no arch specific 88 fulfilled by either the generic implementation or an arch-specific 104 Declares whether the architecture provides an arch-specific 113 fallback, e.g., for SIMD implementations. If no arch specific [all …]
|
/openbmc/linux/Documentation/arch/sh/ |
H A D | new-machine.rst | 18 of the board-specific code (with the exception of stboards) ended up 19 in arch/sh/kernel/ directly, with board-specific headers ending up in 24 Board-specific code:: 31 | | `-- board-specific files 33 | | `-- board-specific files 40 | `-- board-specific headers 42 | `-- board-specific headers 54 `-- cchip-specific files 57 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the 58 hd64461-specific headers. [all …]
|
/openbmc/linux/include/linux/mtd/ |
H A D | platnand.h | 41 * @probe: platform specific function to probe/setup hardware 42 * @remove: platform specific function to remove/teardown hardware 43 * @dev_ready: platform specific function to read ready/busy pin 44 * @select_chip: platform specific chip select function 45 * @cmd_ctrl: platform specific function for controlling 47 * @write_buf: platform specific function for write buffer 48 * @read_buf: platform specific function for read buffer 49 * @priv: private data to transport driver specific settings 65 * struct platform_nand_data - container structure for platform-specific data
|
/openbmc/u-boot/include/ |
H A D | video_osd.h | 29 * either a generic form (by specifying a string, a driver-specific color value 31 * driver-specific form (by specifying "raw" driver-specific data to display at 56 * set_mem() - Write driver-specific text data to OSD screen 58 * The passed data are device-specific, and it's up to the driver how 60 * driver-specific; most likely the given data will be written to the 68 * will write the device-specific text data "A" to the positions (0, 0) 71 * Device-specific text data may, e.g. be a special encoding of glyphs 77 * @buf: Array containing device-specific data to write to the 108 * driver-specific, and possible values should be defined 135 * The passed data are device-specific, and it's up to the driver how to [all …]
|
H A D | spl_gpio.h | 17 * number is encoded in an unsigned int by an SoC-specific means. Pull 18 * values are also SoC-specific. 24 * often specific to a particular SoC generation. This allows the GPIO 30 * encoding is SoC-specific. 37 * @gpio: GPIO to adjust (SoC-specific) 38 * @pull: Pull value (SoC-specific) 47 * @gpio: GPIO to adjust (SoC-specific) 57 * @gpio: GPIO to adjust (SoC-specific)
|
/openbmc/linux/Documentation/devicetree/bindings/hwlock/ |
H A D | hwlock.txt | 4 Generic bindings that are common to all the hwlock platform specific driver 7 Please also look through the individual platform specific hwlock binding 8 documentations for identifying any additional properties specific to that 16 specific lock. 21 Consumers that require specific hwlock(s) should specify them using the 34 use the hwlock-names to match and get a specific hwlock. 37 1. Example of a node using a single specific hwlock: 49 2. Example of a node using multiple specific hwlocks:
|
/openbmc/linux/include/linux/ |
H A D | entry-common.h | 66 * arch_enter_from_user_mode - Architecture specific sanity check for user mode regs 70 * specific code. 92 * Invoked from architecture specific syscall entry code with interrupts 97 * This is invoked when there is architecture specific functionality to be 107 * Invoked from architecture specific syscall entry code with interrupts 115 * This is invoked when there is extra architecture specific functionality 126 * Invoked from architecture specific syscall entry code with interrupts 128 * architecture specific work. 151 * Invoked from architecture specific syscall entry code with interrupts 168 * Defaults to local_irq_enable(). Can be supplied by architecture specific [all …]
|
/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
H A D | amd_sfh_hid_desc.h | 39 /* properties specific to this sensor */ 47 /* values specific to this sensor */ 57 /* properties specific to this sensor */ 65 /* values specific to this sensor */ 73 /*properties specific to this sensor */ 92 /* properties specific to this sensor */ 100 /* values specific to this sensor */ 110 /* values specific to human presence sensor */
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-tangier.h | 23 /* Elkhart Lake specific wake registers */ 28 /* Merrifield specific wake registers */ 34 * struct tng_wake_regs - Platform specific wake registers 65 * struct tng_gpio_pin_info - Platform specific pinout information 77 * struct tng_gpio_info - Platform specific GPIO and IRQ information 89 * struct tng_gpio - Platform specific private data 96 * @wake_regs: Platform specific wake registers 97 * @pin_info: Platform specific pinout information 98 * @info: Platform specific GPIO and IRQ information
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_io.h | 19 * @ep_offset: platform specific function to get end point offset 20 * @ep_select: platform specific function to select end point 21 * @fifo_offset: platform specific function to get fifo offset 22 * @read_fifo: platform specific function to read fifo 23 * @write_fifo: platform specific function to write fifo 24 * @busctl_offset: platform specific function to get busctl offset 25 * @get_toggle: platform specific function to get toggle 26 * @set_toggle: platform specific function to set toggle
|
/openbmc/docs/designs/ |
H A D | psu-firmware-update.md | 50 avoid power loss. This shall be handled by PSU vendor-specific tools, but not in 53 Note: The "vendor-specific" referred below is the PSU vendor-specific. 55 So the below checks are optional and expected to be handled by vendor-specific 80 vendor-specific purpose, e.g. to indicate the PSU model. 99 its related vendor-specific tools. 100 - The service will find the matched vendor-specific tool to perform the code 101 update. For example, if a vendor specific tool `foo` is configured in 110 4. The vendor-specific tool shall run all the checks it needs to be run, before 113 5. When the vendor-specific tool returns errors, the PSU update will be aborted 134 3. If PSU update is needed, the service will find the matched vendor-specific [all …]
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
H A D | README | 11 A small set of ARM specific variables have been defined to allow 25 ARMPKGSFX_THUMB - This is the thumb specific suffix. Curently it is 28 ARMPKGSFX_DSP - This is the DSP specific suffix. Currently this is set 31 ARMPKGSFX_EABI - This is the eabi specific suffix. There are currently 36 ARMPKGSFX_ENDIAN - This is the endian specific suffix. It is defined in 39 ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates 40 specific FPU optimizations. 'vfp' and 'neon' are both defined.
|
/openbmc/linux/drivers/media/platform/microchip/ |
H A D | microchip-isc-regs.h | 226 /* Offset for CSC register specific to sama5d2 product */ 228 /* Offset for CSC register specific to sama7g5 product */ 252 /* Offset for CBC register specific to sama5d2 product */ 254 /* Offset for CBC register specific to sama7g5 product */ 276 /* Offset for SUB422 register specific to sama5d2 product */ 278 /* Offset for SUB422 register specific to sama7g5 product */ 284 /* Offset for SUB420 register specific to sama5d2 product */ 286 /* Offset for SUB420 register specific to sama7g5 product */ 291 /* Offset for RLP register specific to sama5d2 product */ 293 /* Offset for RLP register specific to sama7g5 product */ [all …]
|
/openbmc/linux/drivers/staging/media/deprecated/atmel/ |
H A D | atmel-isc-regs.h | 226 /* Offset for CSC register specific to sama5d2 product */ 228 /* Offset for CSC register specific to sama7g5 product */ 252 /* Offset for CBC register specific to sama5d2 product */ 254 /* Offset for CBC register specific to sama7g5 product */ 276 /* Offset for SUB422 register specific to sama5d2 product */ 278 /* Offset for SUB422 register specific to sama7g5 product */ 284 /* Offset for SUB420 register specific to sama5d2 product */ 286 /* Offset for SUB420 register specific to sama7g5 product */ 291 /* Offset for RLP register specific to sama5d2 product */ 293 /* Offset for RLP register specific to sama7g5 product */ [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | chio.h | 14 #define CHET_V1 4 /* vendor specific #1 */ 15 #define CHET_V2 5 /* vendor specific #2 */ 16 #define CHET_V3 6 /* vendor specific #3 */ 17 #define CHET_V4 7 /* vendor specific #4 */ 25 * query vendor-specific element types 40 int cvp_n1; /* number of vendor specific elems (CHET_V1) */ 42 int cvp_n2; /* number of vendor specific elems (CHET_V2) */ 44 int cvp_n3; /* number of vendor specific elems (CHET_V3) */ 46 int cvp_n4; /* number of vendor specific elems (CHET_V4) */ 87 * move the transport element (robot arm) to a specific element. [all …]
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-msg-format.h | 63 u32 encoding_variant; /* FourCC specifying the specific 68 union mmal_es_specific_format *es; /* Type specific 78 u32 extradata_size; /* Size of the codec specific data */ 79 u8 *extradata; /* Codec specific data */ 89 u32 encoding_variant; /* FourCC specifying the specific 94 u32 es; /* Type specific 104 u32 extradata_size; /* Size of the codec specific data */ 105 u32 extradata; /* Codec specific data */
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
H A D | cve-exclusion.inc | 1 CVE_STATUS[CVE-1999-0656] = "not-applicable-config: specific to ugidd, part of the old user-mode NF… 3 CVE_STATUS[CVE-2006-2932] = "not-applicable-platform: specific to RHEL" 5 CVE_STATUS[CVE-2007-2764] = "not-applicable-platform: specific to Sun/Brocade SilkWorm switches" 17 CVE_STATUS[CVE-2016-3695] = "not-applicable-platform: specific to RHEL with securelevel patches" 19 CVE_STATUS[CVE-2016-3699] = "not-applicable-platform: specific to RHEL with securelevel patches" 21 CVE_STATUS[CVE-2017-6264] = "not-applicable-platform: Android specific" 23 CVE_STATUS[CVE-2017-1000377] = "not-applicable-platform: GRSecurity specific"
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.h | 33 * bus specific files (transport files). This is the code that is common among 42 * 1) The bus specific component is called from module_init 43 * 2) The bus specific component registers the bus driver 45 * 4) The bus specific component configures the bus 46 * 5) The bus specific component calls to the drv bus agnostic part 62 * specific system flows implementations. For example, the bus specific probe 73 * Stop the driver. This should be called by bus specific system flows 74 * implementations. For example, the bus specific remove function should first
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-fm-tx.rst | 27 step are driver-specific. 107 useconds. Step and range are driver-specific. 111 are driver-specific. 121 range and step are driver-specific. 125 value. The range and step are driver-specific. 129 value. The range and step are driver-specific. 133 useconds value. The range and step are driver-specific. 140 range and step are driver-specific. 144 step are driver-specific. 173 dBuV. Range and step are driver-specific. [all …]
|