Lines Matching refs:info
231 struct i2c_board_info info = {};
234 strncpy(info.type, type, sizeof(info.type));
235 info.addr = addr;
236 newdev = i2c_new_client_device(adap, &info);
322 struct i2c_board_info info = {};
345 info.type, sizeof(info.type))) {
349 /* Fill out the rest of the info structure */
350 info.addr = addr;
351 info.irq = irq_of_parse_and_map(node, 0);
352 info.of_node = of_node_get(node);
354 newdev = i2c_new_client_device(adap, &info);