Lines Matching defs:info
32 * @info: vector of i2c device descriptors
36 * Systems using the Linux I2C driver stack can declare tables of board info
48 * The board info passed can safely be __initdata, but be careful of embedded
51 int i2c_register_board_info(int busnum, struct i2c_board_info const *info, unsigned len)
61 for (status = 0; len; len--, info++) {
72 devinfo->board_info = *info;
74 if (info->resources) {
76 kmemdup(info->resources,
77 info->num_resources *
78 sizeof(*info->resources),