Lines Matching refs:init
20 #include <linux/init.h>
540 * Genius NetMouse magic init.
572 * IntelliMouse magic init.
605 * Try IntelliMouse/Explorer magic init.
651 * Kensington ThinkingMouse / ExpertMouse magic init.
752 .init = cypress_init,
785 .init = synaptics_init_absolute,
792 .init = synaptics_init_relative,
801 .init = synaptics_init_smbus,
811 .init = alps_init,
820 .init = lifebook_init,
854 .init = elantech_init_ps2,
863 .init = elantech_init_smbus,
873 .init = fsp_init,
888 .init = focaltech_init,
897 .init = vmmouse_init,
906 .init = byd_init,
1024 if (set_properties && proto->init && init_allowed) {
1025 if (proto->init(psmouse) != 0) {
1027 * We detected device, but init failed. Adjust
1526 if (proto && (proto->detect || proto->init)) {
1532 if (proto->init && proto->init(psmouse) < 0)