Home
last modified time | relevance | path

Searched refs:a (Results 501 – 525 of 21352) sorted by relevance

1...<<21222324252627282930>>...855

/openbmc/linux/Documentation/driver-api/
H A Dxillybus.rst52 mathematical functions, a functional unit (e.g. a USB interface), an entire
61 function is a well-known one (e.g. a video adapter card, or a NIC), it can
78 Xillybus is an IP core and a Linux driver. Together, they form a kit for
80 data streams with a straightforward user interface. It's intended as a low-
95 There may be more than a hundred of these streams on a single IP core, but
101 up the DMA buffers and character devices accordingly. As a result, a single
157 of data requested by a read() call is transmitted.
300 and yet enjoy a stream-like interface.
319 when a buffer is flushed, it may contain up to 3 bytes don't form a word in
350 buffers, with a maximal waste of one page of memory.
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-only14 “The Library” refers to a covered work governed by this License, other than an Application or a Com…
16 …is not otherwise based on the Library. Defining a subclass of a class defined by the Library is de…
28a copy of the Library, and, in your modifications, a facility refers to a function or data to be s…
30 …* a) under this License, provided that you make a good faith effort to ensure that, in the event a…
38 * b) Accompany the object code with a copy of the GNU GPL and this license document.
45 * b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
46 …For a Combined Work that displays copyright notices during execution, include the copyright notice…
48a form suitable for, and under terms that permit, the user to recombine or relink the Application …
49a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that…
54a work based on the Library side by side in a single library together with other library facilitie…
[all …]
H A DLGPL-3.0-or-later24 "The Library" refers to a covered work governed by this License, other than
25 an Application or a Combined Work as defined below.
30 Library, but which is not otherwise based on the Library. Defining a subclass
31 of a class defined by the Library is deemed a mode of using an interface provided
36 A "Combined Work" is a work produced by combining or linking an Application
49 The "Corresponding Application Code" for a Combined Work means the object
61 If you modify a copy of the Library, and, in your modifications, a facility
64 then you may convey a copy of the modified version:
66 a) under this License, provided that you make a good faith effort to ensure
114 suitable mechanism is one that (a) uses at run time a copy of the Library
[all …]
H A DODbL-1.046 assembled into a collective whole. A work that constitutes a Collective
51 a Person to make or receive copies of the Database or a Derivative
52 Database. Conveying does not include interaction with a user through a
54 transfer of a copy of the Database or a Derivative Database occurs.
78 Re-utilising the whole or a Substantial part of the Contents in a new
91 "Person" &#8211; Means a natural or legal person or a body of persons
96 Contents (via a search or other query) from this Database, a Derivative
250 b. Include a copy of this License (or, as applicable, a license
300 whole or a Substantial part of the Contents into a new database is a
327 part of a Collective Database to create a Produced Work does not
[all …]
/openbmc/linux/Documentation/virt/hyperv/
H A Dvmbus.rst5 VMbus is a software construct provided by Hyper-V to guest VMs. It
35 * Hyper-V online backup (a.k.a. VSS)
42 does not have a driver.
93 ring must be aligned to PAGE_SIZE and have a size that is a multiple
115 expect a response message
117 and expects a response
119 The transactionID (a.k.a. "requestID") is for matching requests &
150 associated with a list of GPAs. The GPAs must describe a
177 execution for a few seconds to prevent a denial-of-service attack.
226 When a guest CPU receives a VMbus interrupt from the host, the
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-3.7.1.min.js2a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"fun… field in AnonymousClass482440696b01
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0003-Add-fchmodat2-syscall-on-linux.patch6 fchmodat2 is a new syscall on linux 6.6. It is a variant of fchmodat
32 diff --git a/NEWS b/NEWS
34 --- a/NEWS
42 To see details of a given bug, visit
46 --- a/coregrind/m_syswrap/priv_syswrap-linux.h
60 --- a/coregrind/m_syswrap/syswrap-amd64-linux.c
73 --- a/coregrind/m_syswrap/syswrap-arm-linux.c
86 --- a/coregrind/m_syswrap/syswrap-arm64-linux.c
99 --- a/coregrind/m_syswrap/syswrap-linux.c
197 --- a/coregrind/m_syswrap/syswrap-x86-linux.c
[all …]
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h33 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) argument
35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) argument
36 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) argument
62 #define ___PASTE(a,b) a##b argument
63 #define __PASTE(a,b) ___PASTE(a,b) argument
126 #define kmemleak_alloc(a, b, c, d) argument
127 #define kmemleak_free(a) argument
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c163 if (safe_to_lower || watermarks->a.urgent_ns > hubbub2->watermarks.a.urgent_ns) { in hubbub31_program_urgent_watermarks()
164 hubbub2->watermarks.a.urgent_ns = watermarks->a.urgent_ns; in hubbub31_program_urgent_watermarks()
172 watermarks->a.urgent_ns, prog_wm_value); in hubbub31_program_urgent_watermarks()
173 } else if (watermarks->a.urgent_ns < hubbub2->watermarks.a.urgent_ns) in hubbub31_program_urgent_watermarks()
179 hubbub2->watermarks.a.frac_urg_bw_flip = watermarks->a.frac_urg_bw_flip; in hubbub31_program_urgent_watermarks()
183 } else if (watermarks->a.frac_urg_bw_flip in hubbub31_program_urgent_watermarks()
189 hubbub2->watermarks.a.frac_urg_bw_nom = watermarks->a.frac_urg_bw_nom; in hubbub31_program_urgent_watermarks()
193 } else if (watermarks->a.frac_urg_bw_nom in hubbub31_program_urgent_watermarks()
197 if (safe_to_lower || watermarks->a.urgent_latency_ns > hubbub2->watermarks.a.urgent_latency_ns) { in hubbub31_program_urgent_watermarks()
198 hubbub2->watermarks.a.urgent_latency_ns = watermarks->a.urgent_latency_ns; in hubbub31_program_urgent_watermarks()
[all …]
/openbmc/qemu/tests/tcg/openrisc/
H A Dtest_mulu.c5 int a, b, c; in main() local
13 : "=r"(a) in main()
16 if (a != result) { in main()
26 : "=r"(a) in main()
29 if (a != result) { in main()
39 : "=r"(a) in main()
42 if (a != result) { in main()
/openbmc/linux/include/linux/
H A Dhid-debug.h40 #define hid_dump_input(a,b,c) do { } while (0) argument
41 #define hid_dump_report(a,b,c,d) do { } while (0) argument
42 #define hid_dump_device(a,b) do { } while (0) argument
43 #define hid_dump_field(a,b,c) do { } while (0) argument
44 #define hid_resolv_usage(a,b) do { } while (0) argument
45 #define hid_debug_register(a, b) do { } while (0) argument
46 #define hid_debug_unregister(a) do { } while (0) argument
49 #define hid_debug_event(a,b) do { } while (0) argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/
H A Dcl827c.h46 #define NV827C_SURFACE_SET_OFFSET(a,b) (0x00000800 + (a)*0… argument
48 #define NV827C_SURFACE_SET_SIZE(a) (0x00000808 + (a)*0… argument
51 #define NV827C_SURFACE_SET_STORAGE(a) (0x0000080C + (a)*0… argument
63 #define NV827C_SURFACE_SET_PARAMS(a) (0x00000810 + (a)*0… argument
/openbmc/linux/lib/
H A Dtest_fpu.c30 volatile double a, b, c, d, e, f, g; in test_fpu() local
32 a = 4.0; in test_fpu()
37 d = a + b; in test_fpu()
40 e = a + b / 2; in test_fpu()
46 g = a + c * f; in test_fpu()
48 if (d > a && e > a && g > a) in test_fpu()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c99 int vidioc_g_modulator(struct file *file, void *fh, struct v4l2_modulator *a) in vidioc_g_modulator() argument
103 if (a->index > 0) in vidioc_g_modulator()
106 strscpy(a->name, "AM/FM/SW Transmitter", sizeof(a->name)); in vidioc_g_modulator()
107 a->capability = V4L2_TUNER_CAP_LOW | V4L2_TUNER_CAP_STEREO | in vidioc_g_modulator()
112 a->rangelow = AM_FREQ_RANGE_LOW; in vidioc_g_modulator()
113 a->rangehigh = FM_FREQ_RANGE_HIGH; in vidioc_g_modulator()
114 a->txsubchans = dev->radio_tx_subchans; in vidioc_g_modulator()
118 int vidioc_s_modulator(struct file *file, void *fh, const struct v4l2_modulator *a) in vidioc_s_modulator() argument
122 if (a->index) in vidioc_s_modulator()
124 if (a->txsubchans & ~0x13) in vidioc_s_modulator()
[all …]
/openbmc/linux/drivers/misc/lkdtm/
H A Dfortify.c16 char a[10]; in lkdtm_FORTIFY_STR_OBJECT() member
28 strncpy(target[0].a, target[1].a, size); in lkdtm_FORTIFY_STR_OBJECT()
31 fortify_scratch_space = target[0].a[3]; in lkdtm_FORTIFY_STR_OBJECT()
40 char a[10]; in lkdtm_FORTIFY_STR_MEMBER() member
57 strncpy(target.a, src, size); in lkdtm_FORTIFY_STR_MEMBER()
60 fortify_scratch_space = target.a[3]; in lkdtm_FORTIFY_STR_MEMBER()
72 char a[10]; in lkdtm_FORTIFY_MEM_OBJECT() member
96 fortify_scratch_space = target.a[3]; in lkdtm_FORTIFY_MEM_OBJECT()
105 char a[10]; in lkdtm_FORTIFY_MEM_MEMBER() member
122 memcpy(target.a, src, size); in lkdtm_FORTIFY_MEM_MEMBER()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dmipi-dsi-bus.txt4 The MIPI Display Serial Interface specifies a serial bus and a protocol for
5 communication between a host and up to four peripherals. This document will
6 define the syntax used to represent a DSI bus in a device tree.
11 Each DSI host provides a DSI bus. The DSI host controller's node contains a
15 The following assumes that only a single peripheral is connected to a DSI
22 a DSI host, the following properties apply to a node representing a DSI host.
27 a maximum of 4 devices can be addressed on a single bus. Hence the value of
29 - #size-cells: Should be 0. There are cases where it makes sense to use a
64 Peripherals with a different control bus
89 - (4) is an example of a peripheral on a I2C control bus connected to a
[all …]
/openbmc/linux/sound/soc/intel/avs/boards/
H A DKconfig14 Say Y or m if you have such a device. This is a recommended option.
22 Say Y or m if you have such a device. This is a recommended option.
32 Say Y or m if you have such a device. This is a recommended option.
40 Say Y or m if you have such a device. This is a recommended option.
56 Say Y or m if you have such a device. This is a recommended option.
66 Say Y or m if you have such a device. This is a recommended option.
76 Say Y or m if you have such a device. This is a recommended option.
87 Say Y or m if you have such a device. This is a recommended option.
105 Say Y or m if you have such a device. This is a recommended option.
115 Say Y or m if you have such a device. This is a recommended option.
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi3 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
28 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
35 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
41 The 'min_ratio' parameter allows assigning a minimum
42 percentage of the write-back cache to a particular device.
43 For example, this is useful for providing a minimum QoS.
58 providing a minimum QoS.
64 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
96 The 'min_bytes' parameter allows assigning a minimum
112 trusted to play fair, or a nbd device.
[all …]
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c65 decNumber t, a, b; member
154 if (a) { in dfp_prepare_decimal64()
155 get_dfp64(&dfp->va, a); in dfp_prepare_decimal64()
159 decNumberZero(&dfp->a); in dfp_prepare_decimal64()
178 if (a) { in dfp_prepare_decimal128()
183 decNumberZero(&dfp->a); in dfp_prepare_decimal128()
727 dfp->t = dfp->a; in dfp_quantize()
733 dfp->t = dfp->a; in dfp_quantize()
1426 decNumber a; in helper_CDTBCD() local
1452 decNumber a; in helper_CBCDTD() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch13 diff --git a/doc/lat_unix_connect.8 b/doc/lat_unix_connect.8
15 --- a/doc/lat_unix_connect.8
17 @@ -25,9 +25,9 @@ is a client/server program that measures interprocess
19 an AF_UNIX socket to a local server.
22 -has three forms of usage: as a server (-s), as a client (lat_connect),
23 -and as a shutdown (lat_connect -S).
25 +has three forms of usage: as a server (-s), as a client (lat_unix_connect),
26 +and as a shutdown (lat_unix_connect -S).
/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c680 const struct pcnet32_access *a = lp->a; in pcnet32_suspend() local
969 const struct pcnet32_access *a = lp->a; /* access to registers */ in pcnet32_loopback_test() local
1133 const struct pcnet32_access *a = lp->a; in pcnet32_set_phys_id() local
1152 a->write_bcr(ioaddr, i, a->read_bcr(ioaddr, i) ^ 0x4000); in pcnet32_set_phys_id()
1437 const struct pcnet32_access *a = lp->a; in pcnet32_get_regs() local
1610 a = &pcnet32_wio; in pcnet32_probe1()
1624 a->read_csr(ioaddr, 88) | (a->read_csr(ioaddr, 89) << 16); in pcnet32_probe1()
1714 a->write_bcr(ioaddr, 18, (a->read_bcr(ioaddr, 18) | 0x0860)); in pcnet32_probe1()
1742 a->write_bcr(ioaddr, 18, a->read_bcr(ioaddr, 18) | (1 << 11)); in pcnet32_probe1()
1891 lp->a = a; in pcnet32_probe1()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A DKconfig19 Say Y here if you have a 88PM860x PMIC and want to enable
24 To compile this driver as a module, choose M here: the
43 To compile this driver as a module, choose M here: the
65 You should select a bus connection too.
138 Diagnostic Data object using a V4L device.
263 Say Y here if you have a Cypress Gen4 touchscreen.
445 Say Y here if you have a touchscreen using a Hynitron
580 Say Y here if you have a LPC32XX device and want
846 Say Y here if you have a pixcir i2c touchscreen
1096 Say Y here if you have a touchscreen on a TS-4800 board.
[all …]
/openbmc/docs/designs/
H A Dpower-recovery.md20 can be a pin hole reset. This is a manual mechanism for the user to force a hard
27 to off in a blackout. OpenBMC needs to provide a mechanism for system owners to
37 their system. A UPS continues to provide power to a system through a blackout or
105 pgood pin. Blackouts can be intentionally triggered by a user (i.e a pinhole
110 - Provide a generic target, `obmc-chassis-blackout@.target` to be called when a
147 When a UPS is present and a blackout or brownout condition occurs, the BMC must:
183 One possible cause of a BMC reset is an external reset (EXTRST). There are a
211 be called after a blackout.
280 None, this is a pretty basic feature that does not have a lot of alternatives
304 On supported systems, a pin hole reset should be done with a system that has a
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0017-Adjust-for-musl-headers.patch81 --- a/src/network/netdev/batadv.c
94 --- a/src/network/netdev/bond.c
120 --- a/src/network/netdev/dummy.c
145 --- a/src/network/netdev/ifb.c
158 --- a/src/network/netdev/ipoib.c
259 --- a/src/network/netdev/vcan.c
271 --- a/src/network/netdev/veth.c
284 --- a/src/network/netdev/vlan.c
297 --- a/src/network/netdev/vrf.c
349 --- a/src/network/netdev/xfrm.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0017-Adjust-for-musl-headers.patch81 --- a/src/network/netdev/batadv.c
94 --- a/src/network/netdev/bond.c
120 --- a/src/network/netdev/dummy.c
145 --- a/src/network/netdev/ifb.c
158 --- a/src/network/netdev/ipoib.c
259 --- a/src/network/netdev/vcan.c
271 --- a/src/network/netdev/veth.c
284 --- a/src/network/netdev/vlan.c
297 --- a/src/network/netdev/vrf.c
349 --- a/src/network/netdev/xfrm.c
[all …]

1...<<21222324252627282930>>...855