Searched refs:IXJ_CADENCE_ELEMENT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dixjuser.h306 * IXJ_CADENCE_ELEMENT structures that sequentially define the states of
340 } IXJ_CADENCE_ELEMENT; typedef in typeref:struct:__anon17639
351 IXJ_CADENCE_ELEMENT __user *ce;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.h1165 IXJ_CADENCE_ELEMENT *ce;
H A Dixj.c5821 IXJ_CADENCE_ELEMENT __user *cep;
5822 IXJ_CADENCE_ELEMENT *lcep;
5841 if ((unsigned)lcp->elements_used >= ~0U/sizeof(IXJ_CADENCE_ELEMENT))
5845 lcep = kmalloc(sizeof(IXJ_CADENCE_ELEMENT) * lcp->elements_used, GFP_KERNEL);
5850 if (copy_from_user(lcep, cep, sizeof(IXJ_CADENCE_ELEMENT) * lcp->elements_used))

Completed in 184 milliseconds