/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-librem5.dtsi | 1027 accel_gyro: accel-gyro@6a { 1041 codec: audio-codec@1a { 1150 bq25895: charger@6a {
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 69 #define __printf(a, b) __attribute__((format(printf, a, b))) argument 2905 const struct btf_var_secinfo *a = _a; in compare_vsi_off() local 2908 return a->offset - b->offset; in compare_vsi_off() 3376 const struct bpf_program *a = _a; in cmp_progs() local 3379 if (a->sec_idx != b->sec_idx) in cmp_progs() 3380 return a->sec_idx < b->sec_idx ? -1 : 1; in cmp_progs() 3383 return a->sec_insn_off < b->sec_insn_off ? -1 : 1; in cmp_progs() 3698 const struct extern_desc *a = _a; in cmp_externs() local 3701 if (a->type != b->type) in cmp_externs() 3702 return a->type < b->type ? -1 : 1; in cmp_externs() [all …]
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emufx.c | 491 u32 op, u32 r, u32 a, u32 x, u32 y) in snd_emu10k1_write_op() argument 499 code[1] = ((op & 0x0f) << 20) | ((r & 0x3ff) << 10) | (a & 0x3ff); in snd_emu10k1_write_op() 503 #define OP(icode, ptr, op, r, a, x, y) \ argument 504 snd_emu10k1_write_op(icode, ptr, op, r, a, x, y) 508 u32 op, u32 r, u32 a, u32 x, u32 y) in snd_emu10k1_audigy_write_op() argument 516 code[1] = ((op & 0x0f) << 24) | ((r & 0x7ff) << 12) | (a & 0x7ff); in snd_emu10k1_audigy_write_op() 520 #define A_OP(icode, ptr, op, r, a, x, y) \ argument 521 snd_emu10k1_audigy_write_op(icode, ptr, op, r, a, x, y)
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt5682s.c | 2292 struct pll_calc_map *a, struct pll_calc_map *b) in find_pll_inter_combination() argument 2299 memcpy(a, plla_table + i, sizeof(*a)); in find_pll_inter_combination() 2318 memcpy(a, plla_table + i, sizeof(*a)); in find_pll_inter_combination()
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | de.po | 452 " -a, --affected-cpus Determines which CPUs need to have their frequency\n" 455 " -a, --affected-cpus Findet heraus, von welchen CPUs die Taktfrequenz " 527 "The argument passed to this tool can't be combined with passing a --cpu " 642 "- Trying to set a specific frequency, but userspace governor is not " 644 " for example because of hardware which cannot be set to a specific "
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 1792 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare() local 1795 if (a->ln_number > b->ln_number) in glock_compare() 1797 if (a->ln_number < b->ln_number) in glock_compare() 1967 static int glock_cmp(void *priv, const struct list_head *a, in glock_cmp() argument 1972 gla = list_entry(a, struct gfs2_glock, gl_lru); in glock_cmp()
|
/openbmc/linux/arch/mips/mm/ |
H A D | tlbex.c | 67 unsigned long a; member 333 unsigned int a = cpu_data[0].kscratch_mask & ~kscratch_used_mask; in allocate_kscratch() local 335 r = ffs(a); in allocate_kscratch() 379 UASM_i_SW(p, 1, offsetof(struct tlb_reg_save, a), K0); in build_get_work_registers() 396 UASM_i_LW(p, 1, offsetof(struct tlb_reg_save, a), K0); in build_restore_work_registers()
|
/openbmc/linux/drivers/ata/ |
H A D | Kconfig | 354 when configured into a legacy compatibility mode. 379 This option enables a polled compact flash driver for use with 794 Most IDE capable PowerMacs have IDE busses driven by a variant 1054 This option enables support for a Compact Flash connected on 1154 using a parallel port IDE adapter. This option enables the
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 1487 static int sockaddr_cmp(const struct sockaddr *a, const struct sockaddr *b) in sockaddr_cmp() argument 1489 switch (a->sa_family) { in sockaddr_cmp() 1491 return memcmp(&((struct sockaddr_ib *)a)->sib_addr, in sockaddr_cmp() 1496 return memcmp(&((struct sockaddr_in *)a)->sin_addr, in sockaddr_cmp() 1501 return memcmp(&((struct sockaddr_in6 *)a)->sin6_addr, in sockaddr_cmp()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp151.dtsi | 882 compatible = "st,stm32-sai-sub-a"; 913 compatible = "st,stm32-sai-sub-a"; 944 compatible = "st,stm32-sai-sub-a"; 1342 compatible = "st,stm32-sai-sub-a"; 1487 compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | i9xx_wm.c | 2870 struct intel_pipe_wm *a = &new_crtc_state->wm.ilk.intermediate; in ilk_compute_intermediate_wm() local 2879 *a = new_crtc_state->wm.ilk.optimal; in ilk_compute_intermediate_wm() 2885 a->pipe_enabled |= b->pipe_enabled; in ilk_compute_intermediate_wm() 2886 a->sprites_enabled |= b->sprites_enabled; in ilk_compute_intermediate_wm() 2887 a->sprites_scaled |= b->sprites_scaled; in ilk_compute_intermediate_wm() 2890 struct intel_wm_level *a_wm = &a->wm[level]; in ilk_compute_intermediate_wm() 2906 if (!ilk_validate_pipe_wm(dev_priv, a)) in ilk_compute_intermediate_wm() 2913 if (memcmp(a, &new_crtc_state->wm.ilk.optimal, sizeof(*a)) != 0) in ilk_compute_intermediate_wm()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-c2c.c | 1895 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() argument 1897 struct c2c_fmt *c2c_a = container_of(a, struct c2c_fmt, fmt); in fmt_equal() 1935 struct hist_entry *a, struct hist_entry *b) in c2c_se_cmp() argument 1940 return dim->se->se_cmp(a, b); in c2c_se_cmp() 1944 struct hist_entry *a, struct hist_entry *b) in c2c_se_collapse() argument 1951 return collapse_fn(a, b); in c2c_se_collapse()
|
/openbmc/linux/net/ceph/ |
H A D | osdmap.c | 279 u32 *a = NULL; in decode_array_32_alloc() local 287 a = kmalloc_array(len, sizeof(u32), GFP_NOIO); in decode_array_32_alloc() 288 if (!a) { in decode_array_32_alloc() 295 a[i] = ceph_decode_32(p); in decode_array_32_alloc() 299 return a; in decode_array_32_alloc() 304 kfree(a); in decode_array_32_alloc()
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 2921 static int access_cmp(const struct cred *a, const struct nfs_access_entry *b) in access_cmp() argument 2926 if (uid_lt(a->fsuid, b->fsuid)) in access_cmp() 2928 if (uid_gt(a->fsuid, b->fsuid)) in access_cmp() 2931 if (gid_lt(a->fsgid, b->fsgid)) in access_cmp() 2933 if (gid_gt(a->fsgid, b->fsgid)) in access_cmp() 2936 ga = a->group_info; in access_cmp()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu.c | 833 uint64_t a = le64_to_cpu(ents[e].addr); in virtio_gpu_create_mapping_iov() local 840 map = dma_memory_map(VIRTIO_DEVICE(g)->dma_as, a, &len, in virtio_gpu_create_mapping_iov() 865 (*addr)[v] = a; in virtio_gpu_create_mapping_iov() 868 a += len; in virtio_gpu_create_mapping_iov()
|
/openbmc/linux/drivers/staging/media/deprecated/atmel/ |
H A D | atmel-isc-base.c | 1084 static int isc_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in isc_g_parm() argument 1088 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm() 1091 static int isc_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in isc_s_parm() argument 1095 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_capability.c | 220 union dp_cable_id *a, union dp_cable_id *b) in intersect_cable_id() argument 224 out.bits.UHBR10_20_CAPABILITY = MIN(a->bits.UHBR10_20_CAPABILITY, in intersect_cable_id() 226 out.bits.UHBR13_5_CAPABILITY = MIN(a->bits.UHBR13_5_CAPABILITY, in intersect_cable_id() 228 out.bits.CABLE_TYPE = MAX(a->bits.CABLE_TYPE, b->bits.CABLE_TYPE); in intersect_cable_id()
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 465 mtype_same_set(const struct ip_set *a, const struct ip_set *b) in mtype_same_set() argument 467 const struct htype *x = a->data; in mtype_same_set() 472 a->timeout == b->timeout && in mtype_same_set() 479 a->extensions == b->extensions; in mtype_same_set()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 051.out | 126 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on: Lazy refcounts require a qc… 249 QEMU_PROG: -drive driver=file: The 'file' block driver requires a file name 252 QEMU_PROG: -drive driver=file,filename=: The 'file' block driver requires a file name 261 QEMU_PROG: -drive file.driver=file: The 'file' block driver requires a file name
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | head.S | 20 AR_CLASS( .arch armv7-a ) 294 cmp r2, r3 @ do we have a DTB there? 506 add r9, r9, #31 @ rounded up to a multiple 803 add r10, r9, #0x10000000 @ a reasonable RAM size
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_utils.robot | 409 [Documentation] Get the nameserver IPs from /etc/resolv.conf and return as a list. 588 [Documentation] Create a VLAN. 608 ... msg=Configuration of a valid VLAN ID Failed. 722 # Get the channel which medium_type as 'reserved' and append it to a list.
|
/openbmc/linux/drivers/media/platform/microchip/ |
H A D | microchip-isc-base.c | 1077 static int isc_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in isc_g_parm() argument 1081 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm() 1084 static int isc_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in isc_s_parm() argument 1088 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm()
|
/openbmc/u-boot/drivers/video/ |
H A D | ipu_disp.c | 313 #define mask_a(a) ((u32)(a) & 0x3FF) argument
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | link.c | 254 const __u64 *a = A, *b = B; in cmp_u64() local 256 return *a - *b; in cmp_u64()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | pci.h | 837 #define RTW89_PCI_ADDR_HIGH(a) (((a) << 6) & GENMASK(13, 6)) argument
|