Searched refs:is_active (Results 1 - 25 of 100) sorted by relevance

1234

/linux-master/drivers/leds/trigger/
H A Dledtrig-cpu.c34 bool is_active; member in struct:led_trigger_cpu
54 bool is_active = trig->is_active; local
61 is_active = true;
68 is_active = false;
76 if (is_active != trig->is_active) {
81 trig->is_active = is_active;
82 atomic_add(is_active
[all...]
/linux-master/include/linux/
H A Dvia_i2c.h15 u16 is_active; /* Being used as I2C? */ member in struct:via_i2c_stuff
/linux-master/drivers/net/netdevsim/
H A Dpsample.c35 bool is_active; member in struct:nsim_dev_psample
139 if (psample->is_active)
151 psample->is_active = true;
160 if (!psample->is_active)
163 psample->is_active = false;
260 if (nsim_dev->psample->is_active) {
/linux-master/drivers/video/fbdev/via/
H A Dvia_i2c.c113 if (!via_i2c_par[adap].is_active)
137 if (!via_i2c_par[adap].is_active)
158 if (!via_i2c_par[adap].is_active)
231 i2c_stuff->is_active = 0;
242 i2c_stuff->is_active = 1;
258 if (i2c_stuff->is_active)
/linux-master/drivers/usb/musb/
H A Dmusb_virthub.c41 musb->is_active = 1;
90 musb->is_active = musb->xceiv &&
92 if (musb->is_active)
100 musb->is_active = musb->xceiv &&
204 musb->is_active = 0;
216 musb->is_active = 0;
H A Dtusb6010.c481 if (!musb->is_active) {
524 if (musb->is_active || ((musb->a_wait_bcon == 0)
599 musb->is_active = 0;
603 musb->is_active = 0;
724 musb->is_active = 0;
742 musb->is_active = 0;
744 musb->is_active = 1;
797 musb->is_active = 0;
868 musb->is_active = 1;
872 musb->is_active
[all...]
H A Dmpfs.c88 musb->is_active = 1;
94 musb->is_active = 0;
/linux-master/drivers/misc/mei/
H A Dhw-me.h56 * @is_active: the device is active
69 bool is_active; member in struct:mei_me_hw
H A Dgsc-me.c90 hw->is_active = true; /* start in active mode for initialization */
224 hw->is_active = false;
247 hw->is_active = true;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_lag.c270 bool is_active; local
275 is_active = lag->link_up && lag->tx_enabled;
276 if (port->lag_tx_active == is_active)
279 port->lag_tx_active = is_active;
/linux-master/drivers/spi/
H A Dspi-ath79.c70 static void ath79_spi_chipselect(struct spi_device *spi, int is_active) argument
73 int cs_high = (spi->mode & SPI_CS_HIGH) ? is_active : !is_active;
H A Dspi-gpio.c222 static void spi_gpio_chipselect(struct spi_device *spi, int is_active) argument
227 if (is_active)
235 gpiod_set_value_cansleep(cs, (spi->mode & SPI_CS_HIGH) ? is_active : !is_active);
H A Dspi-xcomm.c59 struct spi_device *spi, int is_active)
64 if (is_active)
58 spi_xcomm_chipselect(struct spi_xcomm *spi_xcomm, struct spi_device *spi, int is_active) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_cik.c206 q->is_active = QUEUE_IS_ACTIVE(*q);
248 q->is_active = QUEUE_IS_ACTIVE(*q);
283 qp->is_active = 0;
319 qp->is_active = 0;
360 q->is_active = QUEUE_IS_ACTIVE(*q);
H A Dkfd_mqd_manager_v10.c224 q->is_active = QUEUE_IS_ACTIVE(*q);
305 qp->is_active = 0;
385 q->is_active = QUEUE_IS_ACTIVE(*q);
422 qp->is_active = 0;
/linux-master/drivers/net/bonding/
H A Dbond_3ad.c832 if (SLAVE_AD_INFO(slave)->aggregator.is_active)
1050 if (port->aggregator->is_active) {
1068 } else if (port->aggregator->is_active) {
1079 if (port->aggregator->is_active &&
1098 if (port->aggregator->is_active &&
1119 port->aggregator->is_active &&
1151 if (port->aggregator->is_active)
1665 if (!port->aggregator->is_active)
1801 agg->is_active = 0;
1822 active->is_active
[all...]
/linux-master/drivers/iio/magnetometer/
H A Dmag3110.c232 int is_active; local
236 is_active = mag3110_is_active(data);
237 if (is_active < 0) {
238 ret = is_active;
243 if (is_active > 0) {
261 if (is_active > 0) {
/linux-master/tools/cgroup/
H A Diocost_monitor.py148 self.is_active = not list_empty(iocg.active_list.address_of_())
178 'is_active' : self.is_active,
194 f'{"*" if self.is_active else " "} ' \
267 if not filter_re and not iocg_stat.is_active:
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.h79 * @is_active: channel searching active.
89 bool is_active; member in struct:afx_hdl
/linux-master/kernel/
H A Dstop_machine.c210 bool is_active; local
220 is_active = cpu == cpumask_first(cpumask);
223 is_active = cpumask_test_cpu(cpu, cpumask);
239 if (is_active)
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.h71 static inline bool is_active(struct etnaviv_gem_object *etnaviv_obj) function
/linux-master/drivers/iio/accel/
H A Dfxls8962af-core.c256 int is_active; local
259 is_active = fxls8962af_is_active(data);
260 if (!is_active) {
269 if (!is_active)
322 int is_active; local
324 is_active = fxls8962af_is_active(data);
325 if (is_active) {
335 if (is_active) {
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c491 u8 is_active, u8 n_probes,
520 if (!is_active || (chan->flags & IEEE80211_CHAN_NO_IR))
624 bool is_active = false; local
729 is_active = true;
791 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT :
794 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT :
878 is_active, n_probes,
488 iwl_get_channels_for_scan(struct iwl_priv *priv, struct ieee80211_vif *vif, enum nl80211_band band, u8 is_active, u8 n_probes, struct iwl_scan_channel *scan_ch) argument
/linux-master/drivers/watchdog/
H A Dpcwd_pci.c113 static unsigned long is_active; variable
568 if (test_and_set_bit(0, &is_active)) {
592 clear_bit(0, &is_active);
H A Dpcwd_usb.c110 static unsigned long is_active; variable
480 if (test_and_set_bit(0, &is_active))
501 clear_bit(0, &is_active);

Completed in 363 milliseconds

1234