Lines Matching refs:idbuf
594 unsigned char *idbuf = NULL; /* [SW_LENGTH] */ in sw_connect() local
602 idbuf = kmalloc(SW_LENGTH, GFP_KERNEL); in sw_connect()
603 if (!sw || !buf || !idbuf) { in sw_connect()
635 j = sw_read_packet(gameport, idbuf, SW_LENGTH, i); /* Read ID. This initializes the stick */ in sw_connect()
636 m |= sw_guess_mode(idbuf, j); /* ID packet should carry mode info [3DP] */ in sw_connect()
649 j = sw_read_packet(gameport, idbuf, SW_LENGTH, i); /* Retry reading ID */ in sw_connect()
696 sprintf(comment, " [AC %s]", sw_get_bits(idbuf,38,1,3) ? "off" : "on"); in sw_connect()
707 sw_3dp_id(idbuf, comment, sizeof(comment)); in sw_connect()
717 sw_print_packet("ID", j * 3, idbuf, 3); in sw_connect()
724 sw_print_packet("ID", j * 3, idbuf, 3); in sw_connect()
788 kfree(idbuf); in sw_connect()