Home
last modified time | relevance | path

Searched refs:gethdrcap (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i3c/
H A Dmaster.c1118 struct i3c_ccc_gethdrcap *gethdrcap; in i3c_master_gethdrcap_locked() local
1123 gethdrcap = i3c_ccc_cmd_dest_init(&dest, info->dyn_addr, in i3c_master_gethdrcap_locked()
1124 sizeof(*gethdrcap)); in i3c_master_gethdrcap_locked()
1125 if (!gethdrcap) in i3c_master_gethdrcap_locked()
1138 info->hdr_cap = gethdrcap->modes; in i3c_master_gethdrcap_locked()
/kernel/linux/linux-6.6/drivers/i3c/
H A Dmaster.c1126 struct i3c_ccc_gethdrcap *gethdrcap; in i3c_master_gethdrcap_locked() local
1131 gethdrcap = i3c_ccc_cmd_dest_init(&dest, info->dyn_addr, in i3c_master_gethdrcap_locked()
1132 sizeof(*gethdrcap)); in i3c_master_gethdrcap_locked()
1133 if (!gethdrcap) in i3c_master_gethdrcap_locked()
1146 info->hdr_cap = gethdrcap->modes; in i3c_master_gethdrcap_locked()

Completed in 8 milliseconds