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

1234

/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/fpga/
H A Dlattice-sysconfig.c74 static int sysconfig_poll_gpio(struct gpio_desc *gpio, bool is_active) argument
79 val < 0 || !!val == is_active,
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c297 if (q->properties.is_active) {
607 if (q->properties.is_active) {
626 if (q->properties.is_active)
819 if (q->properties.is_active)
876 prev_active = q->properties.is_active;
919 if (q->properties.is_active && !prev_active) {
921 } else if (!q->properties.is_active && prev_active) {
924 if (q->properties.is_active) {
930 if (q->properties.is_active) {
940 else if (q->properties.is_active)
[all...]
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;
H A Dkfd_mqd_manager_v11.c278 q->is_active = QUEUE_IS_ACTIVE(*q);
358 qp->is_active = 0;
451 q->is_active = QUEUE_IS_ACTIVE(*q);
H A Dkfd_mqd_manager_v9.c315 q->is_active = QUEUE_IS_ACTIVE(*q);
410 qp->is_active = 0;
489 q->is_active = QUEUE_IS_ACTIVE(*q);
525 qp->is_active = 0;
H A Dkfd_mqd_manager_vi.c237 q->is_active = QUEUE_IS_ACTIVE(*q);
316 qp->is_active = 0;
382 q->is_active = QUEUE_IS_ACTIVE(*q);
418 qp->is_active = 0;
H A Dkfd_packet_manager.c167 if (!kq->queue->properties.is_active)
186 if (!q->properties.is_active)
H A Dkfd_priv.h473 * @is_active: Defines if the queue is active or not. @is_active and
504 bool is_active; member in struct:queue_properties
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c68 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 0;
104 dtm_cmd->dtm_in_message.topology_update_v3.is_active = 0;
143 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 1;
190 dtm_cmd->dtm_in_message.topology_update_v3.is_active = 1;
H A Dhdcp_psp.h79 uint32_t is_active; member in struct:ta_dtm_topology_update_input_v2
111 uint32_t is_active; member in struct:ta_dtm_topology_update_input_v3
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c439 etnaviv_obj->flags, is_active(etnaviv_obj) ? 'A' : 'I',
493 WARN_ON(is_active(etnaviv_obj));
H A Detnaviv_gem.h71 static inline bool is_active(struct etnaviv_gem_object *etnaviv_obj) function
H A Detnaviv_gpu.c1288 return !is_active(etnaviv_obj) ? 0 : -EBUSY;
1293 !is_active(etnaviv_obj),
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c3460 bool is_active; local
3483 wait_for(is_active = drm_dp_pcon_is_frl_ready(&intel_dp->aux) == true, TIMEOUT_FRL_READY_MS);
3485 if (!is_active)
3503 wait_for(is_active =
3507 if (!is_active)
4899 bool is_active; local
4902 is_active = drm_dp_pcon_hdmi_link_active(&intel_dp->aux);
4903 if (intel_dp->frl.is_trained && !is_active) {
H A Dintel_fbc.c70 bool (*is_active)(struct intel_fbc *fbc); member in struct:intel_fbc_funcs
353 .is_active = i8xx_fbc_is_active,
372 .is_active = i8xx_fbc_is_active,
461 .is_active = g4x_fbc_is_active,
513 .is_active = ilk_fbc_is_active,
550 .is_active = ilk_fbc_is_active,
645 .is_active = ilk_fbc_is_active,
654 return fbc->funcs->is_active(fbc);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c28 static bool is_active(struct i915_request *rq) function
58 if (!READ_ONCE(engine->execlists.pending[0]) && is_active(rq))
H A Dselftest_lrc.c38 static bool is_active(struct i915_request *rq) function
68 if (!READ_ONCE(engine->execlists.pending[0]) && is_active(rq))
/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) {
H A Dmma8452.c601 int is_active; local
605 is_active = mma8452_is_active(data);
606 if (is_active < 0) {
607 ret = is_active;
612 if (is_active > 0) {
622 if (is_active > 0) {
/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/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/drivers/md/
H A Ddm-mpath.c50 bool is_active:1; /* Path status */ member in struct:pgpath
163 pgpath->is_active = true;
338 if (!pgpath->is_active)
1339 if (!pgpath->is_active)
1347 pgpath->is_active = false;
1380 if (pgpath->is_active)
1391 pgpath->is_active = true;
1414 if (pgpath->is_active)
1628 if (pgpath->is_active && !blk_queue_dying(q))
1883 p->is_active
[all...]
H A Dmd.c1571 int is_active = test_bit(In_sync, &rdev2->flags); local
1579 is_active = 1;
1582 is_active = 0;
1583 if (is_active)
1593 if (is_active)
1599 else if (is_active) {

Completed in 448 milliseconds

1234