Home
last modified time | relevance | path

Searched refs:a (Results 19526 – 19550 of 22310) sorted by relevance

1...<<781782783784785786787788789790>>...893

/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-config_git.bb139 # was that there could be a file size limitation affecting certain
286 # gpio-shutdown, there is a configuration conflict.
332 echo "# have a properly sized image" >> $CONFIG
/openbmc/linux/drivers/nvdimm/
H A Dpmem.c397 static umode_t dax_visible(struct kobject *kobj, struct attribute *a, int n) in dax_visible() argument
400 if (a == &dev_attr_write_cache.attr) in dax_visible()
403 return a->mode; in dax_visible()
/openbmc/linux/drivers/net/hamradio/
H A Dhdlcdrv.c217 #define PKP(a,b) printk(KERN_INFO "hdlcdrv.c: channel params: " a "\n", b) in do_kiss_params() argument
219 #define PKP(a,b) in do_kiss_params()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_stat.c35 #define ISPRINT(a) ((a >= ' ') && (a <= '~')) argument
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c741 void mtrr_wrmsr(unsigned msr, unsigned a, unsigned b) in mtrr_wrmsr() argument
743 if (wrmsr_safe(msr, a, b) < 0) { in mtrr_wrmsr()
745 smp_processor_id(), msr, a, b); in mtrr_wrmsr()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dcx24123.c428 static u32 cx24123_int_log2(u32 a, u32 b) in cx24123_int_log2() argument
431 u32 div = a / b; in cx24123_int_log2()
432 if (a % b >= b / 2) in cx24123_int_log2()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h684 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-arndale.dts83 * controllers. Lets use software I2C over GPIO pins as a workaround.
162 // SMSC USB3503 connected in hardware only mode as a PHY
533 wm1811: audio-codec@1a {
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7793-gose.dts101 key-a {
262 type = "a";
273 type = "a";
/openbmc/linux/net/mac80211/
H A Dairtime.c89 #define _MAX(a, b) (((a)>(b))?(a):(b)) argument
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-aristainetos2.dtsi8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
23 * obtaining a copy of this software and associated documentation
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-mtp.dts37 * is always-on; model it as a fixed regulator.
123 qcom,pmic-id = "a";
684 * signal for this port on MTP. Thus (unless you have a non-compliant
H A Dmsm8996-sony-xperia-tone.dtsi236 * we do know is that if a vendor sets the pins to a non-default state, there's
237 * probably a reason for it, and just to be on the safe side, we follow suit.
640 /* Pinned to a high value for now to avoid random crashes. */
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c15 #define MLX5_CRYPTO_DEK_CALC_FREED(a) \ argument
16 ({ typeof(a) _a = (a); \
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dbeacon-renesom-baseboard.dtsi31 type = "a";
361 versaclock6_bb: clock-controller@6a {
413 codec: wm8962@1a {
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhip06.dtsi333 * have a SMMU translation for MSI. In order to workaround this,
334 * ARM SMMUv3 driver requires a quirk to treat the MSI regions
335 * separately. Such a quirk is currently missing for DT based
/openbmc/linux/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10.dtsi150 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
168 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
186 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam5729-beagleboneai.dts146 type = "a";
319 /* R1.3a 572x V1_8PHY_LDO3: USB, SATA */
328 /* R1.3a 572x V1_8PHY_LDO4: PCIE, HDMI*/
/openbmc/linux/arch/x86/kvm/
H A Dpmu.c273 u64 a = *(u64 *)pa & mask; in filter_cmp() local
276 return (a > b) - (a < b); in filter_cmp()
/openbmc/openbmc-test-automation/lib/
H A Dcertificate_utils.robot301 # date_set_type Set BMC date to a current, future, old date by 375 days.
303 # future - Sets to a future date from current date.
304 # old - Sets to a old date from current date.
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-tacoma.dts256 cfam0_i2c10: i2c-bus@a {
357 cfam1_i2c10: i2c-bus@a {
688 tmp275@4a {
/openbmc/libmctp/tests/
H A Dtest_core.c34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c4014 return a == b || (a->cloneable & BIT(b->type) && in encoders_cloneable()
4015 b->cloneable & BIT(a->type)); in encoders_cloneable()
4852 return memcmp(a, b, sizeof(*a)) == 0; in intel_compare_infoframe()
4859 return memcmp(a, b, sizeof(*a)) == 0; in intel_compare_dp_vsc_sdp()
4865 return memcmp(a, b, len) == 0; in intel_compare_buffer()
4896 const struct drm_dp_vsc_sdp *a, in pipe_config_dp_vsc_sdp_mismatch() argument
4925 if (a[i] != b[i]) in memcmp_diff_len()
4942 len = memcmp_diff_len(a, b, len); in pipe_config_buffer_mismatch()
4947 16, 0, a, len, false); in pipe_config_buffer_mismatch()
4952 len = memcmp_diff_len(a, b, len); in pipe_config_buffer_mismatch()
[all …]
/openbmc/linux/drivers/media/platform/ti/cal/
H A Dcal-video.c391 static int cal_legacy_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in cal_legacy_g_parm() argument
395 return v4l2_g_parm_cap(video_devdata(file), ctx->phy->source, a); in cal_legacy_g_parm()
398 static int cal_legacy_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in cal_legacy_s_parm() argument
402 return v4l2_s_parm_cap(video_devdata(file), ctx->phy->source, a); in cal_legacy_s_parm()
/openbmc/linux/kernel/
H A Duser_namespace.c810 static int cmp_extents_forward(const void *a, const void *b) in cmp_extents_forward() argument
812 const struct uid_gid_extent *e1 = a; in cmp_extents_forward()
825 static int cmp_extents_reverse(const void *a, const void *b) in cmp_extents_reverse() argument
827 const struct uid_gid_extent *e1 = a; in cmp_extents_reverse()

1...<<781782783784785786787788789790>>...893