Home
last modified time | relevance | path

Searched refs:a (Results 14501 – 14525 of 22310) sorted by relevance

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

/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/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/openbmc/poky/meta/classes-recipe/
H A Dcargo-update-recipe-crates.bbclass37 # Build a list with crates info that have crates.io in the source
44 # we need to rename crates with name and version to have a unique key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/
H A Dusbguard_1.1.3.bb7 rogue USB devices (a.k.a. Bad USB) by implementing basic whitelisting and blacklisting \
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-manager_git.bb38 # Collect files in SRC_URI that end in ".override.yml" or ".remove.yml" and call a script that
45 # TODO: Perform the merge in a temporary directory?
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/boot-wrapper-aarch64/
H A Dboot-wrapper-aarch64_git.bb26 # This should point to a file in the deploy image directory
30 # This should point to a file in the deploy image directory
/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/openbmc/poky/meta/recipes-devtools/distcc/
H A Ddistcc_3.4.bb2 DESCRIPTION = "distcc is a parallel build system that distributes \
3 compilation of C/C++/ObjC code across machines on a network."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/
H A Dopenct_0.6.20.bb6 as CT-API driver, or as a small and lean middleware, \
8 OpenCT also has a primitive mechanism to export smart card \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/
H A Dmosquitto_2.0.18.bb5 provides a lightweight method of carrying out messaging using a \
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0001-uvcgadget-Use-g_path_get_basename-instead-of-libc-ba.patch6 Musl does not implement GNU basename and have fixed a bug where the
26 --- a/sys/uvcgadget/configfs.c
/openbmc/qemu/util/
H A Diova-tree.c58 static int iova_tree_compare(gconstpointer a, gconstpointer b, gpointer data) in iova_tree_compare() argument
60 const DMAMap *m1 = a, *m2 = b; in iova_tree_compare()
/openbmc/linux/fs/ocfs2/cluster/
H A Dtcp.c201 # define o2net_init_nst(a, b, c, d, e) argument
202 # define o2net_set_nst_sock_time(a) argument
203 # define o2net_set_nst_send_time(a) argument
204 # define o2net_set_nst_status_time(a) argument
206 # define o2net_set_nst_msg_id(a, b) argument
207 # define o2net_set_sock_timer(a) argument
208 # define o2net_set_data_ready_time(a) argument
210 # define o2net_set_advance_stop_time(a) argument
211 # define o2net_set_func_start_time(a) argument
212 # define o2net_set_func_stop_time(a) argument
[all …]
/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 …]

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