Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/i1480/
Di1480-est.c28 .size = sizeof(struct i1480_rceb),
29 .offset = 1 + offsetof(struct i1480_rceb, wParamLength),
36 [0xff & i1480_EVT_RM_INIT_DONE] = { .size = sizeof(struct i1480_rceb) },
37 [0xff & i1480_EVT_DEV_ADD] = { .size = sizeof(struct i1480_rceb) + 9 },
38 [0xff & i1480_EVT_DEV_RM] = { .size = sizeof(struct i1480_rceb) + 9 },
40 .size = sizeof(struct i1480_rceb) + 2 },
/Linux-v5.4/drivers/staging/uwb/i1480/dfu/
Di1480-dfu.h172 struct i1480_rceb { struct
Dmac.c440 struct i1480_rceb *rcebe = (void *) i1480->evt_buf; in i1480_mac_fw_upload()