Home
last modified time | relevance | path

Searched defs:_l (Results 1 – 14 of 14) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddmi.h19 #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB) argument
/linux/arch/powerpc/mm/ptdump/
H A Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
/linux/include/linux/
H A Dlwq.h82 #define lwq_for_each_safe(_n, _t1, _t2, _l, _member) \ argument
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.h28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
/linux/drivers/clk/qcom/
H A Dgcc-ipq806x.c226 #define NSS_PLL_RATE(f, _l, _m, _n, i) \ argument
/linux/lib/zstd/compress/
H A Dzstd_opt.c1072 #define LL_PRICE(_l) (int)ZSTD_litLengthPrice(_l, optStatePtr, optLevel) argument
1073 #define LL_INCPRICE(_l) (LL_PRICE(_l) - LL_PRICE(_l-1)) argument
/linux/arch/mips/include/asm/sn/
H A Daddrs.h43 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l)) argument
H A Dklconfig.h653 #define GET_SNUM_COMP(_l) ((klmod_serial_num_t *)\ argument
/linux/drivers/media/usb/msi2500/
H A Dmsi2500.c640 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
/linux/drivers/media/usb/airspy/
H A Dairspy.c148 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c198 #define USBF_EPN_MPKT(_l) ((_l) << 0) argument
253 #define USBF_SYS_EPN_LMPKT(_l) ((_l) << 16) argument
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h42 #define TSF_TO_TU(_h, _l) \ argument
/linux/net/tipc/
H A Dnode.c996 struct tipc_link *l, *_l, *tnl; in __tipc_node_link_down() local
/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l) argument