Searched refs:obex (Results 1 – 2 of 2) sorted by relevance
211 if (!obex->port.in->desc || !obex->port.out->desc) { in obex_set_alt()227 gserial_connect(&obex->port, obex->port_num); in obex_set_alt()233 obex->cur_alt = alt; in obex_set_alt()346 obex->port.in = ep; in obex_bind()351 obex->port.out = ep; in obex_bind()369 obex->port_num, in obex_bind()370 obex->port.in->name, obex->port.out->name); in obex_bind()447 struct f_obex *obex; in obex_free() local450 kfree(obex); in obex_free()464 obex = kzalloc(sizeof(*obex), GFP_KERNEL); in obex_alloc()[all …]
383 The Nokia composite gadget provides support for acm, obex
Completed in 9 milliseconds