activated        1177 drivers/block/sx8.c 		int activated = 0;
activated        1185 drivers/block/sx8.c 				activated++;
activated        1189 drivers/block/sx8.c 		       pci_name(host->pdev), activated);
activated          42 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	bool activated;		 /* Becomes true when event is signaled */
activated         401 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		waiter->activated = true;
activated         538 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		event_waiters[i].activated = false;
activated         554 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	waiter->activated = ev->signaled;
activated         567 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	if (!waiter->activated)
activated         591 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		if (event_waiters[i].activated) {
activated         620 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		if (waiter->activated && event->type == KFD_EVENT_TYPE_MEMORY) {
activated         491 drivers/hwtracing/coresight/coresight.c 	     csdev->activated) {
activated         500 drivers/hwtracing/coresight/coresight.c 			csdev->activated = false;
activated         867 drivers/hwtracing/coresight/coresight.c 	return scnprintf(buf, PAGE_SIZE, "%u\n", csdev->activated);
activated         883 drivers/hwtracing/coresight/coresight.c 		csdev->activated = true;
activated         885 drivers/hwtracing/coresight/coresight.c 		csdev->activated = false;
activated         129 drivers/leds/led-triggers.c 		led_cdev->activated = false;
activated         407 drivers/leds/trigger/ledtrig-pattern.c 	led_cdev->activated = true;
activated         425 drivers/leds/trigger/ledtrig-pattern.c 	if (!led_cdev->activated)
activated         435 drivers/leds/trigger/ledtrig-pattern.c 	led_cdev->activated = false;
activated         286 drivers/mmc/host/cqhci.c 	cq_host->activated = true;
activated         299 drivers/mmc/host/cqhci.c 	cq_host->activated = false;
activated         573 drivers/mmc/host/cqhci.c 	if (!cq_host->activated)
activated         171 drivers/mmc/host/cqhci.h 	bool activated;
activated        1190 drivers/mmc/host/sdhci-tegra.c 	if (!cq_host->activated) {
activated         174 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	u8 activated;			/* Used to prevent expiry before filter
activated         253 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	filter->activated = 0;
activated         268 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	filter->activated = 1;
activated         448 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 		if (filter->activated &&
activated        1139 drivers/net/wireless/marvell/mwifiex/cmdevt.c mwifiex_hs_activated_event(struct mwifiex_private *priv, u8 activated)
activated        1141 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	if (activated) {
activated        1137 drivers/net/wireless/marvell/mwifiex/main.h 					u8 activated);
activated         339 drivers/nfc/pn544/pn544.c 	u8 activated;
activated         359 drivers/nfc/pn544/pn544.c 	activated = 0;
activated         361 drivers/nfc/pn544/pn544.c 			      PN544_PL_NFCT_DEACTIVATED, &activated, 1);
activated         158 drivers/thunderbolt/path.c 	path->activated = true;
activated         412 drivers/thunderbolt/path.c 	if (!path->activated) {
activated         424 drivers/thunderbolt/path.c 	path->activated = false;
activated         439 drivers/thunderbolt/path.c 	if (path->activated) {
activated         514 drivers/thunderbolt/path.c 	path->activated = true;
activated         234 drivers/thunderbolt/tb.h 	bool activated;
activated         596 drivers/thunderbolt/tunnel.c 		WARN_ON(!tunnel->paths[i]->activated);
activated         621 drivers/thunderbolt/tunnel.c 		if (tunnel->paths[i]->activated) {
activated         623 drivers/thunderbolt/tunnel.c 			tunnel->paths[i]->activated = false;
activated         664 drivers/thunderbolt/tunnel.c 		if (tunnel->paths[i]->activated) {
activated         688 drivers/thunderbolt/tunnel.c 		if (tunnel->paths[i] && tunnel->paths[i]->activated)
activated         320 drivers/usb/host/imx21-hcd.c 	DEBUG_LOG_FRAME(imx21, etd, activated);
activated         167 include/linux/coresight.h 	bool activated;	/* true only if a sink is part of a path */
activated         141 include/linux/leds.h 	bool			activated;