Searched refs:i1480_rceb (Results 1 – 3 of 3) sorted by relevance
28 .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 },
172 struct i1480_rceb { struct
440 struct i1480_rceb *rcebe = (void *) i1480->evt_buf; in i1480_mac_fw_upload()