Searched refs:handler_id (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dadb.h39 * data[2] = id, rep[0] = orig addr, rep[1] = handler_id
92 int adb_register(int default_id,int handler_id,struct adb_ids *ids,
100 int adb_get_infos(int address, int *original_address, int *handler_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dadb.c108 int handler_id; member in struct:adb_handler
114 * and handler_id fields of adb_handler[i] for all i, and changes to the
216 /* Now fill in the handler_id field of the adb_handler entries. */
223 adb_handler[i].handler_id = req.reply[2];
225 adb_handler[i].handler_id);
483 will now register if default_id _and_ handler_id both match
484 but handler_id can be left to 0 to match with default_id only.
485 When handler_id is set, this function will try to adjust
486 the handler_id id it doesn't match. */
488 adb_register(int default_id, int handler_id, struc argument
603 adb_get_infos(int address, int *original_address, int *handler_id) argument
[all...]

Completed in 33 milliseconds