search for: kcov_remote_handle_usb

Displaying 2 results from an estimated 2 matches for "kcov_remote_handle_usb".

2019 Oct 17
0
[PATCH RFC 2/3] usb, kcov: collect coverage from hub_event
...sb/core/hub.c > > > +++ b/drivers/usb/core/hub.c > > > @@ -5374,6 +5374,8 @@ static void hub_event(struct work_struct *work) > > > hub_dev = hub->intfdev; > > > intf = to_usb_interface(hub_dev); > > > > > > + kcov_remote_start(kcov_remote_handle_usb(hdev->bus->busnum)); > > > + > > > dev_dbg(hub_dev, "state %d ports %d chg %04x evt %04x\n", > > > hdev->state, hdev->maxchild, > > > /* NOTE: expects max 15 ports... */ > > > @@ -54...
2019 Oct 17
0
[PATCH RFC 2/3] usb, kcov: collect coverage from hub_event
...ub.c > index 236313f41f4a..03a40e41b099 100644 > --- a/drivers/usb/core/hub.c > +++ b/drivers/usb/core/hub.c > @@ -5374,6 +5374,8 @@ static void hub_event(struct work_struct *work) > hub_dev = hub->intfdev; > intf = to_usb_interface(hub_dev); > > + kcov_remote_start(kcov_remote_handle_usb(hdev->bus->busnum)); > + > dev_dbg(hub_dev, "state %d ports %d chg %04x evt %04x\n", > hdev->state, hdev->maxchild, > /* NOTE: expects max 15 ports... */ > @@ -5480,6 +5482,8 @@ static void hub_event(struct work_struct *work) > /* Balance the stuf...