Searched defs:active (Results 1 - 25 of 260) sorted by relevance

1234567891011

/drivers/infiniband/hw/ehca/
H A Dehca_irq.h64 int active; member in struct:ehca_cpu_comp_task
/drivers/media/tuners/
H A Dsi2157_priv.h28 bool active; member in struct:si2157
H A De4000_priv.h35 bool active; member in struct:e4000
/drivers/media/dvb-frontends/
H A Dsi2168_priv.h38 bool active; member in struct:si2168
/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h75 bool active)
78 active);
73 ath6kl_htc_activity_changed(struct htc_target *target, enum htc_endpoint_id endpoint, bool active) argument
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c119 struct antenna_setup *active = &rt2x00dev->link.ant.active; local
139 config.rx = active->rx;
151 config.tx = active->tx;
169 memcpy(active, &config, sizeof(config));
/drivers/staging/lustre/lustre/ptlrpc/
H A Drecover.c261 * Administratively active/deactive a client.
264 * - echo 0/1 >> /proc/osc/XXX/active
267 int ptlrpc_set_import_active(struct obd_import *imp, int active) argument
276 if (!active) {
292 if (active) {
/drivers/thunderbolt/
H A Dtunnel_pci.c147 static int tb_pci_port_active(struct tb_port *port, bool active) argument
149 u32 word = active ? 0x80000000 : 0x0;
H A Dswitch.c279 static int tb_plug_events_active(struct tb_switch *sw, bool active) argument
293 if (active) {
/drivers/video/backlight/
H A Dgpio_backlight.c27 int active; member in struct:gpio_backlight
42 brightness ? gbl->active : !gbl->active);
77 gbl->active = (gpio_flags & OF_GPIO_ACTIVE_LOW) ? 0 : 1;
113 gbl->active = pdata->active_low ? 0 : 1;
118 (gbl->active ? GPIOF_INIT_LOW
/drivers/gpu/drm/nouveau/core/subdev/therm/
H A Dtemp.c96 bool active; local
112 active = (dir == NOUVEAU_THERM_THRS_RISING);
115 if (active) {
122 priv->emergency.downclock(therm, active);
126 priv->emergency.pause(therm, active);
129 if (active) {
/drivers/hv/
H A Dhv_snapshot.c35 * Note that only one transaction can be active at any point in time.
43 bool active; /* transaction status - active or not */ member in struct:__anon1308
73 vss_transaction.active = false;
120 * If a transaction is not active; log and return.
123 if (!vss_transaction.active) {
127 pr_warn("VSS: Transaction not active\n");
132 * only one transaction can be active at a time.
138 vss_transaction.active = false;
161 * The host ensures that only one VSS transaction can be active a
[all...]
H A Dhv_fcopy.c51 * The transaction "active" state is set when we receive a request from the
53 * respond to the host with our response. When the transaction active state is
58 bool active; /* transaction status - active or not */ member in struct:__anon1306
107 fcopy_transaction.active = false;
170 * only one transaction can be active at a time. This is guaranteed
172 * the "transaction active" state we maintain ensures that there can
173 * only be one active transaction at a time.
180 fcopy_transaction.active = false;
209 if (fcopy_transaction.active) {
[all...]
/drivers/ide/
H A Dqd65xx.h56 s16 active; /* active time */ member in struct:qd65xx_timing_s
/drivers/input/misc/
H A Dpm8xxx-vibrator.c39 * @active: state of vibrator
49 bool active; member in struct:pm8xxx_vib
95 vib->active = true;
100 vib->active = false;
104 pm8xxx_vib_set(vib, vib->active);
118 if (vib->active)
/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c240 int enic_dev_enable2(struct enic *enic, int active) argument
245 err = vnic_dev_enable2(enic->vdev, active);
H A Denic_pp.c222 int active = 0; local
249 active);
262 int active = 1; local
287 /* Enable device as active */
288 ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, vnic_dev_enable2, active);
/drivers/pcmcia/
H A Dbfin_cf_pcmcia.c64 unsigned active:1; member in struct:bfin_cf_socket
101 if (cf->active)
273 cf->active = 1;
294 cf->active = 0;
/drivers/ata/
H A Dpata_at32.c98 int active; local
117 active = smc->nrd_setup + smc->nrd_pulse;
118 recover = smc->read_cycle - active;
122 smc->read_cycle = active + 2;
/drivers/crypto/ccp/
H A Dccp-crypto-main.c206 struct ccp_crypto_cmd *active = NULL, *tmp; local
227 active = tmp;
232 if (!active) {
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c39 struct list_head active; member in struct:vmw_legacy_display
53 struct list_head active; member in struct:vmw_legacy_display_unit
58 list_del_init(&ldu->active);
87 list_for_each_entry(entry, &lds->active, active) {
102 if (!list_empty(&lds->active)) {
103 entry = list_entry(lds->active.next, typeof(*entry), active);
115 list_for_each_entry(entry, &lds->active, active) {
[all...]
/drivers/input/
H A Dinput-mt.c124 * @active: true if contact is active, false otherwise
127 * ABS_MT_TOOL_TYPE. If active is true and the slot is currently
133 unsigned int tool_type, bool active)
145 if (!active) {
183 * @use_count: report number of active contacts as finger count
132 input_mt_report_slot_state(struct input_dev *dev, unsigned int tool_type, bool active) argument
/drivers/input/touchscreen/
H A Dpenmount.c47 bool active; /* is the touch valid? */ member in struct:mt_slot
77 pm->slots[i].active);
78 if (pm->slots[i].active) {
140 pm->slots[slotnum].active = pm->data[0] & 0x30;
156 pm->slots[slotnum].active = pm->data[0] & 0x40;
/drivers/isdn/hisax/
H A Dbkm_a8.c114 /* Set the specific ipac to active */
116 set_ipac_active(struct IsdnCardState *cs, u_int active) argument
120 active ? 0xc0 : 0xff);
/drivers/media/platform/omap3isp/
H A Disppreview.h112 * @output: Bitmask of the active output
116 * @params.active: Bitmask of parameters active in set 0
117 * @params.lock: Parameters lock, protects params.active and params.shadow
139 u32 active; member in struct:isp_prev_device::__anon2267

Completed in 8781 milliseconds

1234567891011