Searched refs:ara (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/i2c/ |
| H A D | i2c-smbus.c | 23 struct i2c_client *ara; /* Alert response address */ member 102 struct i2c_client *ara; in smbus_alert() local 105 ara = alert->ara; in smbus_alert() 119 status = i2c_smbus_read_byte(ara); in smbus_alert() 127 dev_dbg(&ara->dev, "SMBALERT# from dev 0x%02x, flag %d\n", in smbus_alert() 131 status = device_for_each_child(&ara->adapter->dev, &data, in smbus_alert() 145 device_for_each_child(&ara->adapter->dev, &data, in smbus_alert() 166 static int smbalert_probe(struct i2c_client *ara) in smbalert_probe() argument 168 struct i2c_smbus_alert_setup *setup = dev_get_platdata(&ara->dev); in smbalert_probe() 170 struct i2c_adapter *adapter = ara->adapter; in smbalert_probe() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-parport.c | 120 struct i2c_client *ara; member 254 struct i2c_client *ara = adapter->ara; in i2c_parport_irq() local 256 if (ara) { in i2c_parport_irq() 257 dev_dbg(&ara->dev, "SMBus alert received\n"); in i2c_parport_irq() 258 i2c_handle_smbus_alert(ara); in i2c_parport_irq() 346 struct i2c_client *ara; in i2c_parport_attach() local 348 ara = i2c_new_smbus_alert_device(&adapter->adapter, in i2c_parport_attach() 350 if (!IS_ERR(ara)) { in i2c_parport_attach() 351 adapter->ara = ara; in i2c_parport_attach() 380 if (adapter->ara) { in i2c_parport_detach() [all …]
|
| H A D | i2c-thunderx-pcidrv.c | 123 struct i2c_client *ara; in thunder_i2c_smbus_setup_of() local 132 ara = i2c_new_smbus_alert_device(&i2c->adap, &i2c->alert_data); in thunder_i2c_smbus_setup_of() 133 if (IS_ERR(ara)) in thunder_i2c_smbus_setup_of() 134 return PTR_ERR(ara); in thunder_i2c_smbus_setup_of() 136 i2c->ara = ara; in thunder_i2c_smbus_setup_of() 153 i2c_unregister_device(i2c->ara); in thunder_i2c_smbus_remove()
|
| H A D | i2c-xlp9xx.c | 87 struct i2c_client *ara; member 492 struct i2c_client *ara; in xlp9xx_i2c_smbus_setup() local 497 ara = i2c_new_smbus_alert_device(&priv->adapter, &priv->alert_data); in xlp9xx_i2c_smbus_setup() 498 if (IS_ERR(ara)) in xlp9xx_i2c_smbus_setup() 499 return PTR_ERR(ara); in xlp9xx_i2c_smbus_setup() 501 priv->ara = ara; in xlp9xx_i2c_smbus_setup()
|
| H A D | i2c-octeon-core.h | 146 struct i2c_client *ara; member
|
| H A D | i2c-stm32f7.c | 298 struct i2c_client *ara; member 1550 i2c_handle_smbus_alert(i2c_dev->alert->ara); in stm32f7_i2c_handle_isr_errs() 2112 alert->ara = i2c_new_smbus_alert_device(adap, &alert->setup); in stm32f7_i2c_enable_smbus_alert() 2113 if (IS_ERR(alert->ara)) in stm32f7_i2c_enable_smbus_alert() 2114 return PTR_ERR(alert->ara); in stm32f7_i2c_enable_smbus_alert() 2133 i2c_unregister_device(alert->ara); in stm32f7_i2c_disable_smbus_alert()
|
| /linux/include/linux/ |
| H A D | i2c-smbus.h | 31 int i2c_handle_smbus_alert(struct i2c_client *ara);
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 250 'ara' type_id=56050 bits_offset=256 260 'ara' type_id=56050 264 'ara' type_id=56050
|