Lines Matching full:initialize
122 * uclogic_params_pen_init_v1() - initialize tablet interface pen
125 * @pen: Pointer to the pen parameters to initialize (to be
131 * @hdev: The HID device of the tablet interface to initialize and get
250 * uclogic_params_pen_init_v2() - initialize tablet interface pen
253 * @pen: Pointer to the pen parameters to initialize (to be
259 * @hdev: The HID device of the tablet interface to initialize and get
393 * uclogic_params_frame_init_with_desc() - initialize tablet's frame control
396 * @frame: Pointer to the frame parameters to initialize (to be cleaned
430 * uclogic_params_frame_init_v1_buttonpad() - initialize abstract buttonpad
433 * @frame: Pointer to the frame parameters to initialize (to be cleaned
439 * @hdev: The HID device of the tablet interface to initialize and get
597 * uclogic_params_init_invalid() - initialize tablet interface parameters,
600 * @params: Parameters to initialize (to be cleaned with
609 * uclogic_params_init_with_opt_desc() - initialize tablet interface
614 * @params: Parameters to initialize (to be cleaned with
677 * uclogic_params_init_with_pen_unused() - initialize tablet interface
681 * @params: Parameters to initialize (to be cleaned with
692 * uclogic_params_init() - initialize a Huion tablet interface and discover
698 * @hdev: The HID device of the tablet interface to initialize and get
818 * uclogic_params_init() - initialize a tablet interface and discover its
824 * @hdev: The HID device of the tablet interface to initialize and get
1035 /* Initialize frame parameters */ in uclogic_params_init()