Searched defs:is_active (Results 26 - 35 of 35) sorted by relevance

12

/drivers/usb/gadget/
H A Ds3c2410_udc.c1495 static int s3c2410_udc_vbus_session(struct usb_gadget *gadget, int is_active) argument
1501 udc->vbus = (is_active != 0);
1502 s3c2410_udc_set_pullup(udc, is_active);
H A Dpch_udc.c609 * @is_active: Parameter specifying the action
614 int is_active)
616 if (is_active) {
1206 * @is_active: specifies whether the session is starting or ending
1212 static int pch_udc_pcd_vbus_session(struct usb_gadget *gadget, int is_active) argument
1219 pch_udc_vbus_session(dev, is_active);
613 pch_udc_vbus_session(struct pch_udc_dev *dev, int is_active) argument
/drivers/usb/musb/
H A Dmusb_core.h400 unsigned is_active:1; member in struct:musb
/drivers/media/video/bt8xx/
H A Dbttv-driver.c3939 static inline int is_active(struct btcx_riscmem *risc, u32 rc) function
3960 if ((btv->curr.top && is_active(&btv->curr.top->top, rc)) ||
3961 (btv->curr.bottom && is_active(&btv->curr.bottom->bottom, rc))) {
4001 if (NULL != old && (is_active(&old->top, rc) ||
4002 is_active(&old->bottom, rc))) {
/drivers/net/wireless/bcmdhd/
H A Dwl_cfg80211.h448 bool is_active; member in struct:afx_hdl
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c1534 u8 is_active, u8 n_probes,
1575 if (!is_active || il_is_channel_passive(ch_info) ||
2522 bool is_active = false; local
2589 is_active = true;
2622 is_active ? IL_GOOD_CRC_TH_DEFAULT : IL_GOOD_CRC_TH_NEVER;
2635 il3945_get_channels_for_scan(il, band, is_active, n_probes,
1533 il3945_get_channels_for_scan(struct il_priv *il, enum ieee80211_band band, u8 is_active, u8 n_probes, struct il3945_scan_channel *scan_ch, struct ieee80211_vif *vif) argument
H A D4965-mac.c745 enum ieee80211_band band, u8 is_active,
782 if (!is_active || il_is_channel_passive(ch_info) ||
853 bool is_active = false; local
914 is_active = true;
961 is_active ? IL_GOOD_CRC_TH_DEFAULT : IL_GOOD_CRC_TH_NEVER;
1004 il4965_get_channels_for_scan(il, vif, band, is_active, n_probes,
744 il4965_get_channels_for_scan(struct il_priv *il, struct ieee80211_vif *vif, enum ieee80211_band band, u8 is_active, u8 n_probes, struct il_scan_channel *scan_ch) argument
/drivers/net/usb/
H A Dhso.c284 u8 is_active; member in struct:hso_device
3037 if (!hso_dev->is_active) {
3038 hso_dev->is_active = 1;
3054 if (hso_dev->is_active) {
3055 hso_dev->is_active = 0;
3060 hso_dev->is_active = 0;
/drivers/md/
H A Dmd.c1350 int is_active = test_bit(In_sync, &rdev2->flags); local
1358 is_active = 1;
1361 is_active = 0;
1362 if (is_active)
1372 if (is_active)
1378 else if (is_active) {
/drivers/net/wireless/iwlwifi/
H A Diwl-dev.h631 bool always_active, is_active; member in struct:iwl_rxon_context

Completed in 388 milliseconds

12