/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | qcom-soc.yaml | 35 - pattern: "^qcom,(sa|sc)8[0-9]+[a-z][a-z]?-.*$"
|
/openbmc/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | qcom,sc8280xp-mdss.yaml | 35 "^display-controller@[0-9a-f]+$": 41 "^displayport-controller@[0-9a-f]+$":
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lt7182s.rst | 22 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 D | debugfs.c | 44 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 D | booting.txt | 4 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 D | this_cpu_ops.rst | 273 atomic_t a; 279 如果一个处理器远程更新字段 ``a`` ,而本地处理器将使用this_cpu ops来更新字段 ``b`` ,
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-g-client-cap.rst | 44 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 D | phy-qcom-ipq806x-sata.c | 24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgf117.c | 261 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 D | ibm-power9-dual.dtsi | 62 cfam0_i2c10: i2c-bus@a { 163 cfam1_i2c10: i2c-bus@a {
|
/openbmc/linux/arch/alpha/boot/ |
H A D | bootpz.c | 183 #define NEXT_PAGE(a) (((a) | (PAGE_SIZE - 1)) + 1) argument
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | Kconfig | 50 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 D | Kconfig | 67 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 D | Kconfig | 56 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 D | Kconfig | 125 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 D | qcom,spi-geni-qcom.yaml | 15 The QUP v3 core is a GENI based AHB slave that provides a common data path
|
/openbmc/openbmc/meta-security/meta-tpm/ |
H A D | README.md | 10 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 D | openflow_git.bb | 4 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 D | Entry.interface.yaml | 15 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 D | action.md | 14 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 D | entity_manager.hpp | 43 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 D | aspeed-video.c | 1431 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 D | sit.c | 313 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 D | symbol.c | 134 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 D | phosphor-hwmon_%.bbappend | 9 00--00--00--0a/fsi-master/fsi1/slave@01--00/01--01--00--06/sbefifo2-dev0/occ-hwmon.2 \
|