/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | qcom,dwc3.yaml | 62 description: specifies a phandle to PM domain provider node 117 "^usb@[0-9a-f]+$": 379 when a wakeup event is received on USB2 bus. 381 when a wakeup event is received on USB3 bus.
|
/openbmc/linux/net/ethtool/ |
H A D | stats.c | 443 static u64 ethtool_stats_sum(u64 a, u64 b) in ethtool_stats_sum() argument 445 if (a == ETHTOOL_STAT_NOT_SET) in ethtool_stats_sum() 448 return a; in ethtool_stats_sum() 449 return a + b; in ethtool_stats_sum()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4_fs.h | 667 #define nfs4_close_state(a, b) do { } while (0) argument 668 #define nfs4_close_sync(a, b) do { } while (0) argument 669 #define nfs4_state_protect(a, b, c, d) do { } while (0) argument 670 #define nfs4_state_protect_write(a, b, c, d) do { } while (0) argument
|
/openbmc/linux/drivers/perf/ |
H A D | Kconfig | 17 If compiled as a module, it will be called arm-cci. 26 to the connected slave/master interfaces, plus a cycle counter. 66 PMU functionalities in a core library so that different PMU drivers 232 Say 'y/m' to enable a driver that will attach to performance
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_local_user.robot | 85 # Verify if a user can be added by admin 115 [Documentation] Verify error while creating a user with invalid role using Redfishtool. 132 [Documentation] Create a user without enabling it and verify that it does not have access. 215 [Documentation] Delete a user.
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 285 struct hist_entry *a, struct hist_entry *b); 287 struct hist_entry *a, struct hist_entry *b); 289 struct hist_entry *a, struct hist_entry *b); 290 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b);
|
/openbmc/openbmc/poky/meta/recipes-extended/cracklib/cracklib/ |
H A D | 0001-packlib.c-support-dictionary-byte-order-dependent.patch | 28 diff --git a/lib/packlib.c b/lib/packlib.c 30 --- a/lib/packlib.c 259 /* uh-oh. either a broken "64-bit" file or a garbage file. */
|
/openbmc/qemu/hw/nvme/ |
H A D | nvme.h | 384 static inline void nvme_fdp_stat_inc(uint64_t *a, uint64_t b) in nvme_fdp_stat_inc() argument 386 uint64_t ret = *a + b; in nvme_fdp_stat_inc() 387 *a = ret < *a ? UINT64_MAX : ret; in nvme_fdp_stat_inc()
|
/openbmc/qemu/hw/net/ |
H A D | i82596.c | 173 m = s->conf.macaddr.a; in set_individual_address() 566 } else if (!memcmp(s->conf.macaddr.a, buf, 6)) { in i82596_receive() 725 if (s->conf.macaddr.a[0] == 0) { in i82596_common_init() 730 qemu_format_nic_info_str(qemu_get_queue(s->nic), s->conf.macaddr.a); in i82596_common_init()
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 1484 atomic_fetch_add_unless(atomic_t *v, int a, int u) in atomic_fetch_add_unless() argument 1488 return raw_atomic_fetch_add_unless(v, a, u); in atomic_fetch_add_unless() 1504 atomic_add_unless(atomic_t *v, int a, int u) in atomic_add_unless() argument 1508 return raw_atomic_add_unless(v, a, u); in atomic_add_unless() 3048 atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u) in atomic64_fetch_add_unless() argument 3052 return raw_atomic64_fetch_add_unless(v, a, u); in atomic64_fetch_add_unless() 3068 atomic64_add_unless(atomic64_t *v, s64 a, s64 u) in atomic64_add_unless() argument 3072 return raw_atomic64_add_unless(v, a, u); in atomic64_add_unless() 4616 return raw_atomic_long_fetch_add_unless(v, a, u); in atomic_long_fetch_add_unless() 4632 atomic_long_add_unless(atomic_long_t *v, long a, long u) in atomic_long_add_unless() argument [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | LICENSE | 13 You should have received a copy of the GNU General Public License along with
|
/openbmc/linux/drivers/net/can/mscan/ |
H A D | Kconfig | 21 This driver can also be built as a module. If so, the module
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-max9611 | 15 These attributes describe a single physical component, exposed as two distinct
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | mv-xor-v2.txt | 15 - clock-names: mandatory if there is a second clock, in this case the
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | faraday,ftintc010.txt | 3 This interrupt controller is a stock IP block from Faraday Technology found
|
/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
H A D | nuvoton,npcm750-smp | 5 To apply to all CPUs, a single "nuvoton,npcm750-smp" enable method should be
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-clps711x.txt | 8 - gpio-controller: Marks the device node as a gpio controller.
|
H A D | nintendo,hollywood-gpio.txt | 6 - gpio-controller: Marks the device node as a GPIO controller.
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | nxp,lpc3220-clk.txt | 6 - #clock-cells: must be 1, the cell holds id of a clock provided by the
|
/openbmc/linux/drivers/media/common/siano/ |
H A D | Kconfig | 29 Choose Y to enable visualizing a dump of the frontend
|
/openbmc/linux/drivers/zorro/ |
H A D | Kconfig | 9 By default, the kernel contains a database of all known Zorro device
|
/openbmc/linux/Documentation/driver-api/dmaengine/ |
H A D | index.rst | 22 This book is a guide to device driver writers on how to use the Slave-DMA
|
/openbmc/linux/ |
H A D | README | 5 be rendered in a number of formats, like HTML and PDF. Please read
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cardlist.rst | 17 You may also take a look at
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | runtime_instr.h | 19 __u32 a : 1; member
|