*参照元 [#gf10c8ca] #backlinks *説明 [#j65674f2] -パス: [[linux-4.4.1/]] -パス: [[linux-4.4.1/drivers/base/regmap/regmap-i2c.c]] -FIXME: これは何? --説明 **引数 [#ge3daff1] -i2c -- -config -- **返り値 [#h7d48956] - -- **参考 [#ub2954eb] *実装 [#i865dd7a] /** * devm_regmap_init_i2c(): Initialise managed register map * * @i2c: Device that will be interacted with * @config: Configuration for register map * * The return value will be an ERR_PTR() on error or a valid pointer * to a struct regmap. The regmap will be automatically freed by the * device management code. */ #define devm_regmap_init_i2c(i2c, config) \ __regmap_lockdep_wrapper(__devm_regmap_init_i2c, #config, \ i2c, config) - --[[linux-4.4.1/__regmap_lockdep_wrapper()]] --[[linux-4.4.1/__devm_regmap_init_i2c()]] *コメント [#mabbeea8]