Searched refs:eff (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c195 bool eff, bool perm, bool inh, bool ambient)
197 execl(name, name, (eff ? "1" : "0"),
203 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) argument
205 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient);
194 exec_other_validate_cap(const char *name, bool eff, bool perm, bool inh, bool ambient) argument
/linux-master/arch/x86/mm/
H A Ddump_pagetables.c279 pgprotval_t cur, eff; local
295 eff = st->effective_prot;
306 } else if (new_prot != cur || new_eff != eff || level != st->level ||
312 if (st->check_wx && (eff & _PAGE_RW) && !(eff & _PAGE_NX))
/linux-master/drivers/staging/media/ipu3/
H A Dipu3.h90 struct v4l2_rect eff; /* effective resolution */ member in struct:imgu_v4l2_subdev::__anon631
H A Dipu3-css.c1696 struct v4l2_rect *const eff = &r[IPU3_CSS_RECT_EFFECTIVE]; local
1756 if (eff->width <= 0 || eff->height <= 0) {
1757 eff->width = in->width;
1758 eff->height = in->height;
1771 eff->width = imgu_css_adjust(eff->width, EFF_ALIGN_W);
1772 eff->height = imgu_css_adjust(eff->height, 1);
1818 in->width, in->height, eff
[all...]
H A Dipu3-v4l2.c106 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_sd->rect.eff;
199 return &sd->rect.eff;
734 /* eff and bds res got by imgu_s_sel */
737 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_sd->rect.eff;
H A Dipu3.c486 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_pipe->imgu_sd.rect.eff;
/linux-master/tools/power/x86/intel-speed-select/
H A Dhfi-events.c179 int eff; member in struct:perf_cap
215 perf_cap.eff = nla_get_u32(cap);
/linux-master/net/atm/
H A Dcommon.c574 int eff, error; local
602 eff = (size+3) & ~3; /* align to word boundary */
605 while (!vcc_tx_ready(vcc, eff)) {
628 skb = alloc_skb(eff, GFP_KERNEL);
642 if (eff != size)
643 memset(skb->data + size, 0, eff-size);
/linux-master/drivers/atm/
H A Deni.c339 unsigned long skip,unsigned long size,unsigned long eff)
367 if ((eff && skip) || 1) { /* @@@ actually, skip is always == 1 ... */
374 if (!eff) size += skip;
380 EVENT("strange things happen ... (skip=%ld,eff=%ld)\n",
381 size,eff);
383 words = eff;
441 if (size != eff) {
547 unsigned long size,eff,length; local
578 eff = length = 0;
588 ATM_MAX_AAL5_PDU) eff
338 do_rx_dma(struct atm_vcc *vcc,struct sk_buff *skb, unsigned long skip,unsigned long size,unsigned long eff) argument
[all...]
/linux-master/drivers/net/can/usb/
H A Df81604.c196 struct f81604_eff eff; member in union:f81604_can_frame::__anon1590
389 cf->can_id = get_unaligned_be32(&frame->eff.id) >>
394 memcpy(cf->data, frame->eff.data, cf->len);
939 put_unaligned_be32(id, &frame->eff.id);
944 memcpy(&frame->eff.data, cf->data, cf->len);
/linux-master/drivers/regulator/
H A Dwm8350-regulator.c835 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) argument
839 while (eff[i].uA_load_min != -1) {
840 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max)
841 return eff[i].mode;
/linux-master/drivers/net/can/
H A Dgrcan.c312 /* Limit on the number of transmitted bits of an eff frame according to the CAN
1165 u32 i, rtr, eff, j, shift; local
1186 eff = slot[0] & GRCAN_MSG_IDE;
1188 if (eff) {
1344 u32 i, rtr, eff, dlc, tmp, err; local
1385 eff = cf->can_id & CAN_EFF_FLAG;
1387 id = cf->can_id & (eff ? CAN_EFF_MASK : CAN_SFF_MASK);
1389 if (eff)
1393 slot[0] = (eff ? GRCAN_MSG_IDE : 0) | (rtr ? GRCAN_MSG_RTR : 0) | tmp;
/linux-master/drivers/iio/adc/
H A Dad4130.c1206 unsigned int eff; local
1212 eff = val * st->num_enabled_channels;
1213 if (eff > AD4130_FIFO_SIZE)
1218 eff = rounddown(AD4130_FIFO_SIZE, st->num_enabled_channels);
1225 ad4130_watermark_reg_val(eff)));
1229 st->effective_watermark = eff;
/linux-master/drivers/hid/
H A Dhid-wiimote-modules.c131 struct ff_effect *eff)
142 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude)
1789 struct ff_effect *eff)
1800 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude)
130 wiimod_rumble_play(struct input_dev *dev, void *data, struct ff_effect *eff) argument
1788 wiimod_pro_play(struct input_dev *dev, void *data, struct ff_effect *eff) argument
/linux-master/kernel/sched/
H A Dcore.c10614 unsigned int eff[UCLAMP_CNT]; local
10627 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value;
10630 eff[clamp_id] > uc_parent[clamp_id].value) {
10631 eff[clamp_id] = uc_parent[clamp_id].value;
10635 eff[UCLAMP_MIN] = min(eff[UCLAMP_MIN], eff[UCLAMP_MAX]);
10641 if (eff[clamp_id] == uc_se[clamp_id].value)
10643 uc_se[clamp_id].value = eff[clamp_id];
10644 uc_se[clamp_id].bucket_id = uclamp_bucket_id(eff[clamp_i
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c1932 unsigned long long eff = nbc->md.la_size_sect; local
1933 if (drbd_md_test_flag(nbc, MDF_CONSISTENT) && nsz < eff) {
1935 drbd_warn(device, "truncating a consistent device during attach (%llu < %llu)\n", nsz, eff);
1937 drbd_warn(device, "refusing to truncate a consistent device (%llu < %llu)\n", nsz, eff);
1940 "(%llu > %llu sectors). Refusing to attach.", eff, nsz);

Completed in 558 milliseconds