Lines Matching full:initialize

123  * uclogic_params_pen_init_v1() - initialize tablet interface pen
126 * @pen: Pointer to the pen parameters to initialize (to be
132 * @hdev: The HID device of the tablet interface to initialize and get
251 * uclogic_params_pen_init_v2() - initialize tablet interface pen
254 * @pen: Pointer to the pen parameters to initialize (to be
260 * @hdev: The HID device of the tablet interface to initialize and get
394 * uclogic_params_frame_init_with_desc() - initialize tablet's frame control
397 * @frame: Pointer to the frame parameters to initialize (to be cleaned
431 * uclogic_params_frame_init_v1_buttonpad() - initialize abstract buttonpad
434 * @frame: Pointer to the frame parameters to initialize (to be cleaned
440 * @hdev: The HID device of the tablet interface to initialize and get
599 * uclogic_params_init_invalid() - initialize tablet interface parameters,
602 * @params: Parameters to initialize (to be cleaned with
611 * uclogic_params_init_with_opt_desc() - initialize tablet interface
616 * @params: Parameters to initialize (to be cleaned with
679 * uclogic_params_init_with_pen_unused() - initialize tablet interface
683 * @params: Parameters to initialize (to be cleaned with
694 * uclogic_params_huion_init() - initialize a Huion tablet interface and discover
700 * @hdev: The HID device of the tablet interface to initialize and get
820 * uclogic_params_init() - initialize a tablet interface and discover its
826 * @hdev: The HID device of the tablet interface to initialize and get
1037 /* Initialize frame parameters */ in uclogic_params_init()