Home
last modified time | relevance | path

Searched refs:a (Results 21226 – 21250 of 22310) sorted by relevance

1...<<841842843844845846847848849850>>...893

/openbmc/linux/include/linux/
H A Dusb.h360 #define altsetting_to_usb_interface_cache(a) \ argument
361 container_of(a, struct usb_interface_cache, altsetting[0])
H A Dpgtable.h88 #define pgd_index(a) (((a) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) argument
/openbmc/linux/arch/x86/kernel/
H A De820.c291 static int __init cpcompare(const void *a, const void *b) in cpcompare() argument
293 struct change_member * const *app = a, * const *bpp = b; in cpcompare()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-quartz64-a.dts12 compatible = "pine64,quartz64-a", "rockchip,rk3566";
43 type = "a";
/openbmc/linux/fs/xfs/
H A Dxfs_trans.c863 const struct list_head *a, in xfs_trans_precommit_sort() argument
866 struct xfs_log_item *lia = container_of(a, in xfs_trans_precommit_sort()
/openbmc/linux/drivers/perf/
H A Dcxl_pmu.c263 struct attribute *attr, int a) in cxl_pmu_format_is_visible() argument
473 static umode_t cxl_pmu_event_is_visible(struct kobject *kobj, struct attribute *attr, int a) in cxl_pmu_event_is_visible() argument
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8350-sony-xperia-sagami.dtsi21 * to do with the OS running inside a VM now..?
41 * That's (going to be) a lot of clocks, but it's necessary due
/openbmc/linux/drivers/i2c/busses/
H A Di2c-cadence.c1015 unsigned int *a, unsigned int *b) in cdns_i2c_calc_divs() argument
1054 *a = calc_div_a; in cdns_i2c_calc_divs()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c838 const ktime_t *a = A, *b = B; in wrap_ktime_compare() local
840 return ktime_compare(*a, *b); in wrap_ktime_compare()
/openbmc/linux/net/netfilter/
H A Dnft_set_pipapo_avx2.c55 #define NFT_PIPAPO_AVX2_AND(dst, a, b) \ argument
56 asm volatile("vpand %ymm" #a ", %ymm" #b ", %ymm" #dst)
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c272 static int cmppid(const void *a, const void *b) in cmppid() argument
274 return *(pid_t *)a - *(pid_t *)b; in cmppid()
/openbmc/linux/security/tomoyo/
H A Dcommon.c836 static bool tomoyo_same_manager(const struct tomoyo_acl_head *a, in tomoyo_same_manager() argument
839 return container_of(a, struct tomoyo_manager, head)->manager == in tomoyo_same_manager()
1035 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl() argument
1038 const struct tomoyo_task_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_task_acl()
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-axg.dtsi271 "snps,dwmac-3.70a",
1242 * VPU_0 and VPU_1 muxed to a single clock by a glitch
1244 * Same for VAPB but with a final gate after the glitch free mux.
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h753 #define SUB_S16(a, b) (s16)((s16)(a) - (s16)(b)) argument
754 #define SUB_S32(a, b) (s32)((s32)(a) - (s32)(b)) argument
/openbmc/linux/drivers/net/
H A Dgeneve.c1376 static bool geneve_dst_addr_equal(struct ip_tunnel_info *a, in geneve_dst_addr_equal() argument
1379 if (ip_tunnel_info_af(a) == AF_INET) in geneve_dst_addr_equal()
1380 return a->key.u.ipv4.dst == b->key.u.ipv4.dst; in geneve_dst_addr_equal()
1382 return ipv6_addr_equal(&a->key.u.ipv6.dst, &b->key.u.ipv6.dst); in geneve_dst_addr_equal()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c5159 u32 a; in il4965_alive_notify() local
5168 a = il->scd_base_addr + IL49_SCD_CONTEXT_DATA_OFFSET; in il4965_alive_notify()
5169 for (; a < il->scd_base_addr + IL49_SCD_TX_STTS_BITMAP_OFFSET; a += 4) in il4965_alive_notify()
5170 il_write_targ_mem(il, a, 0); in il4965_alive_notify()
5171 for (; a < il->scd_base_addr + IL49_SCD_TRANSLATE_TBL_OFFSET; a += 4) in il4965_alive_notify()
5172 il_write_targ_mem(il, a, 0); in il4965_alive_notify()
5174 a < in il4965_alive_notify()
5177 a += 4) in il4965_alive_notify()
5178 il_write_targ_mem(il, a, 0); in il4965_alive_notify()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c203 __le64 a; in e1000e_dump() member
211 __le64 a; in e1000e_dump() member
305 (unsigned long long)le64_to_cpu(u0->a), in e1000e_dump()
378 (unsigned long long)le64_to_cpu(u1->a), in e1000e_dump()
386 (unsigned long long)le64_to_cpu(u1->a), in e1000e_dump()
444 (unsigned long long)le64_to_cpu(u1->a), in e1000e_dump()
2058 struct e1000_adapter *a = adapter; in e1000e_set_interrupt_capability() local
2063 err = pci_enable_msix_range(a->pdev, in e1000e_set_interrupt_capability()
2064 a->msix_entries, in e1000e_set_interrupt_capability()
2065 a->num_vectors, in e1000e_set_interrupt_capability()
[all …]
/openbmc/linux/fs/btrfs/
H A Dvolumes.c1297 static int devid_cmp(void *priv, const struct list_head *a, in devid_cmp() argument
1302 dev1 = list_entry(a, struct btrfs_device, dev_list); in devid_cmp()
4162 #define CHECK_APPEND_NOARG(a) \ in describe_balance_args() argument
4164 ret = snprintf(bp, size_bp, (a)); \ in describe_balance_args()
4171 #define CHECK_APPEND_1ARG(a, v1) \ in describe_balance_args() argument
4173 ret = snprintf(bp, size_bp, (a), (v1)); \ in describe_balance_args()
4180 #define CHECK_APPEND_2ARG(a, v1, v2) \ in describe_balance_args() argument
4182 ret = snprintf(bp, size_bp, (a), (v1), (v2)); \ in describe_balance_args()
4259 #define CHECK_APPEND_1ARG(a, v1) \ in describe_balance_start_or_resume() argument
4261 ret = snprintf(bp, size_bp, (a), (v1)); \ in describe_balance_start_or_resume()
[all …]
/openbmc/qemu/target/ppc/
H A Dcpu_init.c6940 ObjectClass *oc = (ObjectClass *)a; in ppc_cpu_compare_class_pvr()
6942 PowerPCCPUClass *pcc = (PowerPCCPUClass *)a; in ppc_cpu_compare_class_pvr()
6970 ObjectClass *oc = (ObjectClass *)a; in ppc_cpu_compare_class_pvr_mask()
6972 PowerPCCPUClass *pcc = (PowerPCCPUClass *)a; in ppc_cpu_compare_class_pvr_mask()
7077 static gint ppc_cpu_list_compare(gconstpointer a, gconstpointer b) in ppc_cpu_list_compare() argument
7079 ObjectClass *oc_a = (ObjectClass *)a; in ppc_cpu_list_compare()
7571 char a = '-'; in ppc_cpu_dump_state() local
7573 a = 'L'; in ppc_cpu_dump_state()
7575 a = 'G'; in ppc_cpu_dump_state()
7577 a = 'E'; in ppc_cpu_dump_state()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2656 struct v4l2_streamparm *a) in mxt_vidioc_g_parm() argument
2658 if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) in mxt_vidioc_g_parm()
2661 a->parm.capture.readbuffers = 1; in mxt_vidioc_g_parm()
2662 a->parm.capture.timeperframe.numerator = 1; in mxt_vidioc_g_parm()
2663 a->parm.capture.timeperframe.denominator = 10; in mxt_vidioc_g_parm()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py1686 a = mc.group('args').strip()
4140 for a in sorted(at):
4141 if(re.match(at[a]['smsg'], msg)):
4142 if(a not in actions):
4144 if(re.match(at[a]['emsg'], msg)):
4145 if(a in actions and actions[a][-1]['begin'] == actions[a][-1]['end']):
4146 actions[a][-1]['end'] = ktime
5042 a:link {color:white;text-decoration:none;}\n\
5043 a:visited {color:white;}\n\
5044 a:hover {color:white;}\n\
[all …]
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c317 static int boundary_sub(int a, int adir, in boundary_sub() argument
323 *c = a - b; in boundary_sub()
333 static int boundary_lt(unsigned int a, int adir, in boundary_lt() argument
337 a--; in boundary_lt()
346 return a < b || (a == b && adir < bdir); in boundary_lt()
/openbmc/linux/drivers/nvme/host/
H A Dpci.c2135 struct attribute *a, int n) in nvme_pci_attrs_are_visible() argument
2141 if (a == &dev_attr_cmb.attr || in nvme_pci_attrs_are_visible()
2142 a == &dev_attr_cmbloc.attr || in nvme_pci_attrs_are_visible()
2143 a == &dev_attr_cmbsz.attr) { in nvme_pci_attrs_are_visible()
2147 if (a == &dev_attr_hmb.attr && !ctrl->hmpre) in nvme_pci_attrs_are_visible()
2150 return a->mode; in nvme_pci_attrs_are_visible()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c108 static inline double floatx80_to_double(CPUX86State *env, floatx80 a) in floatx80_to_double() argument
115 u.f64 = floatx80_to_float64(a, &env->fp_status); in floatx80_to_double()
119 static inline floatx80 double_to_floatx80(CPUX86State *env, double a) in double_to_floatx80() argument
126 u.d = a; in double_to_floatx80()
198 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv() argument
201 floatx80 ret = floatx80_div(a, b, &env->fp_status); in helper_fdiv()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c2321 struct tmf_arg a; in qla2x00_async_tm_cmd() local
2327 a.vha = fcport->vha; in qla2x00_async_tm_cmd()
2328 a.fcport = fcport; in qla2x00_async_tm_cmd()
2329 a.lun = lun; in qla2x00_async_tm_cmd()
2330 a.flags = flags; in qla2x00_async_tm_cmd()
2336 a.modifier = MK_SYNC_ID; in qla2x00_async_tm_cmd()
2339 if (qla_get_tmf(&a)) in qla2x00_async_tm_cmd()
2345 qla_put_tmf(&a); in qla2x00_async_tm_cmd()
4156 struct sff_8247_a0 *a; in qla24xx_detect_sfp() local
4188 ll = a->fc_ll_cc7; in qla24xx_detect_sfp()
[all …]

1...<<841842843844845846847848849850>>...893