/openbmc/linux/arch/sparc/mm/ |
H A D | init_64.c | 98 static int cmp_p64(const void *a, const void *b) in cmp_p64() argument 100 const struct linux_prom64_registers *x = a, *y = b; in cmp_p64() 586 static int cmp_ptrans(const void *a, const void *b) in cmp_ptrans() argument 588 const struct linux_prom_translation *x = a, *y = b; in cmp_ptrans() 871 #define numadbg(f, a...) \ argument 873 printk(KERN_INFO f, ## a); \
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | foundation.scss | 94 a { 104 a:active, 105 a:hover { 248 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` 597 .input-group-label, .input-group-field, .input-group-button, .input-group-button a, 630 .input-group-button a,
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun5i.dtsi | 8 * licensing only applies to this file, and not this project as a 11 * a) This library is free software; you can redistribute it and/or 24 * obtaining a copy of this software and associated documentation
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 32 static int xfs_dir2_block_sort(const void *a, const void *b); 906 const void *a, /* first leaf entry */ in xfs_dir2_block_sort() argument 912 la = a; in xfs_dir2_block_sort()
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 98 #define BCM2835_GPIO_PIN(a) PINCTRL_PIN(a, "gpio" #a) argument
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.cpp | 79 static bool validIntfIP(Addr a) noexcept in validIntfIP() argument 81 return a.isUnicast() && !a.isLoopback(); in validIntfIP()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-nomadik-stn8815.dtsi | 195 * MXTAL "Main Chrystal" is a chrystal oscillator @19.2 MHz 241 /* PLL2 is usually 864 MHz and divided into a few fixed rates */ 735 stw5095@1a {
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | aspm.c | 1383 struct attribute *a, int n) in aspm_ctrl_attrs_are_visible() argument 1401 return link->clkpm_capable ? a->mode : 0; in aspm_ctrl_attrs_are_visible() 1403 return link->aspm_capable & aspm_state_map[n - 1] ? a->mode : 0; in aspm_ctrl_attrs_are_visible()
|
/openbmc/linux/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp-zcu106-revA.dts | 361 u15: ina226@4a { /* u15 */ 443 max15301@a { /* u46 */ 479 max15303@1a { /* u49 */
|
H A D | zynqmp-zcu102-revA.dts | 350 u15: ina226@4a { /* u15 */ 432 max15301@a { /* u46 */ 468 max15303@1a { /* u49 */
|
/openbmc/linux/fs/ceph/ |
H A D | snap.c | 319 static int cmpu64_rev(const void *a, const void *b) in cmpu64_rev() argument 321 if (*(u64 *)a < *(u64 *)b) in cmpu64_rev() 323 if (*(u64 *)a > *(u64 *)b) in cmpu64_rev()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ar0521.c | 674 #define REGS_ENTRY(a) {(a), ARRAY_SIZE(a)} argument
|
/openbmc/linux/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 975 #define SOUP(a, b, c, d) do { \ in iuu_open() argument 978 b, a, c, d, NULL, 0, 1000); \ in iuu_open() 979 dev_dbg(dev, "0x%x:0x%x:0x%x:0x%x %d\n", a, b, c, d, result); } while (0) in iuu_open()
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.h | 657 bool mptcp_addresses_equal(const struct mptcp_addr_info *a, 1130 #define pr_fallback(a) pr_debug("%s:fallback to TCP (msk=%p)\n", __func__, a) argument
|
/openbmc/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga_arria10.dtsi | 429 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac"; 449 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac"; 469 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac";
|
/openbmc/linux/tools/perf/util/ |
H A D | annotate.c | 707 static int ins__cmp(const void *a, const void *b) in ins__cmp() argument 709 const struct ins *ia = a; in ins__cmp() 773 static int arch__cmp(const void *a, const void *b) in arch__cmp() argument 775 const struct arch *aa = a; in arch__cmp() 2414 static int cmp_source_line(struct annotation_line *a, struct annotation_line *b) in cmp_source_line() argument 2418 for (i = 0; i < a->data_nr; i++) { in cmp_source_line() 2419 if (a->data[i].percent_sum == b->data[i].percent_sum) in cmp_source_line() 2421 return a->data[i].percent_sum > b->data[i].percent_sum; in cmp_source_line()
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-common.c | 1354 static int coda_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in coda_g_parm() argument 1359 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT) in coda_g_parm() 1362 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in coda_g_parm() 1363 tpf = &a->parm.output.timeperframe; in coda_g_parm() 1437 static int coda_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in coda_s_parm() argument 1442 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT) in coda_s_parm() 1445 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in coda_s_parm() 1446 tpf = &a->parm.output.timeperframe; in coda_s_parm()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1830 …context->bw_ctx.bw.dcn.watermarks.a.urgent_ns = get_wm_urgent(&context->bw_ctx.dml, pipes, pipe_cn… in dcn20_calculate_wm() 1831 …context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.cstate_enter_plus_exit_ns = get_wm_stutter_enter… in dcn20_calculate_wm() 1832 …context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.cstate_exit_ns = get_wm_stutter_exit(&context->b… in dcn20_calculate_wm() 1833 …context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.pstate_change_ns = get_wm_dram_clock_change(&con… in dcn20_calculate_wm() 1834 …context->bw_ctx.bw.dcn.watermarks.a.pte_meta_urgent_ns = get_wm_memory_trip(&context->bw_ctx.dml, … in dcn20_calculate_wm() 1835 …context->bw_ctx.bw.dcn.watermarks.a.frac_urg_bw_nom = get_fraction_of_urgent_bandwidth(&context->b… in dcn20_calculate_wm() 1836 …context->bw_ctx.bw.dcn.watermarks.a.frac_urg_bw_flip = get_fraction_of_urgent_bandwidth_imm_flip(&… in dcn20_calculate_wm() 2310 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.a, in dcn21_calculate_wm()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 631 static bool op_depends_on(const struct slot_prop *a, in op_depends_on() argument 637 if (a->op_flags & XTENSA_OP_CONTROL_FLOW) { in op_depends_on() 640 if ((a->op_flags & XTENSA_OP_LOAD_STORE) < in op_depends_on() 644 while (i < a->n_out && j < b->n_in) { in op_depends_on() 645 if (a->out[i].resource < b->in[j].resource) { in op_depends_on() 647 } else if (a->out[i].resource > b->in[j].resource) { in op_depends_on() 662 static bool break_dependency(struct slot_prop *a, in break_dependency() argument 672 if (a->op_flags & XTENSA_OP_CONTROL_FLOW) { in break_dependency() 675 if ((a->op_flags & XTENSA_OP_LOAD_STORE) < in break_dependency() 679 while (i < a->n_out && j < b->n_in) { in break_dependency() [all …]
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 181 static inline bool prio_less(const struct task_struct *a, in prio_less() argument 185 int pa = __task_prio(a), pb = __task_prio(b); in prio_less() 194 return !dl_time_before(a->dl.deadline, b->dl.deadline); in prio_less() 197 return cfs_prio_less(a, b, in_fi); in prio_less() 202 static inline bool __sched_core_less(const struct task_struct *a, in __sched_core_less() argument 205 if (a->core_cookie < b->core_cookie) in __sched_core_less() 208 if (a->core_cookie > b->core_cookie) in __sched_core_less() 212 if (prio_less(b, a, !!task_rq(a)->core->core_forceidle_count)) in __sched_core_less() 220 static inline bool rb_sched_core_less(struct rb_node *a, const struct rb_node *b) in rb_sched_core_less() argument 222 return __sched_core_less(__node_2_sc(a), __node_2_sc(b)); in rb_sched_core_less() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-rdb.dts | 209 sgtl5000: audio-codec@a {
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest.bbclass | 9 This package contains a test directory ${PTEST_PATH} for package test purposes."
|
/openbmc/linux/arch/arc/boot/dts/ |
H A D | abilis_tb10x.dtsi | 97 compatible = "snps,dwmac-3.70a","snps,dwmac";
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-itop-elite.dts | 185 codec: audio-codec@1a {
|
/openbmc/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sun20i-d1-nezha.dts | 7 * The Nezha-D1 has a 40-pin IO header. Some of these pins are routed
|