/openbmc/linux/drivers/pci/ |
H A D | iov.c | 272 struct attribute *a, int n) in sriov_vf_attrs_are_visible() argument 280 return a->mode; in sriov_vf_attrs_are_visible() 551 struct attribute *a, int n) in sriov_pf_attrs_are_visible() argument 558 return a->mode; in sriov_pf_attrs_are_visible()
|
/openbmc/linux/Documentation/watchdog/ |
H A D | watchdog-parameters.rst | 19 care of pinging a running hardware watchdog until userspace opens the 21 timeout. Setting this to a non-zero value can be useful to ensure that 321 Force selection of a timeout setting without initial delay 565 Should a ThermTrip trigger the reset generator
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | multisound.sh | 453 X * setdigital.c - sets the DIGITAL1 input for a mixer 467 X * You should have received a copy of the GNU General Public License 574 X * You should have received a copy of the GNU General Public License 1082 X * You should have received a copy of the GNU General Public License
|
/openbmc/qemu/target/hppa/ |
H A D | insns.decode | 16 # You should have received a copy of the GNU Lesser General Public 70 # All insns that need to form a virtual address should use this set. 287 stby 000011 b:5 r:5 sp:2 a:1 1 -- 1100 m:1 ..... disp=%im5_0 288 stdby 000011 b:5 r:5 sp:2 a:1 1 -- 1101 m:1 ..... disp=%im5_0
|
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | v4l2.c | 131 if (tb->a[i]) { in __tegra_buf_cleanup() 132 tegra_vde_dmabuf_cache_unmap(ctx->vde, tb->a[i], true); in __tegra_buf_cleanup() 133 tb->a[i] = NULL; in __tegra_buf_cleanup() 180 dma_dir, &tb->a[i], in tegra_buf_init()
|
/openbmc/linux/crypto/ |
H A D | ccm.c | 149 static int format_adata(u8 *adata, unsigned int a) in format_adata() argument 156 if (a < 65280) { in format_adata() 157 *(__be16 *)adata = cpu_to_be16(a); in format_adata() 161 *(__be32 *)&adata[2] = cpu_to_be32(a); in format_adata()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_init.c | 760 int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a) in ql4xxx_lock_drvr_wait() argument 767 if (ql4xxx_lock_drvr(a) == 0) { in ql4xxx_lock_drvr_wait() 771 a->host_no, in ql4xxx_lock_drvr_wait() 776 "acquired\n", a->host_no, __func__)); in ql4xxx_lock_drvr_wait()
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124-nyan.dtsi | 19 * version 1.4.2) warn about this node containing a reg property, but 20 * missing a unit-address. However, the bootloader on these Chromebook 22 * Adding the unit-address causes the bootloader to create a /memory 751 * TODO: find a way to wire this up with the USB EHCI
|
/openbmc/linux/drivers/of/ |
H A D | address.c | 84 u64 a = of_read_number(addr, na); in of_bus_default_translate() local 86 a += offset; in of_bus_default_translate() 88 addr[na - 2] = cpu_to_be32(a >> 32); in of_bus_default_translate() 89 addr[na - 1] = cpu_to_be32(a & 0xffffffffu); in of_bus_default_translate()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8992-xiaomi-libra.dts | 46 * That's a lot of clocks, but it's necessary due 156 * Pericom 30216a USB (de)mux switch
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_unfl.S | 17 | operand needs to made available to the user with a bias of $6000 218 | At this point, a store to memory is pending
|
/openbmc/qemu/crypto/ |
H A D | cipher-builtin.c.inc | 16 * You should have received a copy of the GNU Lesser General Public 41 error_setg(errp, "Length %zu must be a multiple of block size %zu",
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 393 pte_same (pte_t a, pte_t b) in pte_same() argument 395 return pte_val(a) == pte_val(b); in pte_same()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | tsb.h | 354 be,a,pt %xcc, OK_LABEL; \ 376 be,a,pt %xcc, OK_LABEL; \
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | Kconfig | 149 Compile a kernel suitable for booting most boards 267 a snoop from completing. Under certain conditions this can cause the
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | condor-common.dtsi | 47 type = "a"; 314 gmsl1: gmsl-deserializer@4a {
|
/openbmc/openbmc/poky/meta/recipes-support/curl/ |
H A D | curl_8.11.1.bb | 3 curl is a widely used because of its ability to be flexible and complete \ 22 …nored: CURLOPT_SSL_VERIFYPEER was disabled on google cloud services causing a potential man in the…
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-odroid.dtsi | 136 vddcpu_a: regulator-vddcpu-a { 194 type = "a";
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | srv6_end_flavors_test.sh | 241 read a 242 [ "$a" = "q" ] && exit 1
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | dma.txt | 4 This is a little-endian 4-channel DMA controller, used in Freescale mpc83xx 69 This is a 4-channel DMA controller with extended addresses and chaining,
|
/openbmc/linux/fs/nfsd/ |
H A D | state.h | 648 static inline bool nfsd4_stateid_generation_after(stateid_t *a, stateid_t *b) in nfsd4_stateid_generation_after() argument 650 return (s32)(a->si_generation - b->si_generation) > 0; in nfsd4_stateid_generation_after()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-da8xx.c | 260 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset() 273 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | devicetree.bbclass | 25 # licensed). Default to GPL-2.0-only if the recipe does not specify a license. 92 # determine if a dts file is an overlay by checking if it uses "/plugin/;"
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | px30-ringneck.dtsi | 101 * The BIOS_DISABLE hog is a feedback pin for the actual status of the 103 * represents the state of a switch on the baseboard.
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ulcb.dtsi | 36 type = "a"; 232 versaclock5: clock-generator@6a {
|