Lines Matching refs:info
238 struct i2c_board_info info = {};
241 strncpy(info.type, type, sizeof(info.type));
242 info.addr = addr;
243 newdev = i2c_new_client_device(adap, &info);
329 struct i2c_board_info info = {};
352 info.type, sizeof(info.type))) {
356 /* Fill out the rest of the info structure */
357 info.addr = addr;
358 info.irq = irq_of_parse_and_map(node, 0);
359 info.of_node = of_node_get(node);
361 newdev = i2c_new_client_device(adap, &info);