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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_lnx.c150 io->add_cdata_sz = m_sz;
152 rc = crystalhd_user_data(ua_off, io->add_cdata, io->add_cdata_sz, 0);
155 io->add_cdata_sz, (unsigned int)ua_off);
178 io->add_cdata_sz, 1);
181 io->add_cdata_sz, (unsigned int)ua_off);
H A Dbc_dts_glob_lnx.h288 uint32_t add_cdata_sz; /* Additional command specific data size */ member in struct:crystalhd_ioctl_data
H A Dcrystalhd_cmds.c200 if (idata->udata.u.devMem.NumDwords > (idata->add_cdata_sz / 4)) {
219 if (idata->udata.u.devMem.NumDwords > (idata->add_cdata_sz / 4)) {
299 if (!ctx || !idata || !idata->add_cdata || !idata->add_cdata_sz) {
310 idata->add_cdata_sz);

Completed in 62 milliseconds