Lines Matching refs:init
20 #include <linux/init.h>
543 * Genius NetMouse magic init.
575 * IntelliMouse magic init.
608 * Try IntelliMouse/Explorer magic init.
654 * Kensington ThinkingMouse / ExpertMouse magic init.
755 .init = cypress_init,
788 .init = synaptics_init_absolute,
795 .init = synaptics_init_relative,
804 .init = synaptics_init_smbus,
814 .init = alps_init,
823 .init = lifebook_init,
857 .init = elantech_init_ps2,
866 .init = elantech_init_smbus,
876 .init = fsp_init,
891 .init = focaltech_init,
900 .init = vmmouse_init,
909 .init = byd_init,
1027 if (set_properties && proto->init && init_allowed) {
1028 if (proto->init(psmouse) != 0) {
1030 * We detected device, but init failed. Adjust
1531 if (proto && (proto->detect || proto->init)) {
1537 if (proto->init && proto->init(psmouse) < 0)