• Home
  • Raw
  • Download

Lines Matching full:initialize

124  * uclogic_params_pen_init_v1() - initialize tablet interface pen
127 * @pen: Pointer to the pen parameters to initialize (to be
133 * @hdev: The HID device of the tablet interface to initialize and get
252 * uclogic_params_pen_init_v2() - initialize tablet interface pen
255 * @pen: Pointer to the pen parameters to initialize (to be
261 * @hdev: The HID device of the tablet interface to initialize and get
395 * uclogic_params_frame_init_with_desc() - initialize tablet's frame control
398 * @frame: Pointer to the frame parameters to initialize (to be cleaned
432 * uclogic_params_frame_init_v1_buttonpad() - initialize abstract buttonpad
435 * @frame: Pointer to the frame parameters to initialize (to be cleaned
441 * @hdev: The HID device of the tablet interface to initialize and get
601 * uclogic_params_init_invalid() - initialize tablet interface parameters,
604 * @params: Parameters to initialize (to be cleaned with
613 * uclogic_params_init_with_opt_desc() - initialize tablet interface
618 * @params: Parameters to initialize (to be cleaned with
681 * uclogic_params_init_with_pen_unused() - initialize tablet interface
685 * @params: Parameters to initialize (to be cleaned with
696 * uclogic_params_init() - initialize a Huion tablet interface and discover
702 * @hdev: The HID device of the tablet interface to initialize and get
826 * uclogic_params_init() - initialize a tablet interface and discover its
832 * @hdev: The HID device of the tablet interface to initialize and get
1047 /* Initialize frame parameters */ in uclogic_params_init()