Lines Matching full:cell
69 * @brief Get a GPIO specifier's pin cell at an index
106 * @return the pin cell value at index "idx"
117 * @return the pin cell value at index 0
124 * @brief Get a GPIO specifier's flags cell at an index
127 * If there is no "flags" cell in the GPIO specifier, zero is returned.
128 * Refer to the node's binding to check specifier cell names if necessary.
162 * @return the flags cell value at index "idx", or zero if there is none
173 * @return the flags cell value at index 0, or zero if there is none
222 * @brief Get a GPIO hog specifier's pin cell at an index
260 * @return the pin cell value at index "idx"
266 * @brief Get a GPIO hog specifier's flags cell at an index
269 * If there is no "flags" cell in the GPIO specifier, zero is returned.
270 * Refer to the node's binding to check specifier cell names if necessary.
305 * @return the flags cell value at index "idx", or zero if there is none
312 * @brief Get a DT_DRV_COMPAT instance's GPIO specifier's pin cell value
318 * @return the pin cell value at index "idx"
329 * @return the pin cell value at index 0
336 * @brief Get a DT_DRV_COMPAT instance's GPIO specifier's flags cell
342 * @return the flags cell value at index "idx", or zero if there is none
353 * @return the flags cell value at index 0, or zero if there is none