Lines Matching defs:bus
162 static int aspeed_i2c_recover_bus(struct aspeed_i2c_bus *bus) in aspeed_i2c_recover_bus()
231 static bool aspeed_i2c_slave_irq(struct aspeed_i2c_bus *bus) in aspeed_i2c_slave_irq()
333 static void aspeed_i2c_do_start(struct aspeed_i2c_bus *bus) in aspeed_i2c_do_start()
354 static void aspeed_i2c_do_stop(struct aspeed_i2c_bus *bus) in aspeed_i2c_do_stop()
361 static void aspeed_i2c_next_msg_or_stop(struct aspeed_i2c_bus *bus) in aspeed_i2c_next_msg_or_stop()
384 static bool aspeed_i2c_master_irq(struct aspeed_i2c_bus *bus) in aspeed_i2c_master_irq()
553 struct aspeed_i2c_bus *bus = dev_id; in aspeed_i2c_bus_irq() local
578 struct aspeed_i2c_bus *bus = i2c_get_adapdata(adap); in aspeed_i2c_master_xfer() local
621 static void __aspeed_i2c_reg_slave(struct aspeed_i2c_bus *bus, u16 slave_addr) in __aspeed_i2c_reg_slave()
639 struct aspeed_i2c_bus *bus = i2c_get_adapdata(client->adapter); in aspeed_i2c_reg_slave() local
659 struct aspeed_i2c_bus *bus = i2c_get_adapdata(client->adapter); in aspeed_i2c_unreg_slave() local
776 static int aspeed_i2c_init_clk(struct aspeed_i2c_bus *bus) in aspeed_i2c_init_clk()
793 static int aspeed_i2c_init(struct aspeed_i2c_bus *bus, in aspeed_i2c_init()
825 static int aspeed_i2c_reset(struct aspeed_i2c_bus *bus) in aspeed_i2c_reset()
860 struct aspeed_i2c_bus *bus; in aspeed_i2c_probe_bus() local
949 struct aspeed_i2c_bus *bus = platform_get_drvdata(pdev); in aspeed_i2c_remove_bus() local