Lines Matching defs:data
35 * @data: device data for the PMIC instance we want to operate on
43 int bd70528_wdt_set(struct rohm_regmap_dev *data, int enable, int *old_state)
47 struct bd70528_data *bd70528 = container_of(data, struct bd70528_data,
100 * @data: device data for the PMIC instance we want to operate on
105 void bd70528_wdt_lock(struct rohm_regmap_dev *data)
107 struct bd70528_data *bd70528 = container_of(data, struct bd70528_data,
117 * @data: device data for the PMIC instance we want to operate on
122 void bd70528_wdt_unlock(struct rohm_regmap_dev *data)
124 struct bd70528_data *bd70528 = container_of(data, struct bd70528_data,
233 dev_err(&pdev->dev, "No MFD driver data\n");