Home
last modified time | relevance | path

Searched refs:imp (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dcio_debug.h12 #define CIO_TRACE_EVENT(imp, txt) do { \ argument
13 debug_text_event(cio_debug_trace_id, imp, txt); \
16 #define CIO_MSG_EVENT(imp, args...) do { \ argument
17 debug_sprintf_event(cio_debug_msg_id, imp , ##args); \
20 #define CIO_CRW_EVENT(imp, args...) do { \ argument
21 debug_sprintf_event(cio_debug_crw_id, imp , ##args); \
H A Dvfio_ccw_private.h165 #define VFIO_CCW_TRACE_EVENT(imp, txt) \ argument
166 debug_text_event(vfio_ccw_debug_trace_id, imp, txt)
168 #define VFIO_CCW_MSG_EVENT(imp, args...) \ argument
169 debug_sprintf_event(vfio_ccw_debug_msg_id, imp, ##args)
H A Deadm_sch.c41 #define EADM_LOG(imp, txt) do { \ argument
42 debug_text_event(eadm_debug, imp, txt); \
H A Dchsc_sch.c36 #define CHSC_MSG(imp, args...) do { \ argument
37 debug_sprintf_event(chsc_debug_msg_id, imp , ##args); \
40 #define CHSC_LOG(imp, txt) do { \ argument
41 debug_text_event(chsc_debug_log_id, imp , txt); \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dirq-msc01.c117 void __init init_msc_irqs(unsigned long icubase, unsigned int irqbase, msc_irqmap_t *imp, int nirq) in init_msc_irqs() argument
126 for (; nirq > 0; nirq--, imp++) { in init_msc_irqs()
127 int n = imp->im_irq; in init_msc_irqs()
129 switch (imp->im_type) { in init_msc_irqs()
138 MSCIC_WRITE(MSC01_IC_SUP+n*8, MSC01_IC_SUP_EDGE_BIT | imp->im_lvl); in init_msc_irqs()
148 MSCIC_WRITE(MSC01_IC_SUP+n*8, imp->im_lvl); in init_msc_irqs()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev-dmabuf.c54 } imp; member
539 kfree(gntdev_dmabuf->u.imp.refs); in dmabuf_imp_free_storage()
552 gntdev_dmabuf->u.imp.refs = kcalloc(count, in dmabuf_imp_alloc_storage()
553 sizeof(gntdev_dmabuf->u.imp.refs[0]), in dmabuf_imp_alloc_storage()
555 if (!gntdev_dmabuf->u.imp.refs) in dmabuf_imp_alloc_storage()
567 gntdev_dmabuf->u.imp.refs[i] = GRANT_INVALID_REF; in dmabuf_imp_alloc_storage()
607 gntdev_dmabuf->u.imp.attach = attach; in dmabuf_imp_to_refs()
631 gntdev_dmabuf->u.imp.sgt = sgt; in dmabuf_imp_to_refs()
651 gntdev_dmabuf->u.imp.refs, in dmabuf_imp_to_refs()
665 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, count); in dmabuf_imp_to_refs()
[all …]
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c185 SCREENREC(pWin->drawable.pScreen)->imp->DestroyFrame(winRec->wid); in RootlessDestroyFrame()
262 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape); in RootlessReshapeFrame()
413 if (!SCREENREC(pScreen)->imp->CreateFrame(winRec, pScreen, in RootlessEnsureFrame()
521 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid); in RootlessUnrealizeWindow()
555 if (SCREENREC(pScreen)->imp->DoReorderWindow) { in RootlessReorderWindow()
556 if (!SCREENREC(pScreen)->imp->DoReorderWindow(winRec)) in RootlessReorderWindow()
585 SCREENREC(pScreen)->imp->RestackFrame(winRec->wid, newPrevID); in RootlessReorderWindow()
753 SCREENREC(pScreen)->imp->CopyWindow) { in RootlessCopyWindow()
774 SCREENREC(pScreen)->imp->CopyWindow(winRec->wid, in RootlessCopyWindow()
977 SCREENREC(pScreen)->imp->CopyBytes) { in StartFrameResize()
[all …]
H A DrootlessCommon.c161 SCREENREC(pScreen)->imp->StartDrawing(winRec->wid, &winRec->pixelData, in RootlessStartDrawing()
249 SCREENREC(pScreen)->imp->StopDrawing(winRec->wid, flush); in RootlessStopDrawing()
258 SCREENREC(pScreen)->imp->UpdateRegion(winRec->wid, NULL); in RootlessStopDrawing()
314 SCREENREC(pWindow->drawable.pScreen)->imp->DamageRects(winRec-> in RootlessDamageRegion()
340 SCREENREC(pWindow->drawable.pScreen)->imp->DamageRects(winRec->wid, in RootlessDamageRegion()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci_debug.h10 #define zpci_dbg(imp, fmt, args...) \ argument
11 debug_sprintf_event(pci_debug_msg_id, imp, fmt, ##args)
/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.c903 int imp = 0; in link_prepare_wakeup() local
907 for (; imp <= TIPC_SYSTEM_IMPORTANCE; imp++) in link_prepare_wakeup()
908 avail[imp] = l->backlog[imp].limit - l->backlog[imp].len; in link_prepare_wakeup()
911 imp = TIPC_SKB_CB(skb)->chain_imp; in link_prepare_wakeup()
912 if (avail[imp] <= 0) in link_prepare_wakeup()
914 avail[imp]--; in link_prepare_wakeup()
943 u32 imp; in tipc_link_reset() local
965 for (imp = 0; imp <= TIPC_SYSTEM_IMPORTANCE; imp++) { in tipc_link_reset()
966 l->backlog[imp].len = 0; in tipc_link_reset()
967 l->backlog[imp].target_bskb = NULL; in tipc_link_reset()
[all …]
H A Dsocket.h78 int tsk_set_importance(struct sock *sk, int imp);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt36 - ti,als1-imp-sel - ALS1 impedance resistor selection in Ohms
37 - ti,als2-imp-sel - ALS2 impedance resistor selection in Ohms
82 ti,als1-imp-sel = <4110>;
83 ti,als2-imp-sel = <2180>;
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Dscm_blk.h53 #define SCM_LOG(imp, txt) do { \ argument
54 debug_text_event(scm_debug, imp, txt); \
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Dmemcpy.S100 brp.loop.imp 1b, 2f
123 brp.loop.imp 1f, 2f
144 brp.loop.imp 1b, 2f
281 brp.loop.imp 1b, 2f \
/OK3568_Linux_fs/kernel/net/iucv/
H A Diucv.c1654 struct iucv_message_pending *imp = (void *) data; in iucv_message_pending() local
1655 struct iucv_path *path = iucv_path_table[imp->ippathid]; in iucv_message_pending()
1659 msg.flags = imp->ipflags1; in iucv_message_pending()
1660 msg.id = imp->ipmsgid; in iucv_message_pending()
1661 msg.class = imp->iptrgcls; in iucv_message_pending()
1662 if (imp->ipflags1 & IUCV_IPRMDATA) { in iucv_message_pending()
1663 memcpy(msg.rmmsg, imp->ln1msg1.iprmmsg1, 8); in iucv_message_pending()
1666 msg.length = imp->ln1msg2.ipbfln1f; in iucv_message_pending()
1667 msg.reply_size = imp->ipbfln2f; in iucv_message_pending()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcputype.h43 #define MIDR_CPU_MODEL(imp, partnum) \ argument
44 ((_AT(u32, imp) << MIDR_IMPLEMENTOR_SHIFT) | \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dphy-mtk-xsphy.txt53 - mediatek,efuse-tx-imp : u32, the selection of TX Impedance
54 - mediatek,efuse-rx-imp : u32, the selection of RX Impedance
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-ciu3-defs.h269 uint64_t imp : 1; member
277 uint64_t imp : 1;
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_imap.c209 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync() local
227 dinom_le->in_freeiag = cpu_to_le32(imp->im_freeiag); in diSync()
228 dinom_le->in_nextiag = cpu_to_le32(imp->im_nextiag); in diSync()
229 dinom_le->in_numinos = cpu_to_le32(atomic_read(&imp->im_numinos)); in diSync()
230 dinom_le->in_numfree = cpu_to_le32(atomic_read(&imp->im_numfree)); in diSync()
231 dinom_le->in_nbperiext = cpu_to_le32(imp->im_nbperiext); in diSync()
232 dinom_le->in_l2nbperiext = cpu_to_le32(imp->im_l2nbperiext); in diSync()
235 cpu_to_le32(imp->im_agctl[index].inofree); in diSync()
237 cpu_to_le32(imp->im_agctl[index].extfree); in diSync()
239 cpu_to_le32(imp->im_agctl[index].numinos); in diSync()
[all …]
/OK3568_Linux_fs/buildroot/package/pixman/
H A D0005-pixman_image_composite32-Support-rockchip-RGA-2D-acc.patch187 + pixman_implementation_t * imp,
328 + func (imp, info);
343 + if (pixman_composite_try_rga (&info, pbox, n, imp, func,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary/
H A De31d5fdf2ea00ac6349e64580a20816783064dd4.patch18 -from imp import load_source
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmsc01_ic.h144 extern void __init init_msc_irqs(unsigned long icubase, unsigned int base, msc_irqmap_t *imp, int n…
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinux_pkt.h166 #define PKTSETFADEV(skb, imp) (((struct sk_buff*)(skb))->dev = imp) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinux_pkt.h166 #define PKTSETFADEV(skb, imp) (((struct sk_buff*)(skb))->dev = imp) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinux_pkt.h166 #define PKTSETFADEV(skb, imp) (((struct sk_buff*)(skb))->dev = imp) argument

123