Searched refs:etd (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | imx21-hcd.c | 57 #define DEBUG_LOG_FRAME(imx21, etd, event) \ argument 58 (etd)->event##_frame = readl((imx21)->regs + USBH_FRMNUB) 60 #define DEBUG_LOG_FRAME(imx21, etd, event) do { } while (0) argument 140 struct imx21 *imx21, struct etd_priv *etd, int status); 142 static void free_dmem(struct imx21 *imx21, struct etd_priv *etd); 151 struct etd_priv *etd = imx21->etd; in alloc_etd() local 153 for (i = 0; i < USB_NUM_ETD; i++, etd++) { in alloc_etd() 154 if (etd->alloc == 0) { in alloc_etd() 155 memset(etd, 0, sizeof(imx21->etd[0])); in alloc_etd() 156 etd->alloc = 1; in alloc_etd() [all …]
|
D | imx21-dbg.c | 197 struct etd_priv *etd; in debug_status_show() local 206 for (i = 0, etd = imx21->etd; i < USB_NUM_ETD; i++, etd++) { in debug_status_show() 207 if (etd->alloc) in debug_status_show() 209 if (etd->urb) in debug_status_show() 223 list_for_each_entry(etd, &imx21->queue_for_dmem, queue) in debug_status_show() 275 struct etd_priv *etd; in debug_etd_show() local 283 for (i = 0, etd = imx21->etd; i < USB_NUM_ETD; i++, etd++) { in debug_etd_show() 286 if (etd->urb) { in debug_etd_show() 287 urb_priv = etd->urb->hcpriv; in debug_etd_show() 303 format_ep(etd->ep, buf, sizeof(buf)), in debug_etd_show() [all …]
|
D | imx21-hcd.h | 332 int etd[NUM_ISO_ETDS]; member 414 struct etd_priv etd[USB_NUM_ETD]; member
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
D | elantech.c | 27 if (etd->info.debug) \ 72 struct elantech_data *etd = psmouse->private; in elantech_ps2_command() local 139 struct elantech_data *etd = psmouse->private; in elantech_read_reg() local 149 switch (etd->info.hw_version) { in elantech_read_reg() 181 else if (etd->info.hw_version != 4) in elantech_read_reg() 195 struct elantech_data *etd = psmouse->private; in elantech_write_reg() local 204 switch (etd->info.hw_version) { in elantech_write_reg() 323 struct elantech_data *etd = psmouse->private; in elantech_report_absolute_v1() local 327 if (etd->info.fw_version < 0x020000) { in elantech_report_absolute_v1() 342 if (etd->info.jumpy_cursor) { in elantech_report_absolute_v1() [all …]
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0016_linux_drivers_crypto.patch | 7494 + const void *jtd, *wtd, *itd, *etd; 7523 + etd = of_get_property(npirq, "external-pin-tamper", NULL); 7524 + if (!jtd | !wtd | !itd | !etd ) { 7545 + if (!strcmp(etd, "enabled"))
|