Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-at91-core.c65 static struct at91_twi_pdata at91rm9200_config = {
73 static struct at91_twi_pdata at91sam9261_config = {
81 static struct at91_twi_pdata at91sam9260_config = {
89 static struct at91_twi_pdata at91sam9g20_config = {
97 static struct at91_twi_pdata at91sam9g10_config = {
127 static struct at91_twi_pdata at91sam9x5_config = {
135 static struct at91_twi_pdata sama5d4_config = {
143 static struct at91_twi_pdata sama5d2_config = {
183 static struct at91_twi_pdata *at91_twi_get_driver_data( in at91_twi_get_driver_data()
191 return (struct at91_twi_pdata *)match->data; in at91_twi_get_driver_data()
[all …]
Di2c-at91.h105 struct at91_twi_pdata { struct
137 struct at91_twi_pdata *pdata;
Di2c-at91-master.c49 struct at91_twi_pdata *pdata = dev->pdata; in at91_calc_twi_clock()