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

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/drivers/usb/musb/
H A Dmusb_dsps.c374 musb->is_active = 0;
H A Dmusb_host.c2128 if (!is_host_active(musb) || !musb->is_active)
2527 if (musb->is_active) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
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/fs/smb/client/
H A Dcifs_debug.c231 if (!iface->is_active)
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
/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/net/wireless/intel/iwlegacy/
H A D4965-mac.c757 enum nl80211_band band, u8 is_active,
794 if (!is_active || il_is_channel_passive(ch_info) ||
865 bool is_active = false; local
926 is_active = true;
973 is_active ? IL_GOOD_CRC_TH_DEFAULT : IL_GOOD_CRC_TH_NEVER;
1016 il4965_get_channels_for_scan(il, vif, band, is_active, n_probes,
756 il4965_get_channels_for_scan(struct il_priv *il, struct ieee80211_vif *vif, enum nl80211_band band, u8 is_active, u8 n_probes, struct il_scan_channel *scan_ch) argument
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c556 u8 is_active; member in struct:prestera_msg_nh
2099 req.nh[i].is_active = nhs[i].connected;
/linux-master/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c1133 static int mv_u3d_vbus_session(struct usb_gadget *gadget, int is_active) argument
1143 u3d->vbus_active = (is_active != 0);
H A Dlpc32xx_udc.c2441 static int lpc32xx_vbus_session(struct usb_gadget *gadget, int is_active) argument
2452 pullup(udc, is_active);
H A Dmv_udc_core.c1147 static int mv_udc_vbus_session(struct usb_gadget *gadget, int is_active) argument
1156 udc->vbus_active = (is_active != 0);
H A Dfusb300_udc.c1330 static int fusb300_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
/linux-master/drivers/misc/mei/
H A Dhw-me.c1462 hw->is_active || kthread_should_stop(),
/linux-master/include/linux/
H A Dperf_event.h931 int is_active; member in struct:perf_event_context
/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
H A Dlibiscsi.c2288 * @is_active: is the conn in use for boot or is this for EH/termination
2294 void iscsi_conn_unbind(struct iscsi_cls_conn *cls_conn, bool is_active) argument
2318 if (!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/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/md/
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) {
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c611 priv->contexts[IWL_RXON_CTX_BSS].is_active = true;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1954 if (pkg_info->pkg_info[i].is_active) {
H A Dice_adminq_cmd.h2142 u8 is_active; member in struct:ice_aqc_get_pkg_info
/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))

Completed in 491 milliseconds

1234