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