| /drivers/mtd/ubi/ |
| A D | wl.c | 724 e2 = get_peb_for_wl(ubi); 725 if (!e2) 743 if (!e2) 748 e1->ec, e2->ec); 758 e1->pnum, e1->ec, e2->pnum, e2->ec); 764 if (!e2) 773 ubi->move_to = e2; 904 e2 = NULL; 912 if (e2) { 920 if (e2) { [all …]
|
| /drivers/gpu/drm/xe/ |
| A D | xe_reg_sr.c | 51 const struct xe_reg_sr_entry *e2) in compatible_entries() argument 57 if (e1->clr_bits & e2->clr_bits || e1->set_bits & e2->set_bits || in compatible_entries() 58 e1->clr_bits & e2->set_bits || e1->set_bits & e2->clr_bits) in compatible_entries() 61 if (e1->reg.raw != e2->reg.raw) in compatible_entries()
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_wm_types.h | 68 const struct skl_ddb_entry *e2) in skl_ddb_entry_equal() argument 70 if (e1->start == e2->start && e1->end == e2->end) in skl_ddb_entry_equal()
|
| /drivers/gpu/drm/msm/disp/ |
| A D | mdp_format.c | 69 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument 75 .element = { (e0), (e1), (e2), (e3) }, \ 89 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument 95 .element = { (e0), (e1), (e2), (e3) }, \ 109 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument 115 .element = { (e0), (e1), (e2), (e3)}, \ 207 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument 213 .element = { (e0), (e1), (e2), 0 }, \
|
| /drivers/char/ipmi/ |
| A D | ipmi_si_intf.c | 2105 e1->io.addr_data == e2->io.addr_data); in ipmi_smi_info_same() 2110 struct smi_info *e, *e2; in init_ipmi_si() local 2143 list_for_each_entry(e2, &smi_infos, link) { in init_ipmi_si() 2144 if (e2 == e) in init_ipmi_si() 2146 if (e2->io.irq && ipmi_smi_info_same(e, e2)) { in init_ipmi_si() 2169 list_for_each_entry(e2, &smi_infos, link) { in init_ipmi_si() 2170 if (!e2->io.irq) in init_ipmi_si() 2172 if (ipmi_smi_info_same(e, e2)) { in init_ipmi_si() 2177 list_for_each_entry(e2, &smi_infos, link) { in init_ipmi_si() 2178 if (e2 == e) in init_ipmi_si() [all …]
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_sriov.h | 282 struct eth_classify_rules_ramrod_data e2; member 286 struct eth_classify_rules_ramrod_data e2; member 290 struct eth_classify_rules_ramrod_data e2; member 294 struct eth_filter_rules_ramrod_data e2; member 298 struct eth_multicast_rules_ramrod_data e2; member 307 struct eth_rss_update_ramrod_data e2; member
|
| A D | bnx2x_init.h | 567 u32 e2; /* 57712 */ member 699 return bnx2x_blocks_parity_data[idx].reg_mask.e2; in bnx2x_parity_reg_mask()
|
| A D | bnx2x.h | 1123 struct eth_classify_rules_ramrod_data e2; member 1127 struct eth_classify_rules_ramrod_data e2; member 1132 struct eth_filter_rules_ramrod_data e2; member 1137 struct eth_multicast_rules_ramrod_data e2; member
|
| A D | bnx2x_sriov.c | 608 ramrod->rdata = bnx2x_vf_sp(bp, vf, rx_mode_rdata.e2); in bnx2x_vf_prep_rx_mode() 609 ramrod->rdata_mapping = bnx2x_vf_sp_map(bp, vf, rx_mode_rdata.e2); in bnx2x_vf_prep_rx_mode()
|
| /drivers/input/ |
| A D | ff-core.c | 40 struct ff_effect *e2) in check_effects_compatible() argument 42 return e1->type == e2->type && in check_effects_compatible() 44 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible()
|
| /drivers/media/dvb-frontends/ |
| A D | dib0090.c | 1504 u16 e2, e4; in dib0090_set_EFUSE() local 1507 e2 = dib0090_read_reg(state, 0x26); in dib0090_set_EFUSE() 1511 (state->identity.version == P1G) || (e2 == 0xffff)) { in dib0090_set_EFUSE() 1519 e2 = e4 = (3<<12) | (34<<6) | (n); in dib0090_set_EFUSE() 1522 if (e2 != e4) in dib0090_set_EFUSE() 1523 e2 &= e4; /* Remove the redundancy */ in dib0090_set_EFUSE() 1525 if (e2 != 0xffff) { in dib0090_set_EFUSE() 1526 c = e2 & 0x3f; in dib0090_set_EFUSE() 1527 n = (e2 >> 12) & 0xf; in dib0090_set_EFUSE() 1528 h = (e2 >> 6) & 0x3f; in dib0090_set_EFUSE() [all …]
|
| /drivers/md/ |
| A D | dm-writecache.c | 638 struct wc_entry *e2; in writecache_find_entry() local 646 e2 = container_of(node, struct wc_entry, rb_node); in writecache_find_entry() 647 if (read_original_sector(wc, e2) != block) in writecache_find_entry() 649 e = e2; in writecache_find_entry() 795 struct wc_entry *e, *e2; in writecache_flush() local 817 e2 = container_of(e->lru.next, struct wc_entry, lru); in writecache_flush() 818 if (writecache_entry_is_committed(wc, e2)) in writecache_flush() 820 e = e2; in writecache_flush() 840 e2 = container_of(rb_node, struct wc_entry, rb_node); in writecache_flush() 842 likely(!e2->write_in_progress)) { in writecache_flush() [all …]
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | i915-kbl-skips.txt | 54 # Code: 67 50 4d 85 e4 0f 84 89 01 00 00 e8 e0 16 13 00 48 c7 c1 a0 71 5f 9a 4c 89 e2 48 c7 c7 67 5… 107 # Code: 67 50 4d 85 e4 0f 84 89 01 00 00 e8 e0 16 13 00 48 c7 c1 a0 71 5f 9a 4c 89 e2 48 c7 c7 67 5…
|
| /drivers/firewire/ |
| A D | core-cdev.c | 1421 struct iso_resource_event *e1, *e2; in init_iso_resource() local 1431 e2 = kmalloc(sizeof(*e2), GFP_KERNEL); in init_iso_resource() 1432 if (r == NULL || e1 == NULL || e2 == NULL) { in init_iso_resource() 1444 r->e_dealloc = e2; in init_iso_resource() 1448 e2->iso_resource.closure = request->closure; in init_iso_resource() 1449 e2->iso_resource.type = FW_CDEV_EVENT_ISO_RESOURCE_DEALLOCATED; in init_iso_resource() 1467 kfree(e2); in init_iso_resource()
|
| /drivers/gpu/drm/ |
| A D | drm_buddy.c | 98 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() argument 100 return s1 <= e2 && e1 >= s2; in overlaps() 103 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains() argument 105 return s1 <= s2 && e1 >= e2; in contains()
|
| /drivers/ata/pata_parport/ |
| A D | bpck.c | 26 #define e2() {PC &= 0xfe; out_p(2,PC);} macro 53 e2(); t2(0x20); in bpck_read_regr()
|
| /drivers/usb/core/ |
| A D | config.c | 239 struct usb_endpoint_descriptor *e2) in endpoint_is_duplicate() argument 241 if (e1->bEndpointAddress == e2->bEndpointAddress) in endpoint_is_duplicate() 244 if (usb_endpoint_xfer_control(e1) || usb_endpoint_xfer_control(e2)) { in endpoint_is_duplicate() 245 if (usb_endpoint_num(e1) == usb_endpoint_num(e2)) in endpoint_is_duplicate()
|
| /drivers/pinctrl/mediatek/ |
| A D | pinctrl-airoha.c | 2677 u32 e2, e4; in airoha_pinconf_get() local 2679 if (airoha_pinctrl_get_drive_e2_conf(pinctrl, pin, &e2) || in airoha_pinconf_get() 2683 arg = e4 << 1 | e2; in airoha_pinconf_get() 2745 u32 e2 = 0, e4 = 0; in airoha_pinconf_set() local 2751 e2 = 1; in airoha_pinconf_set() 2757 e2 = 1; in airoha_pinconf_set() 2764 airoha_pinctrl_set_drive_e2_conf(pinctrl, pin, e2); in airoha_pinconf_set()
|
| /drivers/tty/vt/ |
| A D | cp437.uni | 157 0x83 U+00e2
|
| /drivers/infiniband/hw/hfi1/ |
| A D | chip.c | 203 e2, e2val, \ argument 220 ((u64)(e2val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e2##_SHIFT) | \
|