Searched refs:ps2_ctrl (Results 1 – 1 of 1) sorted by relevance
33 const struct device *ps2_ctrl; member45 ret = ps2_npcx_ctrl_configure(config->ps2_ctrl, config->channel_id, in ps2_npcx_ch_configure()51 return ps2_npcx_ctrl_enable_interface(config->ps2_ctrl, in ps2_npcx_ch_configure()59 return ps2_npcx_ctrl_write(config->ps2_ctrl, config->channel_id, value); in ps2_npcx_ch_write()66 return ps2_npcx_ctrl_enable_interface(config->ps2_ctrl, in ps2_npcx_ch_enable_interface()74 return ps2_npcx_ctrl_enable_interface(config->ps2_ctrl, in ps2_npcx_ch_inhibit_interface()84 if (!device_is_ready(config->ps2_ctrl)) { in ps2_npcx_channel_init()85 LOG_ERR("%s device not ready", config->ps2_ctrl->name); in ps2_npcx_channel_init()114 .ps2_ctrl = DEVICE_DT_GET(DT_INST_PARENT(inst)), \