/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.h | 611 u32 qbman_bp_info_num_free_bufs(struct qbman_bp_query_rslt *a);
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/ |
H A D | netdata_1.47.5.bb | 90 chmod -R a+w ${B}/pkg
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | wrapper | 525 $platformo $tmp $object/wrapper.a
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-evb.dtsi | 215 act8846: act8846@5a {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
H A D | syslog-ng.conf.systemd | 158 # All messages send to a remote site
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | ti-abb-regulator.txt | 7 - "ti,abb-v3" for a generic definition where setup and control registers are
|
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 50 .arch armv7-a
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 210.out | 194 {"error": {"class": "GenericError", "desc": "Parameter 'size' expects a >0 size"}}
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | srio-rmu.txt | 36 correspond to the actual sub-controllers in the RMU. The manual for a given
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | gdb-config.c.inc | 17 You should have received a copy of the GNU General Public License
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 480 * that isn't a valid hard IRQ, therefore we bypass the do_IRQ()
|
/openbmc/linux/include/asm-generic/ |
H A D | hyperv-tlfs.h | 648 u32 a; member
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-gw5913.dtsi | 222 channel@9a {
|
H A D | imx6qdl-icore.dtsi | 222 sgtl5000: codec@a {
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-orangepi-win.dts | 31 type = "a";
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | sleep43xx.S | 59 .arch armv7-a
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_git.bb | 136 # TODO: Perform the merge in a temporary directory?
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qru1000-idp.dts | 65 qcom,pmic-id = "a";
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/ |
H A D | phosphor-fan_git.bb | 2 DESCRIPTION = "Phosphor fan provides a set of fan monitoring and \
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 2656 struct v4l2_streamparm *a) in mxt_vidioc_g_parm() argument 2658 if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) in mxt_vidioc_g_parm() 2661 a->parm.capture.readbuffers = 1; in mxt_vidioc_g_parm() 2662 a->parm.capture.timeperframe.numerator = 1; in mxt_vidioc_g_parm() 2663 a->parm.capture.timeperframe.denominator = 10; in mxt_vidioc_g_parm()
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1686 a = mc.group('args').strip() 1697 e = DevFunction(displayname, a, c, r, start, end, ubiquitous, proc, pid, color) 4140 for a in sorted(at): 4141 if(re.match(at[a]['smsg'], msg)): 4142 if(a not in actions): 4143 actions[a] = [{'begin': ktime, 'end': ktime}] 4144 if(re.match(at[a]['emsg'], msg)): 4145 if(a in actions and actions[a][-1]['begin'] == actions[a][-1]['end']): 4146 actions[a][-1]['end'] = ktime 4299 .head a {color:#000;text-decoration: none;}\n\ [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 2321 struct tmf_arg a; in qla2x00_async_tm_cmd() local 2327 a.vha = fcport->vha; in qla2x00_async_tm_cmd() 2328 a.fcport = fcport; in qla2x00_async_tm_cmd() 2329 a.lun = lun; in qla2x00_async_tm_cmd() 2330 a.flags = flags; in qla2x00_async_tm_cmd() 2331 INIT_LIST_HEAD(&a.tmf_elem); in qla2x00_async_tm_cmd() 2334 a.modifier = MK_SYNC_ID_LUN; in qla2x00_async_tm_cmd() 2336 a.modifier = MK_SYNC_ID; in qla2x00_async_tm_cmd() 2339 if (qla_get_tmf(&a)) in qla2x00_async_tm_cmd() 2342 a.qpair = vha->hw->base_qpair; in qla2x00_async_tm_cmd() [all …]
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_oss.c | 317 static int boundary_sub(int a, int adir, in boundary_sub() argument 323 *c = a - b; in boundary_sub() 333 static int boundary_lt(unsigned int a, int adir, in boundary_lt() argument 337 a--; in boundary_lt() 346 return a < b || (a == b && adir < bdir); in boundary_lt()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 108 static inline double floatx80_to_double(CPUX86State *env, floatx80 a) in floatx80_to_double() argument 115 u.f64 = floatx80_to_float64(a, &env->fp_status); in floatx80_to_double() 119 static inline floatx80 double_to_floatx80(CPUX86State *env, double a) in double_to_floatx80() argument 126 u.d = a; in double_to_floatx80() 198 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv() argument 201 floatx80 ret = floatx80_div(a, b, &env->fp_status); in helper_fdiv()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pci.c | 2135 struct attribute *a, int n) in nvme_pci_attrs_are_visible() argument 2141 if (a == &dev_attr_cmb.attr || in nvme_pci_attrs_are_visible() 2142 a == &dev_attr_cmbloc.attr || in nvme_pci_attrs_are_visible() 2143 a == &dev_attr_cmbsz.attr) { in nvme_pci_attrs_are_visible() 2147 if (a == &dev_attr_hmb.attr && !ctrl->hmpre) in nvme_pci_attrs_are_visible() 2150 return a->mode; in nvme_pci_attrs_are_visible()
|