Lines Matching defs:enable
2425 * To fix 1. enable runtime-suspend, force-suspend the
2449 /* Re-enable autosuspend if this was requested */
3950 * cause potential enable failure.
4000 static struct urb *alloc_diag_urb(struct hci_dev *hdev, bool enable)
4021 skb_put_u8(skb, enable);
4033 static int btusb_bcm_set_diag(struct hci_dev *hdev, bool enable)
4044 urb = alloc_diag_urb(hdev, enable);
4158 bool enable;
4161 err = kstrtobool_from_user(user_buf, count, &enable);
4169 if (data->poll_sync == enable)
4172 data->poll_sync = enable;
4657 * set feature (enable wakeup) or not.