Searched refs:m41t80_data (Results 1 – 1 of 1) sorted by relevance
146 struct m41t80_data { struct884 struct m41t80_data *m41t80_data = NULL; in m41t80_probe() local893 m41t80_data = devm_kzalloc(&client->dev, sizeof(*m41t80_data), in m41t80_probe()895 if (!m41t80_data) in m41t80_probe()898 m41t80_data->client = client; in m41t80_probe()900 m41t80_data->features = (unsigned long) in m41t80_probe()906 i2c_set_clientdata(client, m41t80_data); in m41t80_probe()909 if (IS_ERR(m41t80_data->rtc)) in m41t80_probe()910 return PTR_ERR(m41t80_data->rtc); in m41t80_probe()937 m41t80_data->rtc->ops = &m41t80_rtc_ops; in m41t80_probe()[all …]