Home
last modified time | relevance | path

Searched refs:i1480_rceb (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/uwb/i1480/
Di1480-est.c42 .size = sizeof(struct i1480_rceb),
43 .offset = 1 + offsetof(struct i1480_rceb, wParamLength),
50 [0xff & i1480_EVT_RM_INIT_DONE] = { .size = sizeof(struct i1480_rceb) },
51 [0xff & i1480_EVT_DEV_ADD] = { .size = sizeof(struct i1480_rceb) + 9 },
52 [0xff & i1480_EVT_DEV_RM] = { .size = sizeof(struct i1480_rceb) + 9 },
54 .size = sizeof(struct i1480_rceb) + 2 },
/linux-4.19.296/drivers/uwb/i1480/dfu/
Di1480-dfu.h186 struct i1480_rceb { struct
Dmac.c454 struct i1480_rceb *rcebe = (void *) i1480->evt_buf; in i1480_mac_fw_upload()