Home
last modified time | relevance | path

Searched refs:a (Results 11476 – 11500 of 20301) sorted by relevance

1...<<451452453454455456457458459460>>...813

/openbmc/openbmc/poky/meta/recipes-extended/mc/
H A Dmc_4.8.32.bb3 …dnight Commander is a visual file manager, licensed under GNU General Public License and therefore…
46 FILES:${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dorion5x-linkstation-lsgl.dts13 * licensing only applies to this file, and not this project as a
16 * a) This file is free software; you can redistribute it and/or
29 * obtaining a copy of this software and associated documentation
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/
H A Drygel_0.44.1.bb2 DESCRIPTION = "Rygel is a home media solution (UPnP AV MediaServer) that \
4 Additionally, media player software may use Rygel to become a MediaRenderer \
5 that may be controlled remotely by a UPnP or DLNA Controller."
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/
H A Dtexinfo_7.2.bb2 DESCRIPTION = "Texinfo is a documentation system that can produce both \
3 online information and printed output from a single source file. The \
86 # However, this causes a file dependency on perl(Locale::gettext_xs) to be
/openbmc/linux/security/selinux/
H A Davc.c653 static void avc_audit_pre_callback(struct audit_buffer *ab, void *a) in avc_audit_pre_callback() argument
655 struct common_audit_data *ad = a; in avc_audit_pre_callback()
694 static void avc_audit_post_callback(struct audit_buffer *ab, void *a) in avc_audit_post_callback() argument
696 struct common_audit_data *ad = a; in avc_audit_post_callback()
758 struct common_audit_data *a) in slow_avc_audit() argument
766 if (!a) { in slow_avc_audit()
767 a = &stack_data; in slow_avc_audit()
768 a->type = LSM_AUDIT_DATA_NONE; in slow_avc_audit()
779 a->selinux_audit_data = &sad; in slow_avc_audit()
781 common_lsm_audit(a, avc_audit_pre_callback, avc_audit_post_callback); in slow_avc_audit()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c534 const struct intel_remapped_plane_info *a, in remapped_size() argument
539 return a->dst_stride * a->width + b->dst_stride * b->width; in remapped_size()
541 return a->dst_stride * a->height + b->dst_stride * b->height; in remapped_size()
571 }, *a, *b; in igt_vma_rotate_remap() local
589 for (a = planes; a->width; a++) { in igt_vma_rotate_remap()
593 .remapped.plane[0] = *a, in igt_vma_rotate_remap()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst51 enabled by changing the MTU to a value larger than the default of 1500.
289 To add a filter that directs packet to queue 5, use
325 To add a filter that directs packets from VLAN 2001 to queue 5::
336 To add a filter that directs IP4 packess of priority 3 to queue 3::
432 to this value. Minimum interrupt delay will be a half of this value
442 to this value. Minimum interrupt delay will be a half of this value
459 RX page order override. That's a power of 2 number of RX pages allocated for
491 across multiple CPU-cores and to prevent from overloading a single CPU core.
517 them as a single coalesced unit to the OS networking subsystem.
544 kernel with a supported adapter, email the specific information related
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c78 #define SVM_DBG(s,f,a...) NV_DEBUG((s)->drm, "svm: "f"\n", ##a) argument
79 #define SVM_ERR(s,f,a...) NV_WARN((s)->drm, "svm: "f"\n", ##a) argument
104 #define SVMM_DBG(s,f,a...) \ argument
105 NV_DEBUG((s)->vmm->cli->drm, "svm-%p: "f"\n", (s), ##a)
106 #define SVMM_ERR(s,f,a...) \ argument
107 NV_WARN((s)->vmm->cli->drm, "svm-%p: "f"\n", (s), ##a)
442 nouveau_svm_fault_cmp(const void *a, const void *b) in nouveau_svm_fault_cmp() argument
444 const struct nouveau_svm_fault *fa = *(struct nouveau_svm_fault **)a; in nouveau_svm_fault_cmp()
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst87 opening a busy OSS PCM device won't be blocked but return
121 if negative, interpret as a bitmask of permissible indices;
146 supports dynamic configuration, it's of little use, but that was a
290 If this works for you file a bug with your `lspci -vn` output.
335 SPDIF output has a copy of the AC97 codec output, unless you use the
698 requires a sound card (like RealPlayer).
717 but either ignores read/write or mmap a single dummy page to all
1074 Each codec may have a model table for different configurations.
1077 specify a certain model in such a case. There are different
1081 The model name ``generic`` is treated as a special case. When this
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c1310 static int8_t do_vqdmladh_b(int8_t a, int8_t b, int8_t c, int8_t d,
1313 int64_t r = ((int64_t)a * b + (int64_t)c * d) * 2 + (round << 7);
1317 static int16_t do_vqdmladh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmladh_h() argument
1320 int64_t r = ((int64_t)a * b + (int64_t)c * d) * 2 + (round << 15); in do_vqdmladh_h()
1324 static int32_t do_vqdmladh_w(int32_t a, int32_t b, int32_t c, int32_t d, in do_vqdmladh_w() argument
1327 int64_t m1 = (int64_t)a * b; in do_vqdmladh_w()
1351 static int8_t do_vqdmlsdh_b(int8_t a, int8_t b, int8_t c, int8_t d, in do_vqdmlsdh_b() argument
1354 int64_t r = ((int64_t)a * b - (int64_t)c * d) * 2 + (round << 7); in do_vqdmlsdh_b()
1358 static int16_t do_vqdmlsdh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmlsdh_h() argument
1361 int64_t r = ((int64_t)a * b - (int64_t)c * d) * 2 + (round << 15); in do_vqdmlsdh_h()
[all …]
H A Dvfp.decode15 # You should have received a copy of the GNU Lesser General Public
30 # VFP registers have an odd encoding with a four-bit field
31 # and a one-bit field which are assembled in different orders
230 # is in the same format as a Vm single-precision register number.
231 # We assemble bits 18 (op), 16 (u) and 7 (sx) into a single opc field
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr.c53 struct node_data *a; in less() local
56 a = container_of(node_a, struct node_data, r); in less()
59 return a->key < b->key; in less()
62 static bool less_a(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less_a() argument
67 node_a = container_of(a, struct node_acquire, node); in less_a()
/openbmc/linux/Documentation/bpf/
H A Ds390.rst24 Users of other distros may use debootstrap in order to set up a Debian chroot::
77 The disk image can be prepared using a loopback mount and debootstrap::
113 as that would enable a very easy way to share files with the s390 virtual
146 When using this on a real IBM Z, ``-enable-kvm`` may be added for better
196 This document is a compilation of techniques, whose more comprehensive
/openbmc/linux/drivers/gpu/drm/tiny/
H A DKconfig21 This is a KMS driver for qemu's stdvga output. Choose this option
32 This is a KMS driver for emulated cirrus device in qemu.
51 This is a KMS driver for projectors which use the GM12U320 chipset
77 panels. The controller command setup can be provided using a
80 To compile this driver as a module, choose M here.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/
H A Dkrb5_1.21.3.bb2 DESCRIPTION = "Kerberos is a system for authenticating users and services on a network. \
3 Kerberos is a trusted third-party service. That means that there is a \
10 authentication credentials for a Kerberos realm, holds the master keys \
/openbmc/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8b-odroidc1.dts98 * RICHTEK RT9179 configured for a fixed output voltage of
113 * Monolithic Power Systems MP2161 configured for a fixed
145 * Monolithic Power Systems MP2161 configured for a fixed
177 * Torex Semiconductor XC6215 configured for a fixed output of
355 /* needs to be enabled manually when a battery is connected */
/openbmc/linux/drivers/firmware/arm_scmi/
H A Doptee.c209 caps = param[0].u.value.a; in get_capabilities()
239 param[0].u.value.a = channel->channel_id; in get_channel()
250 channel->channel_id = param[0].u.value.a; in get_channel()
267 param[0].u.value.a = channel->channel_id; in invoke_process_smt_channel()
290 param[0].u.value.a = channel->channel_id; in invoke_process_msg_channel()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst63 内核的printf不支持%n。显而易见,浮点格式(%e, %f, %g, %a)也不被识别。使用任何不
77 (einval) invalid data on a valid address
241 %*pE "\eb \C\a"\220\r]"
243 %*pEa "\e\142\040\\\103\a\042\220\r\135"
247 - a - ESCAPE_ANY
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c95 const struct tc_action *a; in fill_action_fields() local
103 tcf_exts_for_each_action(i, a, exts) { in fill_action_fields()
109 if (is_tcf_gact_shot(a)) { in fill_action_fields()
116 if (is_tcf_mirred_egress_redirect(a)) { in fill_action_fields()
121 target_dev = tcf_mirred_dev(a); in fill_action_fields()
/openbmc/linux/Documentation/usb/
H A Dacm.rst21 You should have received a copy of the GNU General Public License along
38 Many modems do, here is a list of those I know of:
97 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
104 of luck, you have a device with vendor specific-interface::
108 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb72 # Rename a few build tools if they have not been renamed
117 # Eliminate a few incompatible build flags
148 # Perfetto generates a few different binaries, such as traced and traced_probes and perfetto.
149 # The "tracebox" is a busybox that combines the 3 above and provides a single stop for trace captur…
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c125 #define DE_COEFTAB_DATA(a, b) ((((a) & 0xfff) << 16) | (((b) & 0xfff))) argument
134 u32 a, b, delta_in, out_start, out_end; in malidp_generate_gamma_table() local
141 a = (delta_in == 0) ? 0 : ((out_end - out_start) * 256) / delta_in; in malidp_generate_gamma_table()
143 coeffs[i] = DE_COEFTAB_DATA(a, b); in malidp_generate_gamma_table()
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw6 a complete SCMI synchronous command message (header included)
21 a complete SCMI asynchronous command message (header included)
60 Description: SCMI Raw stack reset facility; writing a value to this entry
73 a complete SCMI synchronous command message (header included)
97 a complete SCMI asynchronous command message (header included)
/openbmc/linux/drivers/hid/
H A Dhid-google-hammer.c462 int a; in hammer_get_folded_state() local
482 for (a = 0; a < report->maxfield; a++) { in hammer_get_folded_state()
483 struct hid_field *field = report->field[a]; in hammer_get_folded_state()
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-veyron-mickey.dts8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
136 * - 800 MHz appears to be a "sweet spot" for me. I can run
209 /* This is not a pwren anymore, but the real power supply */

1...<<451452453454455456457458459460>>...813