| /linux/arch/x86/mm/ |
| H A D | dump_pagetables.c | 305 pgprotval_t cur, eff; in note_page() local 321 eff = st->effective_prot; in note_page() 332 } else if (new_prot != cur || new_eff != eff || level != st->level || in note_page() 338 if (st->check_wx && (eff & _PAGE_RW) && !(eff & _PAGE_NX)) in note_page()
|
| /linux/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 198 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument 200 execl(name, name, (eff ? "1" : "0"), in exec_other_validate_cap() 206 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument 208 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| H A D | i915-cml-flakes.txt | 16 # Bug Report: https://lore.kernel.org/intel-gfx/61f62c86-3e82-4eff-bd3c-8123fa0ca332@collabora.com/… 23 # Bug Report: https://lore.kernel.org/intel-gfx/61f62c86-3e82-4eff-bd3c-8123fa0ca332@collabora.com/…
|
| H A D | i915-apl-flakes.txt | 9 # Bug Report: https://lore.kernel.org/intel-gfx/61f62c86-3e82-4eff-bd3c-8123fa0ca332@collabora.com/…
|
| H A D | i915-amly-flakes.txt | 51 # Bug Report: https://lore.kernel.org/intel-gfx/61f62c86-3e82-4eff-bd3c-8123fa0ca332@collabora.com/…
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | hfi-events.c | 179 int eff; member 215 perf_cap.eff = nla_get_u32(cap); in handle_event()
|
| /linux/drivers/platform/x86/amd/hfi/ |
| H A D | hfi.c | 91 u32 eff; member 198 info->amd_hfi_classes[k].eff = table[apic_index + 2 * k]; in amd_hfi_fill_metadata() 424 hfi_cpuinfo->amd_hfi_classes[idx].eff); in class_capabilities_show()
|
| /linux/net/atm/ |
| H A D | common.c | 574 int eff, error; in vcc_sendmsg() local 602 eff = (size+3) & ~3; /* align to word boundary */ in vcc_sendmsg() 605 while (!vcc_tx_ready(vcc, eff)) { in vcc_sendmsg() 628 skb = alloc_skb(eff, GFP_KERNEL); in vcc_sendmsg() 641 if (eff != size) in vcc_sendmsg() 642 memset(skb->data + size, 0, eff-size); in vcc_sendmsg()
|
| /linux/drivers/atm/ |
| H A D | eni.c | 339 unsigned long skip,unsigned long size,unsigned long eff) in do_rx_dma() argument 367 if ((eff && skip) || 1) { /* @@@ actually, skip is always == 1 ... */ in do_rx_dma() 374 if (!eff) size += skip; in do_rx_dma() 381 size,eff); in do_rx_dma() 383 words = eff; in do_rx_dma() 441 if (size != eff) { in do_rx_dma() 547 unsigned long size,eff,length; in rx_aal5() local 578 eff = length = 0; in rx_aal5() 588 ATM_MAX_AAL5_PDU) eff = (length+3) >> 2; in rx_aal5() 595 length = eff = 0; in rx_aal5() [all …]
|
| /linux/drivers/net/can/ |
| H A D | grcan.c | 1166 u32 i, rtr, eff, j, shift; in grcan_receive() local 1187 eff = slot[0] & GRCAN_MSG_IDE; in grcan_receive() 1189 if (eff) { in grcan_receive() 1345 u32 i, rtr, eff, dlc, tmp, err; in grcan_start_xmit() local 1386 eff = cf->can_id & CAN_EFF_FLAG; in grcan_start_xmit() 1388 id = cf->can_id & (eff ? CAN_EFF_MASK : CAN_SFF_MASK); in grcan_start_xmit() 1390 if (eff) in grcan_start_xmit() 1394 slot[0] = (eff ? GRCAN_MSG_IDE : 0) | (rtr ? GRCAN_MSG_RTR : 0) | tmp; in grcan_start_xmit()
|
| /linux/drivers/net/can/usb/ |
| H A D | f81604.c | 196 struct f81604_eff eff; member 389 cf->can_id = get_unaligned_be32(&frame->eff.id) >> in f81604_process_rx_packet() 394 memcpy(cf->data, frame->eff.data, cf->len); in f81604_process_rx_packet() 943 put_unaligned_be32(id, &frame->eff.id); in f81604_start_xmit() 948 memcpy(&frame->eff.data, cf->data, cf->len); in f81604_start_xmit()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3.h | 90 struct v4l2_rect eff; /* effective resolution */ member
|
| H A D | ipu3-css.c | 1697 struct v4l2_rect *const eff = &r[IPU3_CSS_RECT_EFFECTIVE]; in imgu_css_fmt_try() local 1757 if (eff->width <= 0 || eff->height <= 0) { in imgu_css_fmt_try() 1758 eff->width = in->width; in imgu_css_fmt_try() 1759 eff->height = in->height; in imgu_css_fmt_try() 1772 eff->width = imgu_css_adjust(eff->width, EFF_ALIGN_W); in imgu_css_fmt_try() 1773 eff->height = imgu_css_adjust(eff->height, 1); in imgu_css_fmt_try() 1819 in->width, in->height, eff->width, eff->height, in imgu_css_fmt_try()
|
| H A D | ipu3-v4l2.c | 107 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_sd->rect.eff; in imgu_subdev_s_stream() 200 return &sd->rect.eff; in imgu_subdev_get_crop() 760 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_sd->rect.eff; in imgu_fmt()
|
| H A D | ipu3.c | 487 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_pipe->imgu_sd.rect.eff; in imgu_video_nodes_init()
|
| /linux/drivers/regulator/ |
| H A D | wm8350-regulator.c | 835 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() argument 839 while (eff[i].uA_load_min != -1) { in get_mode() 840 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max) in get_mode() 841 return eff[i].mode; in get_mode()
|
| /linux/drivers/iio/adc/ |
| H A D | ad4130.c | 1255 unsigned int eff; in ad4130_set_fifo_watermark() local 1261 eff = val * st->num_enabled_channels; in ad4130_set_fifo_watermark() 1262 if (eff > AD4130_FIFO_SIZE) in ad4130_set_fifo_watermark() 1267 eff = rounddown(AD4130_FIFO_SIZE, st->num_enabled_channels); in ad4130_set_fifo_watermark() 1274 ad4130_watermark_reg_val(eff))); in ad4130_set_fifo_watermark() 1278 st->effective_watermark = eff; in ad4130_set_fifo_watermark()
|
| /linux/tools/testing/selftests/net/can/ |
| H A D | test_raw_filter.c | 307 FIXTURE_VARIANT_ADD(can_filters, eff) { in FIXTURE_VARIANT_ADD() argument
|
| /linux/drivers/hid/ |
| H A D | hid-wiimote-modules.c | 131 struct ff_effect *eff) in wiimod_rumble_play() argument 142 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude) in wiimod_rumble_play() 1789 struct ff_effect *eff) in wiimod_pro_play() argument 1800 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude) in wiimod_pro_play()
|
| /linux/kernel/sched/ |
| H A D | core.c | 9348 unsigned int eff[UCLAMP_CNT]; in cpu_util_update_eff() local 9361 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value; in cpu_util_update_eff() 9364 eff[clamp_id] > uc_parent[clamp_id].value) { in cpu_util_update_eff() 9365 eff[clamp_id] = uc_parent[clamp_id].value; in cpu_util_update_eff() 9369 eff[UCLAMP_MIN] = min(eff[UCLAMP_MIN], eff[UCLAMP_MAX]); in cpu_util_update_eff() 9375 if (eff[clamp_id] == uc_se[clamp_id].value) in cpu_util_update_eff() 9377 uc_se[clamp_id].value = eff[clamp_id]; in cpu_util_update_eff() 9378 uc_se[clamp_id].bucket_id = uclamp_bucket_id(eff[clamp_id]); in cpu_util_update_eff()
|
| /linux/Documentation/arch/m68k/ |
| H A D | buddha-driver.rst | 62 $e00-$eff local expansion port, on Catweasel Z-II the
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_nl.c | 1933 unsigned long long eff = nbc->md.la_size_sect; in drbd_adm_attach() local 1934 if (drbd_md_test_flag(nbc, MDF_CONSISTENT) && nsz < eff) { in drbd_adm_attach() 1936 drbd_warn(device, "truncating a consistent device during attach (%llu < %llu)\n", nsz, eff); in drbd_adm_attach() 1938 drbd_warn(device, "refusing to truncate a consistent device (%llu < %llu)\n", nsz, eff); in drbd_adm_attach() 1941 "(%llu > %llu sectors). Refusing to attach.", eff, nsz); in drbd_adm_attach()
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | fplsp.sa | 833 dc.l $0c813fff,$80006eff,$00000300,$222eff5c
|