Lines Matching defs:slave
113 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_delete_slave() local
274 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave, in sdw_fill_msg()
327 int sdw_nread(struct sdw_slave *slave, u32 addr, size_t count, u8 *val) in sdw_nread()
355 int sdw_nwrite(struct sdw_slave *slave, u32 addr, size_t count, u8 *val) in sdw_nwrite()
381 int sdw_read(struct sdw_slave *slave, u32 addr) in sdw_read()
400 int sdw_write(struct sdw_slave *slave, u32 addr, u8 value) in sdw_write()
413 struct sdw_slave *slave = NULL; in sdw_get_slave() local
423 static int sdw_compare_devid(struct sdw_slave *slave, struct sdw_slave_id id) in sdw_compare_devid()
435 static int sdw_get_device_num(struct sdw_slave *slave) in sdw_get_device_num()
455 static int sdw_assign_device_num(struct sdw_slave *slave) in sdw_assign_device_num()
523 struct sdw_slave *slave, *_s; in sdw_program_device_num() local
599 static void sdw_modify_slave_status(struct sdw_slave *slave, in sdw_modify_slave_status()
607 int sdw_configure_dpn_intr(struct sdw_slave *slave, in sdw_configure_dpn_intr()
633 static int sdw_initialize_slave(struct sdw_slave *slave) in sdw_initialize_slave()
674 static int sdw_handle_dp0_interrupt(struct sdw_slave *slave, u8 *slave_status) in sdw_handle_dp0_interrupt()
743 static int sdw_handle_port_interrupt(struct sdw_slave *slave, in sdw_handle_port_interrupt()
813 static int sdw_handle_slave_alerts(struct sdw_slave *slave) in sdw_handle_slave_alerts()
960 static int sdw_update_slave_status(struct sdw_slave *slave, in sdw_update_slave_status()
978 struct sdw_slave *slave; in sdw_handle_slave_status() local