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

/linux-4.4.14/arch/parisc/include/asm/
H A Delf.h60 #define R_PARISC_DIR21L 2 /* Left 21 bits of eff. address. */
61 #define R_PARISC_DIR17R 3 /* Right 17 bits of eff. address. */
62 #define R_PARISC_DIR17F 4 /* 17 bits of eff. address. */
63 #define R_PARISC_DIR14R 6 /* Right 14 bits of eff. address. */
92 #define R_PARISC_DIR64 80 /* 64 bits of eff. address. */
93 #define R_PARISC_DIR14WR 83 /* 14 bits of eff. address. */
94 #define R_PARISC_DIR14DR 84 /* 14 bits of eff. address. */
95 #define R_PARISC_DIR16F 85 /* 16 bits of eff. address. */
96 #define R_PARISC_DIR16WF 86 /* 16 bits of eff. address. */
97 #define R_PARISC_DIR16DF 87 /* 16 bits of eff. address. */
/linux-4.4.14/net/sched/
H A Dem_canid.c147 * areas in rules_raw to process all eff rules with a simple loop. em_canid_change()
148 * NB: The configuration interface supports sff and eff rules. em_canid_change()
/linux-4.4.14/fs/cifs/
H A Dcifs_uniupr.h101 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, /* 1ef0-1eff */
217 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, /* 1ef0-1eff */
/linux-4.4.14/fs/jfs/
H A Djfs_uniupr.c99 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, /* 1ef0-1eff */
/linux-4.4.14/tools/testing/selftests/capabilities/
H A Dtest_execve.c196 bool eff, bool perm, bool inh, bool ambient) exec_other_validate_cap()
198 execl(name, name, (eff ? "1" : "0"), exec_other_validate_cap()
204 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) exec_validate_cap() argument
206 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); exec_validate_cap()
195 exec_other_validate_cap(const char *name, bool eff, bool perm, bool inh, bool ambient) exec_other_validate_cap() argument
/linux-4.4.14/drivers/atm/
H A Deni.c343 unsigned long skip,unsigned long size,unsigned long eff) do_rx_dma()
371 if ((eff && skip) || 1) { /* @@@ actually, skip is always == 1 ... */ do_rx_dma()
378 if (!eff) size += skip; do_rx_dma()
384 EVENT("strange things happen ... (skip=%ld,eff=%ld)\n", do_rx_dma()
385 size,eff); do_rx_dma()
387 words = eff; do_rx_dma()
445 if (size != eff) { do_rx_dma()
551 unsigned long size,eff,length; rx_aal5() local
582 eff = length = 0; rx_aal5()
592 ATM_MAX_AAL5_PDU) eff = (length+3) >> 2; rx_aal5()
599 length = eff = 0; rx_aal5()
603 skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL; rx_aal5()
610 if (do_rx_dma(vcc,skb,1,size,eff)) return 1; rx_aal5()
342 do_rx_dma(struct atm_vcc *vcc,struct sk_buff *skb, unsigned long skip,unsigned long size,unsigned long eff) do_rx_dma() argument
/linux-4.4.14/net/atm/
H A Dcommon.c578 int eff, error; vcc_sendmsg() local
606 eff = (size+3) & ~3; /* align to word boundary */ vcc_sendmsg()
609 while (!(skb = alloc_tx(vcc, eff))) { vcc_sendmsg()
638 if (eff != size) vcc_sendmsg()
639 memset(skb->data + size, 0, eff-size); vcc_sendmsg()
/linux-4.4.14/drivers/net/can/
H A Dgrcan.c314 /* Limit on the number of transmitted bits of an eff frame according to the CAN
1177 u32 i, rtr, eff, j, shift; grcan_receive() local
1198 eff = slot[0] & GRCAN_MSG_IDE; grcan_receive()
1200 if (eff) { grcan_receive()
1362 u32 i, rtr, eff, dlc, tmp, err; grcan_start_xmit() local
1403 eff = cf->can_id & CAN_EFF_FLAG; grcan_start_xmit()
1405 id = cf->can_id & (eff ? CAN_EFF_MASK : CAN_SFF_MASK); grcan_start_xmit()
1407 if (eff) grcan_start_xmit()
1411 slot[0] = (eff ? GRCAN_MSG_IDE : 0) | (rtr ? GRCAN_MSG_RTR : 0) | tmp; grcan_start_xmit()
/linux-4.4.14/drivers/regulator/
H A Dwm8350-regulator.c907 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) get_mode() argument
911 while (eff[i].uA_load_min != -1) { get_mode()
912 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max) get_mode()
913 return eff[i].mode; get_mode()
/linux-4.4.14/net/can/
H A Dproc.c469 /* eff receive list for 'all' CAN devices (dev == NULL) */ can_rcvlist_eff_proc_show()
473 /* eff receive list for registered CAN devices */ can_rcvlist_eff_proc_show()
/linux-4.4.14/drivers/hid/
H A Dhid-wiimote-modules.c134 struct ff_effect *eff) wiimod_rumble_play()
145 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude) wiimod_rumble_play()
1777 struct ff_effect *eff) wiimod_pro_play()
1788 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude) wiimod_pro_play()
133 wiimod_rumble_play(struct input_dev *dev, void *data, struct ff_effect *eff) wiimod_rumble_play() argument
1776 wiimod_pro_play(struct input_dev *dev, void *data, struct ff_effect *eff) wiimod_pro_play() argument
/linux-4.4.14/arch/m68k/kernel/
H A Dtraps.c871 pr_cont("eff addr=%08lx\n", fp->un.fmt3.effaddr); show_registers()
879 pr_cont("eff addr=%08lx pc=%08lx\n", show_registers()
884 pr_cont("eff addr=%08lx ssw=%04x faddr=%08lx\n", show_registers()
/linux-4.4.14/kernel/
H A Dcred.c731 cred == tsk->cred ? "[eff]" : ""); dump_invalid_creds()
/linux-4.4.14/include/linux/
H A Dsecurity.h125 /* setreuid or setregid, id0 == real, id1 == eff */
128 /* setresuid or setresgid, id0 == real, id1 == eff, uid2 == saved */
/linux-4.4.14/drivers/media/platform/davinci/
H A Ddm355_ccdc.c564 /* Converting the co-eff as per the format of the register */ ccdc_config_csc()

Completed in 1005 milliseconds