Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-at91-core.c64 static struct at91_twi_pdata at91rm9200_config = {
70 static struct at91_twi_pdata at91sam9261_config = {
75 static struct at91_twi_pdata at91sam9260_config = {
80 static struct at91_twi_pdata at91sam9g20_config = {
85 static struct at91_twi_pdata at91sam9g10_config = {
112 static struct at91_twi_pdata at91sam9x5_config = {
117 static struct at91_twi_pdata sama5d4_config = {
124 static struct at91_twi_pdata sama5d2_config = {
136 static struct at91_twi_pdata sam9x60_config = {
183 static struct at91_twi_pdata *at91_twi_get_driver_data( in at91_twi_get_driver_data()
[all …]
H A Di2c-at91.h115 struct at91_twi_pdata { struct
150 struct at91_twi_pdata *pdata;
H A Di2c-at91-master.c34 struct at91_twi_pdata *pdata = dev->pdata; in at91_init_twi_bus_master()
69 struct at91_twi_pdata *pdata = dev->pdata; in at91_calc_twi_clock()