intel             365 arch/x86/include/asm/xen/interface.h 		struct xen_pmu_intel_ctxt intel;
intel             170 arch/x86/kernel/cpu/microcode/core.c 	bool intel = true;
intel             186 arch/x86/kernel/cpu/microcode/core.c 		intel = false;
intel             196 arch/x86/kernel/cpu/microcode/core.c 	if (intel)
intel             203 arch/x86/xen/pmu.c 	ctxt = &xenpmu_data->pmu.c.intel;
intel             377 arch/x86/xen/pmu.c 	ctxt = &xenpmu_data->pmu.c.intel;
intel             109 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             112 drivers/bluetooth/hci_intel.c 	err = wait_on_bit_timeout(&intel->flags, STATE_BOOTING,
intel             132 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             135 drivers/bluetooth/hci_intel.c 	err = wait_on_bit_timeout(&intel->flags, STATE_LPM_TRANSACTION,
intel             155 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             158 drivers/bluetooth/hci_intel.c 	if (!test_bit(STATE_LPM_ENABLED, &intel->flags) ||
intel             159 drivers/bluetooth/hci_intel.c 	    test_bit(STATE_SUSPENDED, &intel->flags))
intel             162 drivers/bluetooth/hci_intel.c 	if (test_bit(STATE_TX_ACTIVE, &intel->flags))
intel             176 drivers/bluetooth/hci_intel.c 	set_bit(STATE_LPM_TRANSACTION, &intel->flags);
intel             179 drivers/bluetooth/hci_intel.c 	skb_queue_head(&intel->txq, skb);
intel             185 drivers/bluetooth/hci_intel.c 	clear_bit(STATE_LPM_TRANSACTION, &intel->flags);
intel             187 drivers/bluetooth/hci_intel.c 	if (!test_bit(STATE_SUSPENDED, &intel->flags)) {
intel             201 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             204 drivers/bluetooth/hci_intel.c 	if (!test_bit(STATE_LPM_ENABLED, &intel->flags) ||
intel             205 drivers/bluetooth/hci_intel.c 	    !test_bit(STATE_SUSPENDED, &intel->flags))
intel             220 drivers/bluetooth/hci_intel.c 	set_bit(STATE_LPM_TRANSACTION, &intel->flags);
intel             223 drivers/bluetooth/hci_intel.c 	skb_queue_head(&intel->txq, skb);
intel             229 drivers/bluetooth/hci_intel.c 	clear_bit(STATE_LPM_TRANSACTION, &intel->flags);
intel             231 drivers/bluetooth/hci_intel.c 	if (test_bit(STATE_SUSPENDED, &intel->flags)) {
intel             245 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             250 drivers/bluetooth/hci_intel.c 	clear_bit(STATE_SUSPENDED, &intel->flags);
intel             262 drivers/bluetooth/hci_intel.c 	skb_queue_head(&intel->txq, skb);
intel             366 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = container_of(work, struct intel_data,
intel             369 drivers/bluetooth/hci_intel.c 	if (!intel->hu->tty->dev)
intel             378 drivers/bluetooth/hci_intel.c 		if (intel->hu->tty->dev->parent == idev->pdev->dev.parent) {
intel             390 drivers/bluetooth/hci_intel.c 	struct intel_data *intel;
intel             397 drivers/bluetooth/hci_intel.c 	intel = kzalloc(sizeof(*intel), GFP_KERNEL);
intel             398 drivers/bluetooth/hci_intel.c 	if (!intel)
intel             401 drivers/bluetooth/hci_intel.c 	skb_queue_head_init(&intel->txq);
intel             402 drivers/bluetooth/hci_intel.c 	INIT_WORK(&intel->busy_work, intel_busy_work);
intel             404 drivers/bluetooth/hci_intel.c 	intel->hu = hu;
intel             406 drivers/bluetooth/hci_intel.c 	hu->priv = intel;
intel             409 drivers/bluetooth/hci_intel.c 		set_bit(STATE_BOOTING, &intel->flags);
intel             416 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             420 drivers/bluetooth/hci_intel.c 	cancel_work_sync(&intel->busy_work);
intel             424 drivers/bluetooth/hci_intel.c 	skb_queue_purge(&intel->txq);
intel             425 drivers/bluetooth/hci_intel.c 	kfree_skb(intel->rx_skb);
intel             426 drivers/bluetooth/hci_intel.c 	kfree(intel);
intel             434 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             438 drivers/bluetooth/hci_intel.c 	skb_queue_purge(&intel->txq);
intel             470 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             481 drivers/bluetooth/hci_intel.c 	clear_bit(STATE_BOOTING, &intel->flags);
intel             517 drivers/bluetooth/hci_intel.c 	skb_queue_tail(&intel->txq, skb);
intel             531 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             575 drivers/bluetooth/hci_intel.c 	clear_bit(STATE_BOOTING, &intel->flags);
intel             581 drivers/bluetooth/hci_intel.c 	set_bit(STATE_BOOTLOADER, &intel->flags);
intel             633 drivers/bluetooth/hci_intel.c 		clear_bit(STATE_BOOTLOADER, &intel->flags);
intel             747 drivers/bluetooth/hci_intel.c 	set_bit(STATE_DOWNLOADING, &intel->flags);
intel             754 drivers/bluetooth/hci_intel.c 	set_bit(STATE_FIRMWARE_LOADED, &intel->flags);
intel             769 drivers/bluetooth/hci_intel.c 	err = wait_on_bit_timeout(&intel->flags, STATE_DOWNLOADING,
intel             784 drivers/bluetooth/hci_intel.c 	if (test_bit(STATE_FIRMWARE_FAILED, &intel->flags)) {
intel             811 drivers/bluetooth/hci_intel.c 	set_bit(STATE_BOOTING, &intel->flags);
intel             830 drivers/bluetooth/hci_intel.c 	clear_bit(STATE_BOOTING, &intel->flags);
intel             849 drivers/bluetooth/hci_intel.c 				set_bit(STATE_LPM_ENABLED, &intel->flags);
intel             850 drivers/bluetooth/hci_intel.c 				set_bit(STATE_TX_ACTIVE, &intel->flags);
intel             873 drivers/bluetooth/hci_intel.c 	clear_bit(STATE_BOOTLOADER, &intel->flags);
intel             881 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             884 drivers/bluetooth/hci_intel.c 	if (!test_bit(STATE_BOOTLOADER, &intel->flags) &&
intel             885 drivers/bluetooth/hci_intel.c 	    !test_bit(STATE_BOOTING, &intel->flags))
intel             897 drivers/bluetooth/hci_intel.c 			set_bit(STATE_FIRMWARE_FAILED, &intel->flags);
intel             899 drivers/bluetooth/hci_intel.c 		if (test_and_clear_bit(STATE_DOWNLOADING, &intel->flags) &&
intel             900 drivers/bluetooth/hci_intel.c 		    test_bit(STATE_FIRMWARE_LOADED, &intel->flags))
intel             901 drivers/bluetooth/hci_intel.c 			wake_up_bit(&intel->flags, STATE_DOWNLOADING);
intel             909 drivers/bluetooth/hci_intel.c 		if (test_and_clear_bit(STATE_BOOTING, &intel->flags))
intel             910 drivers/bluetooth/hci_intel.c 			wake_up_bit(&intel->flags, STATE_BOOTING);
intel             919 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             924 drivers/bluetooth/hci_intel.c 		set_bit(STATE_TX_ACTIVE, &intel->flags);
intel             925 drivers/bluetooth/hci_intel.c 		schedule_work(&intel->busy_work);
intel             927 drivers/bluetooth/hci_intel.c 		clear_bit(STATE_TX_ACTIVE, &intel->flags);
intel             935 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             946 drivers/bluetooth/hci_intel.c 		set_bit(STATE_SUSPENDED, &intel->flags);
intel             947 drivers/bluetooth/hci_intel.c 		if (test_and_clear_bit(STATE_LPM_TRANSACTION, &intel->flags))
intel             948 drivers/bluetooth/hci_intel.c 			wake_up_bit(&intel->flags, STATE_LPM_TRANSACTION);
intel             951 drivers/bluetooth/hci_intel.c 		clear_bit(STATE_SUSPENDED, &intel->flags);
intel             952 drivers/bluetooth/hci_intel.c 		if (test_and_clear_bit(STATE_LPM_TRANSACTION, &intel->flags))
intel             953 drivers/bluetooth/hci_intel.c 			wake_up_bit(&intel->flags, STATE_LPM_TRANSACTION);
intel             981 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel             986 drivers/bluetooth/hci_intel.c 	intel->rx_skb = h4_recv_buf(hu->hdev, intel->rx_skb, data, count,
intel             989 drivers/bluetooth/hci_intel.c 	if (IS_ERR(intel->rx_skb)) {
intel             990 drivers/bluetooth/hci_intel.c 		int err = PTR_ERR(intel->rx_skb);
intel             992 drivers/bluetooth/hci_intel.c 		intel->rx_skb = NULL;
intel            1001 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel            1026 drivers/bluetooth/hci_intel.c 	skb_queue_tail(&intel->txq, skb);
intel            1033 drivers/bluetooth/hci_intel.c 	struct intel_data *intel = hu->priv;
intel            1036 drivers/bluetooth/hci_intel.c 	skb = skb_dequeue(&intel->txq);
intel            1040 drivers/bluetooth/hci_intel.c 	if (test_bit(STATE_BOOTLOADER, &intel->flags) &&
intel               3 include/trace/events/intel-sst.h #define TRACE_SYSTEM intel-sst