| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-cpu.c | 34 bool is_active; member 54 bool is_active = trig->is_active; in ledtrig_cpu() local 61 is_active = true; in ledtrig_cpu() 68 is_active = false; in ledtrig_cpu() 76 if (is_active != trig->is_active) { in ledtrig_cpu() 81 trig->is_active = is_active; in ledtrig_cpu() 82 atomic_add(is_active ? 1 : -1, &num_active_cpus); in ledtrig_cpu() 87 is_active ? LED_FULL : LED_OFF); in ledtrig_cpu()
|
| /linux/drivers/net/netdevsim/ |
| H A D | psample.c | 35 bool is_active; member 139 if (psample->is_active) in nsim_dev_psample_enable() 151 psample->is_active = true; in nsim_dev_psample_enable() 160 if (!psample->is_active) in nsim_dev_psample_disable() 163 psample->is_active = false; in nsim_dev_psample_disable() 260 if (nsim_dev->psample->is_active) { in nsim_dev_psample_exit()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_virthub.c | 41 musb->is_active = 1; in musb_host_finish_resume() 90 musb->is_active = musb->xceiv && in musb_port_suspend() 92 if (musb->is_active) in musb_port_suspend() 100 musb->is_active = musb->xceiv && in musb_port_suspend() 204 musb->is_active = 0; in musb_root_disconnect() 216 musb->is_active = 0; in musb_root_disconnect()
|
| H A D | tusb6010.c | 481 if (!musb->is_active) { in musb_do_idle() 524 if (musb->is_active || ((musb->a_wait_bcon == 0) in tusb_musb_try_idle() 599 musb->is_active = 0; in tusb_musb_set_vbus() 603 musb->is_active = 0; in tusb_musb_set_vbus() 724 musb->is_active = 0; in tusb_otg_ints() 742 musb->is_active = 0; in tusb_otg_ints() 744 musb->is_active = 1; in tusb_otg_ints() 797 musb->is_active = 0; in tusb_otg_ints() 868 musb->is_active = 1; in tusb_musb_interrupt() 872 musb->is_active ? "" : "in", reg); in tusb_musb_interrupt()
|
| H A D | mpfs.c | 64 musb->is_active = 1; in mpfs_musb_set_vbus() 70 musb->is_active = 0; in mpfs_musb_set_vbus() 165 if (musb->is_active || (musb->a_wait_bcon == 0 && in mpfs_musb_try_idle()
|
| H A D | musb_core.c | 505 musb->is_active = 1; in musb_set_host() 552 musb->is_active = 0; in musb_set_peripheral() 609 musb->is_active = 0; in musb_otg_timer_func() 681 musb->is_active = 1; in musb_handle_intr_resume() 688 musb->is_active = 1; in musb_handle_intr_resume() 851 if (!musb->is_active) in musb_handle_intr_suspend() 856 musb->is_active = musb->g.b_hnp_enable; in musb_handle_intr_suspend() 857 if (musb->is_active) { in musb_handle_intr_suspend() 872 musb->is_active = musb->hcd->self.b_hnp_enable; in musb_handle_intr_suspend() 880 musb->is_active = 0; in musb_handle_intr_suspend() [all …]
|
| /linux/drivers/iio/magnetometer/ |
| H A D | mag3110.c | 228 int is_active; in mag3110_change_config() local 232 is_active = mag3110_is_active(data); in mag3110_change_config() 233 if (is_active < 0) in mag3110_change_config() 234 return is_active; in mag3110_change_config() 237 if (is_active > 0) { in mag3110_change_config() 255 if (is_active > 0) { in mag3110_change_config()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_cik.c | 206 q->is_active = QUEUE_IS_ACTIVE(*q); in __update_mqd() 248 q->is_active = QUEUE_IS_ACTIVE(*q); in update_mqd_sdma() 283 qp->is_active = 0; in restore_mqd() 319 qp->is_active = 0; in restore_mqd_sdma() 360 q->is_active = QUEUE_IS_ACTIVE(*q); in update_mqd_hiq()
|
| H A D | kfd_device_queue_manager.c | 314 if (q->properties.is_active) { in remove_all_kfd_queues_mes() 341 if (!q->properties.is_active) in add_all_kfd_queues_mes() 692 if (q->properties.is_active) { in create_queue_nocpsch() 711 if (q->properties.is_active) in create_queue_nocpsch() 905 if (q->properties.is_active) in destroy_queue_nocpsch_locked() 962 prev_active = q->properties.is_active; in update_queue() 1011 if (q->properties.is_active && !prev_active) { in update_queue() 1013 } else if (!q->properties.is_active && prev_active) { in update_queue() 1016 if (q->properties.is_active) { in update_queue() 1022 if (q->properties.is_active) { in update_queue() [all …]
|
| H A D | kfd_mqd_manager_vi.c | 237 q->is_active = QUEUE_IS_ACTIVE(*q); in __update_mqd() 316 qp->is_active = 0; in restore_mqd() 382 q->is_active = QUEUE_IS_ACTIVE(*q); in update_mqd_sdma() 418 qp->is_active = 0; in restore_mqd_sdma()
|
| H A D | kfd_mqd_manager_v10.c | 226 q->is_active = QUEUE_IS_ACTIVE(*q); in update_mqd() 307 qp->is_active = 0; in restore_mqd() 387 q->is_active = QUEUE_IS_ACTIVE(*q); in update_mqd_sdma() 424 qp->is_active = 0; in restore_mqd_sdma()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_lag.c | 270 bool is_active; in lan966x_lag_port_changelowerstate() local 275 is_active = lag->link_up && lag->tx_enabled; in lan966x_lag_port_changelowerstate() 276 if (port->lag_tx_active == is_active) in lan966x_lag_port_changelowerstate() 279 port->lag_tx_active = is_active; in lan966x_lag_port_changelowerstate()
|
| /linux/drivers/spi/ |
| H A D | spi-gpio.c | 194 static void spi_gpio_chipselect(struct spi_device *spi, int is_active) in spi_gpio_chipselect() argument 199 if (is_active) in spi_gpio_chipselect() 207 gpiod_set_value_cansleep(cs, (spi->mode & SPI_CS_HIGH) ? is_active : !is_active); in spi_gpio_chipselect()
|
| H A D | spi-xcomm.c | 99 struct spi_device *spi, int is_active) in spi_xcomm_chipselect() argument 104 if (is_active) in spi_xcomm_chipselect()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | scan.c | 491 u8 is_active, u8 n_probes, in iwl_get_channels_for_scan() argument 520 if (!is_active || (chan->flags & IEEE80211_CHAN_NO_IR)) in iwl_get_channels_for_scan() 624 bool is_active = false; in iwlagn_request_scan() local 729 is_active = true; in iwlagn_request_scan() 791 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT : in iwlagn_request_scan() 794 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT : in iwlagn_request_scan() 878 is_active, n_probes, in iwlagn_request_scan()
|
| /linux/kernel/ |
| H A D | stop_machine.c | 208 bool is_active; in multi_cpu_stop() local 218 is_active = cpu == cpumask_first(cpumask); in multi_cpu_stop() 221 is_active = cpumask_test_cpu(cpu, cpumask); in multi_cpu_stop() 237 if (is_active) in multi_cpu_stop()
|
| /linux/tools/cgroup/ |
| H A D | iocost_monitor.py | 148 self.is_active = not list_empty(iocg.active_list.address_of_()) 178 'is_active' : self.is_active, 267 if not filter_re and not iocg_stat.is_active:
|
| /linux/drivers/leds/ |
| H A D | leds-st1202.c | 45 bool is_active; member 268 led->is_active = true; in st1202_dt_init() 366 if (!led->is_active) in st1202_probe()
|
| /linux/drivers/md/ |
| H A D | dm-mpath.c | 50 bool is_active:1; /* Path status */ member 168 pgpath->is_active = true; in alloc_pgpath() 338 if (!pgpath->is_active) in __pg_init_all_paths() 1339 if (!pgpath->is_active) in fail_path() 1347 pgpath->is_active = false; in fail_path() 1379 if (pgpath->is_active) in reinstate_path() 1390 pgpath->is_active = true; in reinstate_path() 1413 if (pgpath->is_active) in reinstate_path() 1633 if (pgpath->is_active && !blk_queue_dying(q)) in activate_or_offline_path() 1887 p->is_active ? "A" : "F", in multipath_status() [all …]
|
| /linux/include/linux/ |
| H A D | via_i2c.h | 15 u16 is_active; /* Being used as I2C? */ member
|
| /linux/drivers/firewire/ |
| H A D | phy-packet-definitions.h | 135 static inline void phy_packet_self_id_zero_set_link_active(u32 *quadlet, bool is_active) in phy_packet_self_id_zero_set_link_active() argument 138 *quadlet |= (is_active << SELF_ID_ZERO_LINK_ACTIVE_SHIFT) & SELF_ID_ZERO_LINK_ACTIVE_MASK; in phy_packet_self_id_zero_set_link_active()
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 209 bool is_active; in cgrp_refresh_hweight() local 233 is_active = cgc->nr_active; in cgrp_refresh_hweight() 234 if (is_active) { in cgrp_refresh_hweight() 242 if (!is_active) { in cgrp_refresh_hweight()
|
| /linux/drivers/watchdog/ |
| H A D | pcwd_pci.c | 113 static unsigned long is_active; variable 568 if (test_and_set_bit(0, &is_active)) { in pcipcwd_open() 592 clear_bit(0, &is_active); in pcipcwd_release()
|
| H A D | pcwd_usb.c | 110 static unsigned long is_active; variable 480 if (test_and_set_bit(0, &is_active)) in usb_pcwd_open() 501 clear_bit(0, &is_active); in usb_pcwd_release()
|
| /linux/drivers/misc/mei/ |
| H A D | hw-me.h | 69 bool is_active; member
|