Searched refs:ipc (Results 1 - 6 of 6) sorted by relevance

/drivers/isdn/i4l/
H A Disdn_ppp.h32 extern int isdn_ppp_register_compressor(struct isdn_ppp_compressor *ipc);
33 extern int isdn_ppp_unregister_compressor(struct isdn_ppp_compressor *ipc);
H A Disdn_ppp.c593 struct isdn_ppp_compressor *ipc = ipc_head; local
594 while (ipc) {
595 j = ipc->num / (sizeof(long) * 8);
596 i = ipc->num % (sizeof(long) * 8);
599 ipc = ipc->next;
2502 struct isdn_ppp_compressor *ipc = NULL; local
2512 ipc = is->link_decompressor;
2516 ipc = master->decompressor;
2520 if (!ipc) {
2918 isdn_ppp_register_compressor(struct isdn_ppp_compressor *ipc) argument
2929 isdn_ppp_unregister_compressor(struct isdn_ppp_compressor *ipc) argument
2943 struct isdn_ppp_compressor *ipc = ipc_head; local
[all...]
/drivers/tty/serial/
H A Dsunsab.h31 u8 ipc; /* Interrupt Port Configuration */ member in struct:sab82532_async_rd_regs
67 u8 ipc; member in struct:sab82532_async_wr_regs
103 u8 ipc; member in struct:sab82532_async_rw_regs
H A Dsunsab.c978 writeb(SAB82532_IPC_IC_ACT_LOW, &up->regs->w.ipc);
/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h260 u32 ipc:1; /* IP Checksum Correct */ member in struct:Vmxnet3_RxCompDesc
270 u32 ipc:1; /* IP Checksum Correct */ member in struct:Vmxnet3_RxCompDesc
/drivers/video/omap2/dss/
H A Ddispc.c2753 bool rf, bool ieo, bool ipc, bool ihs, bool ivs, u8 acbi,
2758 DSSDBG("onoff %d rf %d ieo %d ipc %d ihs %d ivs %d acbi %d acb %d\n",
2759 onoff, rf, ieo, ipc, ihs, ivs, acbi, acb);
2764 l |= FLD_VAL(ipc, 14, 14);
2752 _dispc_mgr_set_pol_freq(enum omap_channel channel, bool onoff, bool rf, bool ieo, bool ipc, bool ihs, bool ivs, u8 acbi, u8 acb) argument

Completed in 117 milliseconds