Home
last modified time | relevance | path

Searched refs:a (Results 14526 – 14550 of 22321) sorted by relevance

1...<<581582583584585586587588589590>>...893

/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dqcom-soc.yaml35 - pattern: "^qcom,(sa|sc)8[0-9]+[a-z][a-z]?-.*$"
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Dqcom,sc8280xp-mdss.yaml35 "^display-controller@[0-9a-f]+$":
41 "^displayport-controller@[0-9a-f]+$":
/openbmc/linux/Documentation/hwmon/
H A Dlt7182s.rst22 LT7182S is a Dual Channel 6A, 20V PolyPhase Step-Down Silent Switcher with
32 Example: the following commands will load the driver for a LT7182S
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c44 const struct list_head *a, const struct list_head *b) in mmio_offset_compare() argument
49 ma = container_of(a, struct diff_mmio, node); in mmio_offset_compare()
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dbooting.txt4 original document maintainer directly. However, if you have a problem
7 or if there is a problem with the translation.
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst273 atomic_t a;
279 如果一个处理器远程更新字段 ``a`` ,而本地处理器将使用this_cpu ops来更新字段 ``b`` ,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-client-cap.rst44 By default no client capabilities are set when a subdev device node is opened.
60 been accepted. A common case for the kernel not accepting a capability is that
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-ipq806x-sata.c24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf117.c261 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() local
271 gf100_grctx_patch_wr32(chan, o + 0xe4, (a << 16) | ao); in gf117_grctx_generate_attrib()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Dibm-power9-dual.dtsi62 cfam0_i2c10: i2c-bus@a {
163 cfam1_i2c10: i2c-bus@a {
/openbmc/linux/arch/alpha/boot/
H A Dbootpz.c183 #define NEXT_PAGE(a) (((a) | (PAGE_SIZE - 1)) + 1) argument
/openbmc/linux/drivers/scsi/smartpqi/
H A DKconfig50 To compile this driver as a module, choose M here: the
53 Note: the aacraid driver will not manage a smartpqi
/openbmc/linux/arch/arm/mach-sa1100/
H A DKconfig67 Say Y here if you want to build a kernel for the HP Jornada 720
76 Say Y here if you have a HP Jornada 7xx handheld computer and you
/openbmc/linux/drivers/gpu/drm/nouveau/
H A DKconfig56 The paranoia and spam levels will add a lot of extra checks which
88 (e.g. a laptop panel).
/openbmc/linux/arch/mips/sibyte/
H A DKconfig125 Run a continuous bus trace, dumping the raw data as soon as
126 a ZBbus error is detected. Cannot work if ZBbus profiling
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dqcom,spi-geni-qcom.yaml15 The QUP v3 core is a GENI based AHB slave that provides a common data path
/openbmc/openbmc/meta-security/meta-tpm/
H A DREADME.md10 If meta-tpm is included, but tpm is not enabled as a
11 distro feature a warning is printed at parse time:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/
H A Dopenflow_git.bb4 contained networks. OpenFlow is a communications interface between \
5 control and forwarding planes of a software-defined networking architecture.\
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/
H A DEntry.interface.yaml15 this function should set up a method to transfer and pass the URI to
57 Indicates whether the dump is offloaded to a client. The BMC
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Daction.md14 Many actions read from or write to a hardware device. Initially this is the
49 When the action completes, it returns a true or false value. The documentation
/openbmc/entity-manager/src/
H A Dentity_manager.hpp43 bool operator()(const char* a, const char* b) const in operator ()()
45 return std::strcmp(a, b) < 0; in operator ()()
/openbmc/linux/drivers/media/platform/aspeed/
H A Daspeed-video.c1431 struct v4l2_streamparm *a) in aspeed_video_get_parm() argument
1435 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in aspeed_video_get_parm()
1437 a->parm.capture.timeperframe.numerator = 1; in aspeed_video_get_parm()
1439 a->parm.capture.timeperframe.denominator = MAX_FRAME_RATE; in aspeed_video_get_parm()
1447 struct v4l2_streamparm *a) in aspeed_video_set_parm() argument
1452 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in aspeed_video_set_parm()
1455 if (a->parm.capture.timeperframe.numerator) in aspeed_video_set_parm()
1456 frame_rate = a->parm.capture.timeperframe.denominator / in aspeed_video_set_parm()
1457 a->parm.capture.timeperframe.numerator; in aspeed_video_set_parm()
1461 a->parm.capture.timeperframe.denominator = MAX_FRAME_RATE; in aspeed_video_set_parm()
[all …]
/openbmc/linux/net/ipv6/
H A Dsit.c313 if (copy_from_user(&kprl, a, sizeof(kprl))) in ipip6_tunnel_get_prl()
359 if ((len && copy_to_user(a + 1, kp, len)) || put_user(len, &a->datalen)) in ipip6_tunnel_get_prl()
368 ipip6_tunnel_add_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a, int chg) in ipip6_tunnel_add_prl() argument
373 if (a->addr == htonl(INADDR_ANY)) in ipip6_tunnel_add_prl()
379 if (p->addr == a->addr) { in ipip6_tunnel_add_prl()
381 p->flags = a->flags; in ipip6_tunnel_add_prl()
401 p->addr = a->addr; in ipip6_tunnel_add_prl()
402 p->flags = a->flags; in ipip6_tunnel_add_prl()
422 ipip6_tunnel_del_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a) in ipip6_tunnel_del_prl() argument
430 if (a && a->addr != htonl(INADDR_ANY)) { in ipip6_tunnel_del_prl()
[all …]
/openbmc/linux/tools/perf/util/
H A Dsymbol.c134 s64 a; in choose_best_symbol() local
139 a = syma->end - syma->start; in choose_best_symbol()
141 if ((b == 0) && (a > 0)) in choose_best_symbol()
143 else if ((a == 0) && (b > 0)) in choose_best_symbol()
147 a = syma->binding == STB_WEAK; in choose_best_symbol()
149 if (b && !a) in choose_best_symbol()
151 if (a && !b) in choose_best_symbol()
157 if (a && !b) in choose_best_symbol()
159 if (b && !a) in choose_best_symbol()
165 if (b > a) in choose_best_symbol()
[all …]
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/sensors/
H A Dphosphor-hwmon_%.bbappend9 00--00--00--0a/fsi-master/fsi1/slave@01--00/01--01--00--06/sbefifo2-dev0/occ-hwmon.2 \

1...<<581582583584585586587588589590>>...893