Lines Matching refs:con_id
57 const char *con_id, in devm_gpiod_get() argument
60 return devm_gpiod_get_index(dev, con_id, 0, flags); in devm_gpiod_get()
75 const char *con_id, in devm_gpiod_get_optional() argument
78 return devm_gpiod_get_index_optional(dev, con_id, 0, flags); in devm_gpiod_get_optional()
94 const char *con_id, in devm_gpiod_get_index() argument
101 desc = gpiod_get_index(dev, con_id, idx, flags); in devm_gpiod_get_index()
149 const char *con_id, int index, in devm_fwnode_gpiod_get_index() argument
161 desc = fwnode_gpiod_get_index(fwnode, con_id, index, flags, label); in devm_fwnode_gpiod_get_index()
187 const char *con_id, in devm_gpiod_get_index_optional() argument
193 desc = devm_gpiod_get_index(dev, con_id, index, flags); in devm_gpiod_get_index_optional()
212 const char *con_id, in devm_gpiod_get_array() argument
223 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
248 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional() argument
253 descs = devm_gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array_optional()