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

/linux-master/include/linux/i3c/
H A Dmaster.h479 * @hotjoin: true if the master support hotjoin
502 unsigned int hotjoin: 1; member in struct:i3c_master_controller
/linux-master/drivers/i3c/
H A Dmaster.c577 master->hotjoin = enable;
605 * i3c_master_enable_hotjoin - Enable hotjoin
617 * i3c_master_disable_hotjoin - Disable hotjoin
634 ret = sysfs_emit(buf, "%d\n", i3cbus->cur_master->common.master->hotjoin);
640 static DEVICE_ATTR_RW(hotjoin);

Completed in 132 milliseconds