/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-8040-puzzle-m801.dts | 493 compatible = "usb-a-connector";
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm8250-hdk.dts | 71 qcom,pmic-id = "a";
|
H A D | sm8150-hdk.dts | 62 qcom,pmic-id = "a";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-venice-gw702x.dtsi | 210 channel@9a {
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcor-avenger96.dtsi | 34 type = "a";
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-alti6p.dts | 282 sgtl5000: audio-codec@a {
|
/openbmc/qemu/hw/net/ |
H A D | igb.c | 422 macaddr = s->conf.macaddr.a; in igb_pci_realize()
|
/openbmc/linux/drivers/regulator/ |
H A D | rtq2208-regulator.c | 387 RTQ2208_REGULATOR_INFO(buck-a, BUCK_RG_BASE(A)), in rtq2208_init_regulator_desc()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/ |
H A D | rsyslog_8.2404.0.bb | 7 compatible to stock sysklogd and can be used as a drop-in replacement.\
|
/openbmc/qemu/target/i386/tcg/ |
H A D | cc_helper_template.h.inc | 16 * You should have received a copy of the GNU Lesser General Public
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/ |
H A D | linux-firmware_20240513.bb | 3 DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \ 669 # The kernel 5.6.x driver still uses the old name, provide a symlink for 911 # wl18xx optionally needs wl1271-nvs.bin (which itself is a symlink to 916 # if not there. So let's make it available always. Because it's a 1129 # which is a separate case to the other Broadcom firmwares since its 1269 # -iwlwifi-misc is a "catch all" package that includes all the iwlwifi 1271 # -iwlwifi is a virtual package that depends upon all iwlwifi packages.
|
/openbmc/linux/drivers/nvme/host/ |
H A D | core.c | 1733 static bool nvme_ns_ids_equal(struct nvme_ns_ids *a, struct nvme_ns_ids *b) in nvme_ns_ids_equal() argument 1735 return uuid_equal(&a->uuid, &b->uuid) && in nvme_ns_ids_equal() 1736 memcmp(&a->nguid, &b->nguid, sizeof(a->nguid)) == 0 && in nvme_ns_ids_equal() 1737 memcmp(&a->eui64, &b->eui64, sizeof(a->eui64)) == 0 && in nvme_ns_ids_equal() 1738 a->csi == b->csi; in nvme_ns_ids_equal()
|
/openbmc/u-boot/arch/x86/dts/microcode/ |
H A D | m12306a2_00000008.dtsi | 25 * This is a device tree fragment. Use #include to add these properties to a
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6sl.dtsi | 18 * The decompressor and also some bootloaders rely on a 21 * Also for U-Boot there must be a pre-existing /memory node.
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | panel.c | 73 #define PNL_PINPUT(a) ((((unsigned char)(a)) ^ 0x7F) >> 3) argument
|
/openbmc/docs/designs/ |
H A D | remote-bios-configuration.md | 15 setup configuration parameters remotely via a BMC at any Host state. New BIOS 35 a BIOS boot immediately.
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 215 static int inflight_desc_compare(const void *a, const void *b) in inflight_desc_compare() argument 217 VduseVirtqInflightDesc *desc0 = (VduseVirtqInflightDesc *)a, in inflight_desc_compare()
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 608 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) { 1809 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 2695 __le32 a[SUP_RATE_11A_MAX_NUM_CHANNELS]; member 2700 __le32 a[SUP_RATE_11A_MAX_NUM_CHANNELS]; member
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_tracing.h | 623 #define ___bpf_concat(a, b) a ## b argument
|
H A D | usdt.c | 394 const struct elf_seg *a = _a; in cmp_elf_segs() local 397 return a->start < b->start ? -1 : 1; in cmp_elf_segs()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 780 static int compare_versions(const char *a, const char *b) in compare_versions() argument 786 a_matched = sscanf(a, "%d.%d.%d.%d", &a_major, &a_minor, &a_point, &a_patch); in compare_versions()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
H A D | binary.c | 46 #define IMPLIES(a, b) (!(a) || (b)) /* A => B */ argument
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00dev.c | 616 #define TID_CHECK(a, b) ( \ in rt2x00lib_rxdone_check_ba() argument 617 ((a) & cpu_to_le16(IEEE80211_BAR_CTRL_TID_INFO_MASK)) == \ in rt2x00lib_rxdone_check_ba()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas.c | 498 static int rtas_function_cmp(const void *a, const void *b) in rtas_function_cmp() argument 500 const struct rtas_function *f1 = a; in rtas_function_cmp()
|