| /drivers/mtd/ubi/ |
| A D | wl.c | 150 if (e->ec < e1->ec) in wl_tree_add() 257 if (e->ec < e1->ec) in in_wl_tree() 341 if (e1->ec >= max) { in find_wl_entry() 343 e = e1; in find_wl_entry() 347 e = e1; in find_wl_entry() 722 if (!e1) 758 e1->pnum, e1->ec, e2->pnum, e2->ec); 772 ubi->move_from = e1; 811 e1->pnum); 821 e1->pnum); [all …]
|
| /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)}, \ 134 .element = { (e0), (e1), 0, 0 }, \ 154 .element = { (e0), (e1), 0, 0 }, \ 173 .element = { (e0), (e1), 0, 0 }, \ 193 .element = { (e0), (e1), 0, 0 }, \ [all …]
|
| /drivers/gpu/drm/xe/ |
| A D | xe_reg_sr.c | 50 static bool compatible_entries(const struct xe_reg_sr_entry *e1, 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 | 67 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal() argument 70 if (e1->start == e2->start && e1->end == e2->end) in skl_ddb_entry_equal()
|
| /drivers/input/ |
| A D | ff-core.c | 39 static inline int check_effects_compatible(struct ff_effect *e1, in check_effects_compatible() argument 42 return e1->type == e2->type && in check_effects_compatible() 43 (e1->type != FF_PERIODIC || in check_effects_compatible() 44 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible()
|
| /drivers/net/ethernet/chelsio/cxgb/ |
| A D | sge.c | 1170 struct cmdQ_e *e1 = *e; in write_large_page_tx_descs() local 1182 e1++; in write_large_page_tx_descs() 1187 e1 = q->entries; in write_large_page_tx_descs() 1191 *e = e1; in write_large_page_tx_descs() 1206 struct cmdQ_e *e, *e1; in write_tx_descs() local 1211 e = e1 = &q->entries[pidx]; in write_tx_descs() 1235 e1++; in write_tx_descs() 1240 e1 = q->entries; in write_tx_descs() 1248 write_tx_desc(e1, desc_mapping, desc_len, gen, in write_tx_descs() 1258 e1++; in write_tx_descs() [all …]
|
| /drivers/usb/atm/ |
| A D | ueagle-atm.c | 100 struct cmv_dsc_e1 e1; member 475 #define e1_bSwapPageNo u.e1.s1.swapinfo.bSwapPageNo 476 #define e1_bOvl u.e1.s1.swapinfo.bOvl 512 union intr_data_e1 e1; member 1149 sc->cmv_dsc.e1.function = function | 0x2; in uea_cmv_e1() 1150 sc->cmv_dsc.e1.idx++; in uea_cmv_e1() 1151 sc->cmv_dsc.e1.address = address; in uea_cmv_e1() 1152 sc->cmv_dsc.e1.offset = offset; in uea_cmv_e1() 1157 cmv.wIndex = cpu_to_le16(sc->cmv_dsc.e1.idx); in uea_cmv_e1() 1965 struct cmv_dsc_e1 *dsc = &sc->cmv_dsc.e1; in uea_dispatch_cmv_e1() [all …]
|
| /drivers/firewire/ |
| A D | core-cdev.c | 1421 struct iso_resource_event *e1, *e2; in init_iso_resource() local 1430 e1 = kmalloc(sizeof(*e1), GFP_KERNEL); in init_iso_resource() 1432 if (r == NULL || e1 == NULL || e2 == NULL) { in init_iso_resource() 1443 r->e_alloc = e1; in init_iso_resource() 1446 e1->iso_resource.closure = request->closure; in init_iso_resource() 1447 e1->iso_resource.type = FW_CDEV_EVENT_ISO_RESOURCE_ALLOCATED; in init_iso_resource() 1466 kfree(e1); in init_iso_resource()
|
| /drivers/pinctrl/mediatek/ |
| A D | pinctrl-mtk-common-v2.c | 1232 int e1 = !!(arg & 4); in mtk_pinconf_adv_drive_set() local 1245 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DRV_E1, e1); in mtk_pinconf_adv_drive_set() 1256 u32 en, e0, e1; in mtk_pinconf_adv_drive_get() local 1267 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DRV_E1, &e1); in mtk_pinconf_adv_drive_get() 1271 *val = (en | e0 << 1 | e1 << 2) & 0x7; in mtk_pinconf_adv_drive_get()
|
| /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/usb/core/ |
| A D | config.c | 238 static bool endpoint_is_duplicate(struct usb_endpoint_descriptor *e1, 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/gpu/drm/ci/xfails/ |
| A D | vkms-none-skips.txt | 13 … c7 01 49 39 df 74 3b 4b 8b 34 fc 48 8b 96 48 01 00 00 <8b> 42 78 89 c1 83 e1 0a a8 20 74 b1 45 89… 47 … c7 01 49 39 df 74 3b 4b 8b 34 fc 48 8b 96 48 01 00 00 <8b> 42 78 89 c1 83 e1 0a a8 20 74 b1 45 89… 64 … c7 01 49 39 df 74 3b 4b 8b 34 fc 48 8b 96 48 01 00 00 <8b> 42 78 89 c1 83 e1 0a a8 20 74 b1 45 89… 98 … c7 01 49 39 df 74 3b 4b 8b 34 fc 48 8b 96 48 01 00 00 <8b> 42 78 89 c1 83 e1 0a a8 20 74 b1 45 89… 694 …e: f7 48 89 f3 e8 d0 bf 6e e1 48 8b 83 50 01 00 00 a8 01 75 15 48 8b bb a0 01 00 00 e8 59 05 15 e1…
|
| /drivers/media/radio/si470x/ |
| A D | Kconfig | 23 - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music)
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_init.h | 565 u32 e1; /* 57710 */ member 695 return bnx2x_blocks_parity_data[idx].reg_mask.e1; in bnx2x_parity_reg_mask()
|
| A D | bnx2x.h | 1136 struct mac_configuration_cmd e1; member
|
| /drivers/zorro/ |
| A D | zorro.ids | 117 06e1 Great Valley Products 131 07e1 Great Valley Products
|
| /drivers/char/ipmi/ |
| A D | ipmi_si_intf.c | 2102 static bool __init ipmi_smi_info_same(struct smi_info *e1, struct smi_info *e2) in ipmi_smi_info_same() argument 2104 return (e1->io.addr_space == e2->io.addr_space && in ipmi_smi_info_same() 2105 e1->io.addr_data == e2->io.addr_data); in ipmi_smi_info_same()
|
| /drivers/tty/vt/ |
| A D | cp437.uni | 186 0xa0 U+00e1
|
| /drivers/infiniband/hw/hfi1/ |
| A D | chip.c | 202 e1, e1val, \ argument 219 ((u64)(e1val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e1##_SHIFT) | \
|