Lines Matching full:ccc
14 /* I3C CCC (Common Command Codes) related definitions */
56 * struct i3c_ccc_events - payload passed to ENEC/DISEC CCC
60 * Depending on the CCC command, the specific events coming from all devices
69 * struct i3c_ccc_mwl - payload passed to SETMWL/GETMWL CCC
81 * struct i3c_ccc_mrl - payload passed to SETMRL/GETMRL CCC
121 * struct i3c_ccc_defslvs - payload passed to DEFSLVS CCC
150 * struct i3c_ccc_enttm - payload passed to ENTTM CCC
154 * Information passed to the ENTTM CCC to instruct an I3C device to enter a
174 * struct i3c_ccc_getpid - payload passed to GETPID CCC
183 * struct i3c_ccc_getbcr - payload passed to GETBCR CCC
192 * struct i3c_ccc_getdcr - payload passed to GETDCR CCC
206 * struct i3c_ccc_getstatus - payload passed to GETSTATUS CCC
216 * struct i3c_ccc_getaccmst - payload passed to GETACCMST CCC
236 * struct i3c_ccc_setbrgtgt - payload passed to SETBRGTGT CCC
272 * struct i3c_ccc_getmxds - payload passed to GETMXDS CCC
288 * struct i3c_ccc_gethdrcap - payload passed to GETHDRCAP CCC
313 * struct i3c_ccc_setxtime - payload passed to SETXTIME CCC
329 * struct i3c_ccc_getxtime - payload retrieved from GETXTIME CCC
344 * struct i3c_ccc_cmd_payload - CCC payload
355 * struct i3c_ccc_cmd_dest - CCC command destination
358 * broadcast CCC
367 * struct i3c_ccc_cmd - CCC command
369 * @rnw: true if the CCC should retrieve data from the device. Only valid for
371 * @id: CCC command id
373 * @dests: array of destinations and associated payload for this CCC. Most of