Home
last modified time | relevance | path

Searched refs:a (Results 19226 – 19250 of 20301) sorted by relevance

1...<<761762763764765766767768769770>>...813

/openbmc/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.h611 u32 qbman_bp_info_num_free_bufs(struct qbman_bp_query_rslt *a);
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/
H A Dnetdata_1.47.5.bb90 chmod -R a+w ${B}/pkg
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper525 $platformo $tmp $object/wrapper.a
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-evb.dtsi215 act8846: act8846@5a {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.conf.systemd158 # All messages send to a remote site
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt7 - "ti,abb-v3" for a generic definition where setup and control registers are
/openbmc/linux/arch/arm/mach-tegra/
H A Dsleep-tegra20.S50 .arch armv7-a
/openbmc/qemu/tests/qemu-iotests/
H A D210.out194 {"error": {"class": "GenericError", "desc": "Parameter 'size' expects a >0 size"}}
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dsrio-rmu.txt36 correspond to the actual sub-controllers in the RMU. The manual for a given
/openbmc/qemu/target/xtensa/core-dc232b/
H A Dgdb-config.c.inc17 You should have received a copy of the GNU General Public License
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S480 * that isn't a valid hard IRQ, therefore we bypass the do_IRQ()
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h648 u32 a; member
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-gw5913.dtsi222 channel@9a {
H A Dimx6qdl-icore.dtsi222 sgtl5000: codec@a {
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-orangepi-win.dts31 type = "a";
/openbmc/linux/arch/arm/mach-omap2/
H A Dsleep43xx.S59 .arch armv7-a
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb136 # TODO: Perform the merge in a temporary directory?
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqru1000-idp.dts65 qcom,pmic-id = "a";
/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/
H A Dphosphor-fan_git.bb2 DESCRIPTION = "Phosphor fan provides a set of fan monitoring and \
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2656 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 Dsleepgraph.py1686 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 Dqla_init.c2321 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 Dpcm_oss.c317 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 Dfpu_helper.c108 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 Dpci.c2135 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()

1...<<761762763764765766767768769770>>...813