Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spmi/
Dspmi.c42 static const struct device_type spmi_ctrl_type = { variable
98 if (!ctrl || !ctrl->cmd || ctrl->dev.type != &spmi_ctrl_type) in spmi_cmd()
111 if (!ctrl || !ctrl->read_cmd || ctrl->dev.type != &spmi_ctrl_type) in spmi_read_cmd()
125 if (!ctrl || !ctrl->write_cmd || ctrl->dev.type != &spmi_ctrl_type) in spmi_write_cmd()
454 ctrl->dev.type = &spmi_ctrl_type; in spmi_controller_alloc()