Home
last modified time | relevance | path

Searched refs:a (Results 18851 – 18875 of 22310) sorted by relevance

1...<<751752753754755756757758759760>>...893

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c708 struct iw_request_info *a, in r8711_wx_set_mode() argument
739 static int r8711_wx_get_mode(struct net_device *dev, struct iw_request_info *a, in r8711_wx_get_mode() argument
758 struct iw_request_info *a, in r871x_wx_set_pmkid() argument
1126 struct iw_request_info *a, in r8711_wx_set_scan() argument
1177 struct iw_request_info *a, in r8711_wx_get_scan() argument
1210 ev = translate_scan(padapter, a, pnetwork, ev, stop); in r8711_wx_get_scan()
1232 struct iw_request_info *a, in r8711_wx_set_essid() argument
1295 struct iw_request_info *a, in r8711_wx_get_essid() argument
1315 struct iw_request_info *a, in r8711_wx_set_rate() argument
1846 struct iw_request_info *a, in dummy() argument
/openbmc/linux/net/ipv4/
H A Ddevinet.c350 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b) in inet_addr_onlink() argument
356 if (inet_ifa_match(a, ifa)) { in inet_addr_onlink()
2011 struct nlattr *a, *tb[IFLA_INET_MAX+1]; in inet_validate_link_af() local
2023 nla_for_each_nested(a, tb[IFLA_INET_CONF], rem) { in inet_validate_link_af()
2024 int cfgid = nla_type(a); in inet_validate_link_af()
2026 if (nla_len(a) < 4) in inet_validate_link_af()
2041 struct nlattr *a, *tb[IFLA_INET_MAX+1]; in inet_set_link_af() local
2051 nla_for_each_nested(a, tb[IFLA_INET_CONF], rem) in inet_set_link_af()
2052 ipv4_devconf_set(in_dev, nla_type(a), nla_get_u32(a)); in inet_set_link_af()
/openbmc/linux/net/mptcp/
H A Dpm_netlink.c62 bool mptcp_addresses_equal(const struct mptcp_addr_info *a, in mptcp_addresses_equal() argument
67 if (a->family == b->family) { in mptcp_addresses_equal()
68 if (a->family == AF_INET) in mptcp_addresses_equal()
69 addr_equals = a->addr.s_addr == b->addr.s_addr; in mptcp_addresses_equal()
72 addr_equals = !ipv6_addr_cmp(&a->addr6, &b->addr6); in mptcp_addresses_equal()
73 } else if (a->family == AF_INET) { in mptcp_addresses_equal()
75 addr_equals = a->addr.s_addr == b->addr6.s6_addr32[3]; in mptcp_addresses_equal()
77 if (ipv6_addr_v4mapped(&a->addr6)) in mptcp_addresses_equal()
78 addr_equals = a->addr6.s6_addr32[3] == b->addr.s_addr; in mptcp_addresses_equal()
87 return a->port == b->port; in mptcp_addresses_equal()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp.db2 # Insert a regular expression for support of the model or the serie of your hard drive.
6 # a temperature sensor (you can set the unit to C or F).
10 # If your drive is in the list send me a mail.
158 # but I prefer waiting for a report
243 # I suspect the QUANTUM FIREBALL_TM2110A to have a sensor in field 9...
251 # somenone reported a problem with the SP8004H which reports a temperature
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_lio.c22 u8 a[8]; in efct_format_wwn() local
24 put_unaligned_be64(wwn, a); in efct_format_wwn()
25 return snprintf(str, len, "%s%8phC", pre, a); in efct_format_wwn()
1483 struct efct_lio_tpg_attrib *a = &tpg->tpg_attrib; \
1498 a->name = val; \
1539 struct efct_lio_tpg_attrib *a = &tpg->tpg_attrib; \
1554 a->name = val; \
/openbmc/linux/net/netlink/
H A Dgenetlink.c599 const struct genl_split_ops *a, *b; in genl_validate_ops() local
601 a = &family->split_ops[s - 1]; in genl_validate_ops()
608 if (a->cmd < b->cmd) { in genl_validate_ops()
610 } else if (a->cmd > b->cmd) { in genl_validate_ops()
615 if (a->internal_flags != b->internal_flags || in genl_validate_ops()
616 ((a->flags ^ b->flags) & ~(GENL_CMD_CAP_DO | in genl_validate_ops()
622 if ((a->flags & GENL_CMD_CAP_DO) && in genl_validate_ops()
/openbmc/linux/arch/m68k/fpsp040/
H A Dgen_except.S138 | On a busy frame, we must clear the nmnexc bits.
320 | If the frame is unimp, we must create a busy frame to
322 | are set by a previous instruction and not cleared by
370 tstb RES_FLG(%a6) |RES_FLG indicates a "continuation" frame
/openbmc/u-boot/arch/arm/dts/
H A Dstm32f429.dtsi7 * licensing only applies to this file, and not this project as a
10 * a) This file is free software; you can redistribute it and/or
23 * obtaining a copy of this software and associated documentation
647 compatible = "st,stm32-dwmac", "snps,dwmac-3.50a";
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c78 static void bin_emit_align(void *e, int a) in bin_emit_align() argument
82 *dtbuf = data_append_align(*dtbuf, a); in bin_emit_align()
157 static void asm_emit_align(void *e, int a) in asm_emit_align() argument
161 fprintf(f, "\t.balign\t%d, 0\n", a); in asm_emit_align()
/openbmc/u-boot/drivers/ata/
H A Dahci.c35 #define writel_with_flush(a,b) do { writel(a,b); readl(b); } while (0) argument
69 #define msleep(a) udelay(a * 1000) argument
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c536 #define DUMP_REG(a) printk(BIOS_INFO, \ in dump_sor_reg() argument
538 #a, a, tegra_sor_readl(sor, a)); in dump_sor_reg()
/openbmc/linux/tools/perf/util/
H A Dprobe-file.c628 static bool streql(const char *a, const char *b) in streql() argument
630 if (a == b) in streql()
633 if (!a || !b) in streql()
636 return !strcmp(a, b); in streql()
H A Dintel-bts.c251 struct auxtrace_buffer *a; in intel_bts_do_fix_overlap() local
256 a = list_entry(b->list.prev, struct auxtrace_buffer, list); in intel_bts_do_fix_overlap()
257 start = intel_bts_find_overlap(a->data, a->size, b->data, b->size); in intel_bts_do_fix_overlap()
/openbmc/qemu/hw/ide/
H A Dtrace-events124 allwinner_ahci_mem_read(void *s, void *a, uint64_t addr, uint64_t val, unsigned size) "ahci(%p): re…
125 allwinner_ahci_mem_write(void *s, void *a, uint64_t addr, uint64_t val, unsigned size) "ahci(%p): w…
/openbmc/linux/drivers/hwmon/
H A Daspeed-pwm-tacho.c626 struct attribute *a, int index) in pwm_is_visible() argument
633 return a->mode; in pwm_is_visible()
637 struct attribute *a, int index) in fan_dev_is_visible() argument
644 return a->mode; in fan_dev_is_visible()
/openbmc/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8.dtsi184 * code which is responsible for system suspend. It loads a
190 * detects a wakeup request.
482 sd_a_pins: sd-a {
509 sdxc_a_pins: sdxc-a {
/openbmc/linux/fs/lockd/
H A Dsvclock.c176 static inline int nlm_cookie_match(struct nlm_cookie *a, struct nlm_cookie *b) in nlm_cookie_match() argument
178 if (a->len != b->len) in nlm_cookie_match()
180 if (memcmp(a->data, b->data, a->len)) in nlm_cookie_match()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.c1058 int a, b, c; in show_spu_loadavg() local
1060 a = spu_avenrun[0] + (FIXED_1/200); in show_spu_loadavg()
1070 LOAD_INT(a), LOAD_FRAC(a), in show_spu_loadavg()
/openbmc/linux/scripts/dtc/
H A Dflattree.c63 static void bin_emit_align(void *e, int a) in bin_emit_align() argument
67 *dtbuf = data_append_align(*dtbuf, a); in bin_emit_align()
143 static void asm_emit_align(void *e, int a) in asm_emit_align() argument
147 fprintf(f, "\t.balign\t%d, 0\n", a); in asm_emit_align()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-kyle.dts91 * LCD_PWR_EN controls both a 3.0V and 1.8V output.
320 /* The CSRG05TA03-ICJE-R is a SirfStarV 5t chip */
488 * Apparently some Kyle models can have a NT35512 fitted
709 /* Hog a few default settings */
H A Dstm32h743.dtsi6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
572 compatible = "st,stm32-dwmac", "snps,dwmac-4.10a";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-gw5903.dtsi6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
19 * You should have received a copy of the GNU General Public
27 * obtaining a copy of this software and associated documentation
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c77 inline unsigned int hpet_readl(unsigned int a) in hpet_readl() argument
79 return readl(hpet_virt_address + a); in hpet_readl()
82 static inline void hpet_writel(unsigned int d, unsigned int a) in hpet_writel() argument
84 writel(d, hpet_virt_address + a); in hpet_writel()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_sysfs_pm.c91 #define sysfs_gt_attribute_r_min_func(d, a, f) \ argument
92 sysfs_gt_attribute_r_func(d, a, f, INTEL_GT_SYSFS_MIN)
95 #define sysfs_gt_attribute_r_max_func(d, a, f) \ argument
96 sysfs_gt_attribute_r_func(d, a, f, INTEL_GT_SYSFS_MAX)
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py179 for a in self.attrs:
182 msg += repr(a)
340 for a in self.raw_attrs:
341 msg += '\t\t' + repr(a) + '\n'

1...<<751752753754755756757758759760>>...893