/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl-asoc-card.txt | 6 The idea of this generic sound card is a bit like ASoC Simple Card. However, 9 this is a specific feature that might be painstakingly controlled and merged 13 from the simplification of a new card support and the capability of the wide 67 Each entry is a pair of strings, the first being the 69 source. There're a few pre-designed board connectors: 91 Optional unless SSI is selected as a CPU DAI:
|
H A D | st,stm32-sai.yaml | 13 The SAI interface (Serial Audio Interface) offers a wide set of audio 61 "^audio-controller@[0-9a-f]+$": 82 - description: MCLK clock from a SAI set as master clock provider. 96 rx: SAI sub-block is configured as a capture DAI. 97 tx: SAI sub-block is configured as a playback DAI. 190 compatible = "st,stm32-sai-sub-a";
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | Kconfig.aic7xxx | 16 To compile this driver as a module, choose M here: the 29 vary this number based on device behavior. For devices with a 31 and display a console message indicating this value. 34 a high number of commands per device may result in memory allocation 59 include files updated during a normal kernel build. The assembler 90 output without having to refer to a data book and/or the aic7xxx.reg
|
/openbmc/linux/Documentation/filesystems/ |
H A D | befs.rst | 33 Does anyone know of a more current email address for Makoto? He doesn't 36 This filesystem doesn't have a maintainer. 41 for the linux 2.4.1 and later kernels. Currently it is a read-only 69 scope of this document. I suggest the Kernel-HOWTO document as a good general 77 The BeFS module is not a standard part of the linux kernel, so you must first 82 (it is fine to make it a module).
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | ingenic,tcu.yaml | 10 For a description of the TCU hardware and drivers, have a look at 33 pattern: "^timer@[0-9a-f]+$" 114 "^watchdog@[a-f0-9]+$": 148 "^pwm@[a-f0-9]+$": 193 "^timer@[a-f0-9]+$":
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_user.c | 59 const struct intel_engine_cs *a = in engine_cmp() local 60 container_of((struct rb_node *)A, typeof(*a), uabi_node); in engine_cmp() 64 if (uabi_classes[a->class] < uabi_classes[b->class]) in engine_cmp() 66 if (uabi_classes[a->class] > uabi_classes[b->class]) in engine_cmp() 69 if (a->instance < b->instance) in engine_cmp() 71 if (a->instance > b->instance) in engine_cmp()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | Kconfig | 7 Say Y here if your system has a Cadence USBSS or USBSSP 20 Say Y here if your system has a Cadence USB3 dual-role controller. 23 If you choose to build this driver is a dynamically linked 55 If you're using the USBSS Core IP with a PCIe, please say 100 Say Y here if your system has a Cadence CDNSP dual-role controller. 103 If you choose to build this driver is a dynamically linked
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine-crd.dts | 25 * make a "_crd" specific version here. 144 * We'll set a pullup here just to park the line. 154 * - If a pin goes to CRD board and is named it gets that name. 155 * - If a pin goes to CRD board and is not named, it gets no name. 156 * - If a pin is totally internal to Qcard then it gets Qcard name. 157 * - If a pin is not hooked up on Qcard, it gets no name.
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | amu.rst | 22 counters intended for system management use. The AMU extension provides a 26 Version 1 of the Activity Monitors architecture implements a counter group 43 Additionally, version 1 implements a counter group of up to 16 auxiliary 52 The kernel can safely run a mix of CPUs with and without support for the 57 When the feature is detected on a CPU, we flag the availability of the 92 SYS_AMEVCNTR1_EL0(n), where n is a value between 0 and 15.
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | atomic.h | 200 static __always_inline int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u) 213 : [a]"r" (a), [u]"r" (u) 220 static __always_inline s64 arch_atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u) in arch_atomic64_fetch_add_unless() argument 234 : [a]"r" (a), [u]"r" (u) in arch_atomic64_fetch_add_unless()
|
/openbmc/linux/drivers/net/can/dev/ |
H A D | rx-offload.c | 25 unsigned int a, unsigned int b) in can_rx_offload_le() argument 28 return a <= b; in can_rx_offload_le() 30 return a >= b; in can_rx_offload_le() 78 int (*compare)(struct sk_buff *a, struct sk_buff *b)) in __skb_queue_add_sort() argument 106 static int can_rx_offload_compare(struct sk_buff *a, struct sk_buff *b) in can_rx_offload_compare() argument 110 cb_a = can_rx_offload_get_cb(a); in can_rx_offload_compare()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-enum-frame-size.rst | 35 supported by a sub-device on the specified pad 43 Each pair of ``pad`` and ``code`` correspond to a separate enumeration. 51 Then call the :ref:`VIDIOC_SUBDEV_ENUM_FRAME_SIZE` ioctl with a pointer to the 64 supported. For instance, a scaler that uses a fixed-point scaling ratio 131 ``pad`` references a non-existing pad, the ``code`` is invalid for
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-soc | 5 The /sys/devices/ directory contains a sub-directory for each 6 System-on-Chip (SoC) device on a running platform. Information 36 data bits plus one (1) odd parity bit. It is a single field, 38 the maximum number of identification codes, a continuation 49 as JEP106 identity code of 0x3B and a continuation code of 93 interest, as it contains a symlink for each SoC device found on
|
/openbmc/linux/drivers/cpuidle/ |
H A D | coupled.c | 149 void cpuidle_coupled_parallel_barrier(struct cpuidle_device *dev, atomic_t *a) in cpuidle_coupled_parallel_barrier() argument 154 atomic_inc(a); in cpuidle_coupled_parallel_barrier() 156 while (atomic_read(a) < n) in cpuidle_coupled_parallel_barrier() 159 if (atomic_inc_return(a) == n * 2) { in cpuidle_coupled_parallel_barrier() 160 atomic_set(a, 0); in cpuidle_coupled_parallel_barrier() 164 while (atomic_read(a) > n) in cpuidle_coupled_parallel_barrier()
|
/openbmc/linux/arch/alpha/lib/ |
H A D | ev6-memcpy.S | 52 ldbu $1, 0($17) # L : grab a byte 140 subq $18, 8, $18 # E : At least a quad left? 166 ldbu $1, 0($17) # L : fetch a byte 170 stb $1, 0($16) # L : store a byte 189 ldbu $1, 0($17) # L : fetch a byte 200 subq $18, 8, $18 # E : At least a quad left?
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | entity-example.md | 3 If your platform requires the entity container map, you can provide a json file 39 # A record can have contained entities as a four entry list or as upto 41 # as a four entry list 44 # entities within a container entity; this record is not linked 63 # This record has contained entities as a four entry list 81 # This record has contained entities as a four entry list
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/ |
H A D | snort_2.9.20.bb | 1 DESCRIPTION = "snort - a free lightweight network intrusion detection system for UNIX and Windows." 113 ${libdir}/snort_dynamicengine/*.a \ 114 ${libdir}/snort_dynamicpreprocessor/*.a \ 115 ${libdir}/snort_dynamicrules/*.a \ 116 ${libdir}/snort/dynamic_preproc/*.a \ 117 ${libdir}/snort/dynamic_output/*.a \
|
/openbmc/qemu/contrib/plugins/ |
H A D | cflow.c | 98 static gint hottest(gconstpointer a, gconstpointer b) in hottest() argument 100 NodeData *na = (NodeData *) a; in hottest() 107 static gint exception(gconstpointer a, gconstpointer b) in exception() argument 109 NodeData *na = (NodeData *) a; in exception() 116 static gint popular(gconstpointer a, gconstpointer b) in popular() argument 118 NodeData *na = (NodeData *) a; in popular()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | Entry.interface.yaml | 3 instantiated for the phosphor::logging namespace. This interface is a 29 property is different from Id in the sense that Id is a unique number 61 type requires a service action to correct the event, such as replacing 68 property has a reason to change, a value that doesn't match the 119 Returns the file descriptor to the raw Entry file, which is a binary
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | sdimage-bootpart.wks | 1 # short-description: Create SD card image with a boot partition 2 # long-description: Creates a partitioned SD card image. Boot files
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
H A D | 0001-assume-zero-is-valid-address.patch | 10 diff --git a/thunk.c b/thunk.c 12 --- a/thunk.c
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-sdm845-flakes.txt | 5 # sometimes.. tbd if this is a kernel CRC bug or a test
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-common.h | 19 #define MMAL_FOURCC(a, b, c, d) ((a) | (b << 8) | (c << 16) | (d << 24)) argument
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | binstr.S | 5 | Description: Converts a 64-bit binary integer to bcd. 8 | d0, and a pointer to start in memory for bcd characters 15 | The 64-bit binary is assumed to have a decimal point before 16 | bit 63. The fraction is multiplied by 10 using a mul by 2 17 | shift and a mul by 8 shift. The bits shifted out of the 18 | msb form a decimal digit. This process is iterated until 23 | to force the first byte formed to have a 0 in the upper 4 bits.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | adt7475.rst | 115 The ADT747x has a 10-bit ADC and can therefore measure temperatures 116 with a resolution of 0.25 degree Celsius. Temperature readings can be 120 The datasheet is very detailed and describes a procedure for determining 134 PWM outputs, and a given PWM output can be controlled by several temperature 135 channels. As a result, the ADT747x may compute more than one PWM value 136 for a channel at a given time, in which case the maximum value (fastest
|