Home
last modified time | relevance | path

Searched refs:ucsi_data (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/typec/ucsi/
Ducsi_ccg.c326 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, message_out)); in ucsi_ccg_send_data()
328 offsetof(struct ucsi_data, message_out), in ucsi_ccg_send_data()
333 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, ctrl)); in ucsi_ccg_send_data()
334 return ccg_write(uc, rab, ppm + offsetof(struct ucsi_data, ctrl), in ucsi_ccg_send_data()
344 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, cci)); in ucsi_ccg_recv_data()
345 status = ccg_read(uc, rab, ppm + offsetof(struct ucsi_data, cci), in ucsi_ccg_recv_data()
350 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, message_in)); in ucsi_ccg_recv_data()
351 return ccg_read(uc, rab, ppm + offsetof(struct ucsi_data, message_in), in ucsi_ccg_recv_data()
1100 uc->ppm.data = devm_kzalloc(dev, sizeof(struct ucsi_data), GFP_KERNEL); in ucsi_ccg_probe()
1152 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, version)); in ucsi_ccg_probe()
[all …]
Ducsi.h349 struct ucsi_data { struct
368 struct ucsi_data *data; argument