gpiod_chip_open_by_name

@brief Open a gpiochip by name. @param name Name of the gpiochip to open. @return GPIO chip handle or NULL if an error occurred.

This routine appends name to '/dev/' to create the path.

extern (C)
gpiod_chip_open_by_name
(
const(char)* name
)

Meta