Home
last modified time | relevance | path

Searched refs:linehandle_state (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A Dgpiolib-cdev.c74 struct linehandle_state { struct
163 static long linehandle_set_config(struct linehandle_state *lh, in linehandle_set_config()
207 struct linehandle_state *lh = file->private_data; in linehandle_ioctl()
273 static void linehandle_free(struct linehandle_state *lh) in linehandle_free()
301 DEFINE_FREE(linehandle_free, struct linehandle_state *, if (!IS_ERR_OR_NULL(_T)) linehandle_free(_T…
306 struct linehandle_state *lh __free(linehandle_free) = NULL; in linehandle_create()