new_connection    154 drivers/staging/wusbcore/devconnect.c 	int new_connection = wusb_dn_connect_new_connection(dnc);
new_connection    182 drivers/staging/wusbcore/devconnect.c 	if (1 && new_connection == 0)
new_connection    183 drivers/staging/wusbcore/devconnect.c 		new_connection = 1;
new_connection    184 drivers/staging/wusbcore/devconnect.c 	if (new_connection) {
new_connection   1135 drivers/usb/dwc2/core.h 	bool new_connection;
new_connection   3583 drivers/usb/dwc2/hcd.c 			if (hsotg->new_connection &&
new_connection   3596 drivers/usb/dwc2/hcd.c 				hsotg->new_connection = false;
new_connection    400 drivers/usb/dwc2/hcd_intr.c 			hsotg->new_connection = true;
new_connection    408 drivers/usb/dwc2/hcd_intr.c 				hsotg->new_connection = false;
new_connection    610 include/net/bluetooth/l2cap.h 	struct l2cap_chan	*(*new_connection) (struct l2cap_chan *chan);
new_connection    889 net/bluetooth/6lowpan.c 	.new_connection		= chan_new_conn_cb,
new_connection    742 net/bluetooth/a2mp.c 	.new_connection = l2cap_chan_no_new_connection,
new_connection   3883 net/bluetooth/l2cap_core.c 	chan = pchan->ops->new_connection(pchan);
new_connection   5556 net/bluetooth/l2cap_core.c 	chan = pchan->ops->new_connection(pchan);
new_connection   7430 net/bluetooth/l2cap_core.c 		chan = pchan->ops->new_connection(pchan);
new_connection   1472 net/bluetooth/l2cap_sock.c 	.new_connection		= l2cap_sock_new_connection_cb,
new_connection   3157 net/bluetooth/smp.c 	.new_connection		= l2cap_chan_no_new_connection,
new_connection   3198 net/bluetooth/smp.c 	.new_connection		= smp_new_conn_cb,