Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/ps2/
Dps2_npcx_channel.c35 const struct device *ps2_ctrl; member
48 ret = ps2_npcx_ctrl_configure(config->ps2_ctrl, config->channel_id, in ps2_npcx_ch_configure()
53 return ps2_npcx_ctrl_enable_interface(config->ps2_ctrl, in ps2_npcx_ch_configure()
61 return ps2_npcx_ctrl_write(config->ps2_ctrl, config->channel_id, value); in ps2_npcx_ch_write()
68 return ps2_npcx_ctrl_enable_interface(config->ps2_ctrl, in ps2_npcx_ch_enable_interface()
76 return ps2_npcx_ctrl_enable_interface(config->ps2_ctrl, in ps2_npcx_ch_inhibit_interface()
85 if (!device_is_ready(config->ps2_ctrl)) { in ps2_npcx_channel_init()
86 LOG_ERR("%s device not ready", config->ps2_ctrl->name); in ps2_npcx_channel_init()
114 .ps2_ctrl = DEVICE_DT_GET(DT_PARENT(DT_DRV_INST(inst))), \