Searched refs:is_active (Results 1 - 25 of 100) sorted by last modified time

1234

/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1288 return !is_active(etnaviv_obj) ? 0 : -EBUSY;
1293 !is_active(etnaviv_obj),
/linux-master/fs/smb/client/
H A Dsmb2ops.c603 iface->is_active = 0;
679 iface->is_active = 1;
701 info->is_active = 1;
747 if (!iface->is_active) {
H A Dcifsglob.h1031 unsigned int is_active : 1; /* unset if non existent */ member in struct:cifs_server_iface
H A Dcifs_debug.c231 if (!iface->is_active)
H A Dsess.c180 ses->chans[chan_index].iface->is_active;
252 if (!iface->is_active ||
385 if (old_iface->is_active) {
423 if (!iface->is_active ||
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1177 static int fsl_vbus_session(struct usb_gadget *gadget, int is_active) argument
1184 dev_vdbg(&gadget->dev, "VBUS %s\n", is_active ? "on" : "off");
1185 udc->vbus_active = (is_active != 0);
H A Dpxa27x_udc.c1512 * @is_active: 0 if disconnect, else connect D+ pullup resistor
1518 static int pxa_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
1525 dplus_pullup(udc, is_active);
1537 * @is_active: 0 if should disable the udc, 1 if should enable
1544 static int pxa_udc_vbus_session(struct usb_gadget *_gadget, int is_active) argument
1548 udc->vbus_sensed = is_active;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c86 u8 is_active; member in struct:mce
3137 if (!mce->is_active) {
3189 if (!mce->is_active) {
3278 mce->is_active = 1;
5085 static void nix_mcast_update_mce_entry(struct rvu *rvu, u16 pcifunc, u8 is_active) argument
5110 mce->is_active = is_active;
/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) {
/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_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/usb/dwc2/
H A Dgadget.c4700 static int dwc2_hsotg_vbus_session(struct usb_gadget *gadget, int is_active) argument
4705 dev_dbg(hsotg->dev, "%s: is_active: %d\n", __func__, is_active);
4719 if (is_active) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_adminq_cmd.h2142 u8 is_active; member in struct:ice_aqc_get_pkg_info
H A Dice_ddp.c1954 if (pkg_info->pkg_info[i].is_active) {
/linux-master/include/linux/usb/
H A Dgadget.h318 int (*vbus_session) (struct usb_gadget *, int is_active);
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.c1616 static int musb_gadget_vbus_session(struct usb_gadget *gadget, int is_active)
1795 musb->is_active = 0;
1847 musb->is_active = 1;
1907 musb->is_active = 0;
1937 musb->is_active = 1;
2028 musb->is_active = 0;
2065 musb->is_active = 1;
/linux-master/drivers/misc/
H A Dxilinx_sdfec.c783 bool is_active; local
788 is_active = !!(reg_value & XSDFEC_IS_ACTIVITY_SET);
789 err = put_user(is_active, arg);
/linux-master/drivers/misc/mei/
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/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;
/linux-master/drivers/xen/events/
H A Devents_base.c109 u8 is_active; /* Is event just being handled? */ member in struct:irq_info
643 /* is_active hasn't been reset yet, do it now. */
644 smp_store_release(&info->is_active, 0);
797 smp_store_release(&info->is_active, 0);
1682 if (xchg_acquire(&info->is_active, 1))
1889 * Need to keep is_active non-zero in order to ignore re-raised
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c2248 static void iscsi_ep_disconnect(struct iscsi_cls_conn *conn, bool is_active) argument
2262 session->transport->unbind_conn(conn, is_active);
2269 bool is_active)
2275 iscsi_ep_disconnect(conn, is_active);
2267 iscsi_if_disconnect_bound_ep(struct iscsi_cls_conn *conn, struct iscsi_endpoint *ep, bool is_active) argument
/linux-master/drivers/spi/
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-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;
/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c3018 bool is_active = !sd->active_state || sd->active_state == sd_state; local
3030 if (is_active)
3042 ccs_propagate(sd, sd_state, is_active, V4L2_SEL_TGT_CROP);
/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...]

Completed in 408 milliseconds

1234