/openbmc/linux/scripts/coccinelle/null/ |
H A D | deref_null.cocci | 3 /// A variable is dereferenced under a NULL test. 18 // The following two rules are separate, because both can match a single 214 // It is need because the previous rule as already made a "change".
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 190 static double tv_diff(const struct timeval *a, const struct timeval *b) in tv_diff() argument 192 return (double)(a->tv_sec - b->tv_sec) + in tv_diff() 193 (double)((int)a->tv_usec - (int)b->tv_usec) * 1e-6; in tv_diff()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl-single.yaml | 7 title: Generic Pin Controller with a Single Register for One or More Pins 13 Some pin controller devices use a single register for one or more pins. The 78 - description: phandle of a gpio-range node
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | hisi-pcie-pmu.rst | 8 Each PCIe Core has a PMU to monitor multi Root Ports of this PCIe Core and 15 The PCIe PMU driver registers a perf PMU with the name of its sicl-id and PCIe 45 Also attach to a task is unsupported for PCIe PMU.
|
/openbmc/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | qcom,sm8150-mdss.yaml | 48 "^display-controller@[0-9a-f]+$": 54 "^dsi@[0-9a-f]+$": 62 "^phy@[0-9a-f]+$":
|
H A D | qcom,sm8250-mdss.yaml | 47 "^display-controller@[0-9a-f]+$": 53 "^dsi@[0-9a-f]+$": 61 "^phy@[0-9a-f]+$":
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-timing.yaml | 14 There are different ways of describing the timing data of a panel. The 56 Timing can be specified either as a typical value or as a tuple
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_sysfs.c | 314 struct attribute *a, int n) in cros_ec_ctrl_visible() argument 319 if (a == &dev_attr_kb_wake_angle.attr && !ec->has_kb_wake_angle) in cros_ec_ctrl_visible() 322 return a->mode; in cros_ec_ctrl_visible()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dptf | 59 (WO) Confirm embedded controller about a prochot notification. 135 (Electro magnetic interference) control. This is a bit mask. 149 walks around the Fcenter in a linear
|
H A D | sysfs-class-stm_source | 10 connect that device. If a device is already connected to this
|
/openbmc/linux/drivers/ata/pata_parport/ |
H A D | Kconfig | 58 protocol from Fidelity International Technology. This is a simple 75 EPAT is a parallel port IDE adapter manufactured by Shuttle 124 from KT Technology. This is a simple (low speed) adapter that is
|
/openbmc/linux/fs/hpfs/ |
H A D | hpfs_fn.h | 177 int a; in copy_de() local 180 a = dst->down; in copy_de() 183 dst->down = a; in copy_de()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32h750i-art-pi.dts | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 22 * obtaining a copy of this software and associated documentation
|
H A D | stm32746g-eval.dts | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 22 * obtaining a copy of this software and associated documentation
|
H A D | stm32f746-disco.dts | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 22 * obtaining a copy of this software and associated documentation
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-savageboard.dtsi | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 22 * obtaining a copy of this software and associated documentation
|
H A D | imx6qdl-tx6-lvds.dtsi | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 21 * obtaining a copy of this software and associated documentation
|
/openbmc/linux/drivers/gpu/drm/sprd/ |
H A D | megacores_pll.c | 22 #define AVERAGE(a, b) (min(a, b) + abs((b) - (a)) / 2) argument
|
/openbmc/openbmc/poky/meta/recipes-extended/bash/ |
H A D | bash.inc | 3 …a complete implementation of the IEEE POSIX and Open Group shell specification with interactive co… 22 # causes a lot of garbage in non-interactive shells
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/ |
H A D | mdns_2200.100.94.0.2.bb | 1 SUMMARY = "Publishes & browses available services on a link according to the Zeroconf / Bonjour pro… 31 # We install a stub Makefile in the top directory so that the various checks 32 # in base.bbclass pass their tests for a Makefile, this ensures (that amongst
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | apic.h | 38 #define apic_printk(v, s, a...) do { \ argument 40 printk(s, ##a); \ 533 static inline int default_acpi_madt_oem_check(char *a, char *b) { return 0; } in default_acpi_madt_oem_check() argument
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | Makefile | 72 BPFOBJ := $(BUILD_DIR)/libbpf/libbpf.a 82 HOST_BPFOBJ := $(HOST_BUILD_DIR)/libbpf/libbpf.a 92 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-image.bbclass | 80 # EVB systems do not have a managed system. 82 # QEMU systems are like EVBs and do not have a managed system. 85 # Add new packages to be installed to a package group in
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | 2670 ad.a.u.net->family = PF_INET6; in smk_ipv6_check() 3115 ad.a.u.ipc_id = isp->id; in smk_curacc_shm() 3204 ad.a.u.ipc_id = isp->id; in smk_curacc_sem() 3299 ad.a.u.ipc_id = isp->id; in smk_curacc_msq() 3407 ad.a.u.ipc_id = ipp->id; in smack_ipc_permission() 4103 ad.a.u.net->family = family; in smack_socket_sock_rcv_skb() 4104 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb() 4136 ad.a.u.net->family = family; in smack_socket_sock_rcv_skb() 4137 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb() 4332 ad.a.u.net->family = family; in smack_inet_conn_request() [all …]
|
/openbmc/linux/drivers/target/sbp/ |
H A D | Kconfig | 11 To compile this driver as a module, say M here: The module will be
|