Searched refs:activate (Results 1 - 25 of 160) sorted by relevance

1234567

/drivers/leds/trigger/
H A Dledtrig-default-on.c27 .activate = defon_trig_activate,
H A Dledtrig-transient.c31 int activate; member in struct:transient_trig_data
43 transient_data->activate = 0;
53 return sprintf(buf, "%d\n", transient_data->activate);
72 if (state == 0 && transient_data->activate == 1) {
74 transient_data->activate = state;
80 if (state == 1 && transient_data->activate == 0 &&
82 transient_data->activate = state;
90 /* state == 0 && transient_data->activate == 0
92 /* state == 1 && transient_data->activate == 1
153 static DEVICE_ATTR(activate, 064
[all...]
H A Dledtrig-heartbeat.c110 .activate = heartbeat_trig_activate,
H A Dledtrig-timer.c111 .activate = timer_trig_activate,
H A Dledtrig-backlight.c149 .activate = bl_trig_activate,
H A Dledtrig-oneshot.c185 .activate = oneshot_trig_activate,
/drivers/video/fbdev/
H A Dmacfb.c124 .activate = FB_ACTIVATE_NOW,
689 macfb_defined.activate = FB_ACTIVATE_NOW;
694 macfb_defined.activate = FB_ACTIVATE_NOW;
699 macfb_defined.activate = FB_ACTIVATE_NOW;
732 macfb_defined.activate = FB_ACTIVATE_NOW;
742 macfb_defined.activate = FB_ACTIVATE_NOW;
756 macfb_defined.activate = FB_ACTIVATE_NOW;
773 macfb_defined.activate = FB_ACTIVATE_NOW;
786 macfb_defined.activate = FB_ACTIVATE_NOW;
797 macfb_defined.activate
[all...]
H A Dmaxinefb.c48 .activate = FB_ACTIVATE_NOW,
H A Dq40fb.c48 .activate = FB_ACTIVATE_NOW,
H A Datafb.c781 var->activate = 0;
1551 var->activate = 0;
1970 var->activate = 0;
2210 var->activate = 0;
2389 int err, activate; local
2395 activate = var->activate;
2396 if (((var->activate & FB_ACTIVATE_MASK) == FB_ACTIVATE_NOW) && isactive)
2399 var->activate = activate;
[all...]
/drivers/staging/gdm724x/
H A Dgdm_lte.h39 u8 activate; member in struct:pdn_table
H A Dhci_packet.h78 u8 activate; member in struct:hci_pdn_table_ind
/drivers/video/fbdev/core/
H A Dfbsysfs.c90 static int activate(struct fb_info *fb_info, struct fb_var_screeninfo *var) function
94 var->activate |= FB_ACTIVATE_FORCE;
149 if ((err = activate(fb_info, &var)))
229 if ((err = activate(fb_info, &var)))
253 if ((err = activate(fb_info, &var)))
284 if ((err = activate(fb_info, &var)))
H A Dfbmem.c922 u32 activate)
930 caps.flags = (activate & FB_ACTIVATE_ALL) ? 1 : 0;
950 if (var->activate & FB_ACTIVATE_INV_MODE) {
974 if ((var->activate & FB_ACTIVATE_FORCE) ||
976 u32 activate = var->activate; local
1002 if ((var->activate & FB_ACTIVATE_MASK) == FB_ACTIVATE_NOW) {
1007 ret = fb_check_caps(info, var, activate);
1038 int evnt = (activate & FB_ACTIVATE_ALL) ?
1892 var.activate
921 fb_check_caps(struct fb_info *info, struct fb_var_screeninfo *var, u32 activate) argument
[all...]
/drivers/scsi/device_handler/
H A Dscsi_dh.c178 } else if (!strncmp(buf, "activate", 8)) {
182 if (scsi_dh->activate)
183 err = scsi_dh->activate(sdev, NULL, NULL);
370 * scsi_dh_activate - activate the path associated with the scsi_device
417 if (scsi_dh->activate)
418 err = scsi_dh->activate(sdev, fn, data);
/drivers/hid/
H A Dhid-picolcd_fb.c367 __u32 activate = var->activate; local
371 var->activate = activate;
/drivers/net/wireless/ath/ath10k/
H A Dbmi.h119 __le32 activate; /* 0=install, but dont activate */ member in struct:bmi_cmd::__anon4141::__anon4150
/drivers/net/wireless/libertas_tf/
H A Dcmd.c355 void lbtf_set_bssid(struct lbtf_private *priv, bool activate, const u8 *bssid) argument
361 cmd.activate = activate ? 1 : 0;
362 if (activate)
H A Dlibertas_tf.h408 u8 activate; member in struct:cmd_ds_set_bssid
471 void lbtf_set_bssid(struct lbtf_private *priv, bool activate, const u8 *bssid);
/drivers/leds/
H A Dled-triggers.c129 if (trig->activate)
130 trig->activate(led_cdev);
/drivers/s390/char/
H A Draw3270.c564 /* Setup processing done, now activate a view */
567 if (view->fn->activate(view) == 0)
902 rc = view->fn->activate(view);
906 if (!oldview || oldview->fn->activate(oldview) != 0) {
911 if (nv->fn->activate(nv) == 0)
941 /* Try to activate another view. */
946 if (view->fn->activate(view) == 0)
1039 /* Try to activate another view. */
1041 if (nv->fn->activate(nv) == 0) {
1290 if (rp->view && rp->view->fn->activate)
[all...]
/drivers/hwmon/
H A Dsmsc47m1.c142 u8 activate; /* Remember initial device state */ member in struct:smsc47m1_sio_data
597 sio_data->activate = superio_inb(SUPERIO_REG_ACT);
598 if ((sio_data->activate & 0x01) == 0) {
600 superio_outb(SUPERIO_REG_ACT, sio_data->activate | 0x01);
610 if ((sio_data->activate & 0x01) == 0) {
615 superio_outb(SUPERIO_REG_ACT, sio_data->activate);
/drivers/mtd/nand/
H A Dmxc_nand.c321 static void irq_control_v1_v2(struct mxc_nand_host *host, int activate) argument
327 if (activate)
335 static void irq_control_v3(struct mxc_nand_host *host, int activate) argument
341 if (activate)
349 static void irq_control(struct mxc_nand_host *host, int activate) argument
352 if (activate)
357 host->devtype_data->irq_control(host, activate);
/drivers/md/
H A DKconfig230 transparently encrypts the data on it. You'll need to activate
413 You'll need to activate the digests you're going to use in the
/drivers/staging/iio/adc/
H A DKconfig91 activate only one via device tree selection. Provides direct access

Completed in 426 milliseconds

1234567