Searched refs:etd (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Delantech.c26 if (etd->debug) \
56 struct elantech_data *etd = psmouse->private; local
82 struct elantech_data *etd = psmouse->private; local
92 switch (etd->hw_version) {
126 struct elantech_data *etd = psmouse->private; local
135 switch (etd->hw_version) {
185 struct elantech_data *etd = psmouse->private; local
189 if (etd->fw_version < 0x020000) {
204 if (etd->jumpy_cursor) {
206 etd
329 struct elantech_data *etd = psmouse->private; local
356 struct elantech_data *etd = psmouse->private; local
386 struct elantech_data *etd = psmouse->private; local
451 struct elantech_data *etd = psmouse->private; local
500 struct elantech_data *etd = psmouse->private; local
517 struct elantech_data *etd = psmouse->private; local
696 struct elantech_data *etd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dimx21-hcd.c64 #define DEBUG_LOG_FRAME(imx21, etd, event) \
65 (etd)->event##_frame = readl((imx21)->regs + USBH_FRMNUB)
67 #define DEBUG_LOG_FRAME(imx21, etd, event) do { } while (0)
149 struct etd_priv *etd = imx21->etd; local
151 for (i = 0; i < USB_NUM_ETD; i++, etd++) {
152 if (etd->alloc == 0) {
153 memset(etd, 0, sizeof(imx21->etd[0]));
154 etd
165 struct etd_priv *etd = &imx21->etd[num]; local
179 struct etd_priv *etd = imx21->etd + num; local
228 struct etd_priv *etd = &imx21->etd[etd_num]; local
313 activate_queued_etd(struct imx21 *imx21, struct etd_priv *etd, u32 dmem_offset) argument
333 struct etd_priv *etd, *tmp; local
449 struct etd_priv *etd; local
514 struct etd_priv *etd = imx21->etd + etd_num; local
648 struct etd_priv *etd = &imx21->etd[ep_priv->etd[i]]; local
734 struct etd_priv *etd = imx21->etd + etd_num; local
763 struct etd_priv *etd; local
885 struct etd_priv *etd = &imx21->etd[etd_num]; local
1007 struct etd_priv *etd; local
1159 struct etd_priv *etd = &imx21->etd[etd_num]; local
[all...]
H A Dimx21-dbg.c206 struct etd_priv *etd; local
215 for (i = 0, etd = imx21->etd; i < USB_NUM_ETD; i++, etd++) {
216 if (etd->alloc)
218 if (etd->urb)
232 list_for_each_entry(etd, &imx21->queue_for_dmem, queue)
282 struct etd_priv *etd; local
290 for (i = 0, etd = imx21->etd;
[all...]
H A Dhwa-hc.c593 struct usb_encryption_descriptor *etd; local
632 etd = itr;
633 if (top - itr < sizeof(*etd)) {
636 top - itr, sizeof(*etd));
639 if (etd->bLength < sizeof(*etd)) {
643 (size_t)etd->bLength, sizeof(*etd));
646 itr += etd->bLength;
649 wusb_et_name(etd
[all...]
H A Dimx21-hcd.h340 int etd[NUM_ISO_ETDS]; member in struct:ep_priv
417 struct list_head queue_for_etd; /* eps queued due to etd shortage */
419 struct etd_priv etd[USB_NUM_ETD]; member in struct:imx21
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/lsa/
H A Dlsatrust.c73 struct LsaEnumTrustedDomains etd; local
74 ZERO_STRUCT(etd);
76 etd.in.pol = lsa_pol;
78 while(cac_LsaEnumTrustedDomains(hnd, mem_ctx, &etd)) {
79 printf(" Enumerated %d domains\n", etd.out.num_domains);
81 for(i = 0; i < etd.out.num_domains; i++) {
82 printf(" Name: %s\n", etd.out.domain_names[i]);
83 printf(" SID: %s\n", sid_string_static(&etd.out.domain_sids[i]));
91 otd.in.domain_sid = &etd.out.domain_sids[i];
99 qtd.in.domain_name = etd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dsecurity.c180 const struct usb_encryption_descriptor *etd, *ccm1_etd = NULL; local
214 etd = itr;
215 if (top - itr < sizeof(*etd)) {
218 top - itr, sizeof(*etd));
221 if (etd->bLength < sizeof(*etd)) {
225 etd->bLength, sizeof(*etd));
228 itr += etd->bLength;
231 wusb_et_name(etd
[all...]

Completed in 84 milliseconds