/linux-4.1.27/drivers/leds/trigger/ |
H A D | ledtrig-transient.c | 31 int activate; member in struct:transient_trig_data 43 transient_data->activate = 0; transient_timer_function() 53 return sprintf(buf, "%d\n", transient_data->activate); transient_activate_show() 72 if (state == 0 && transient_data->activate == 1) { transient_activate_store() 74 transient_data->activate = state; transient_activate_store() 81 if (state == 1 && transient_data->activate == 0 && transient_activate_store() 83 transient_data->activate = state; transient_activate_store() 91 /* state == 0 && transient_data->activate == 0 transient_activate_store() 93 /* state == 1 && transient_data->activate == 1 transient_activate_store() 154 static DEVICE_ATTR(activate, 0644, transient_activate_show, 220 .activate = transient_trig_activate,
|
H A D | ledtrig-default-on.c | 27 .activate = defon_trig_activate,
|
H A D | ledtrig-timer.c | 111 .activate = timer_trig_activate,
|
H A D | ledtrig-backlight.c | 149 .activate = bl_trig_activate,
|
H A D | ledtrig-heartbeat.c | 110 .activate = heartbeat_trig_activate,
|
H A D | ledtrig-gpio.c | 235 .activate = gpio_trig_activate,
|
H A D | ledtrig-oneshot.c | 185 .activate = oneshot_trig_activate,
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_sched_switch.c | 43 pr_info("wakeup trace: Couldn't activate tracepoint" tracing_sched_register() 50 pr_info("wakeup trace: Couldn't activate tracepoint" tracing_sched_register() 57 pr_info("sched trace: Couldn't activate tracepoint" tracing_sched_register()
|
H A D | trace_sched_wakeup.c | 601 pr_info("wakeup trace: Couldn't activate tracepoint" start_wakeup_tracer() 608 pr_info("wakeup trace: Couldn't activate tracepoint" start_wakeup_tracer() 615 pr_info("sched trace: Couldn't activate tracepoint" start_wakeup_tracer() 622 pr_info("wakeup trace: Couldn't activate tracepoint" start_wakeup_tracer()
|
H A D | trace_syscalls.c | 598 pr_info("event trace: Could not activate" perf_sysenter_enable() 670 pr_info("event trace: Could not activate" perf_sysexit_enable()
|
/linux-4.1.27/sound/pci/ice1712/ |
H A D | hoontech.c | 55 static void snd_ice1712_stdsp24_darear(struct snd_ice1712 *ice, int activate) snd_ice1712_stdsp24_darear() argument 59 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); snd_ice1712_stdsp24_darear() 64 static void snd_ice1712_stdsp24_mute(struct snd_ice1712 *ice, int activate) snd_ice1712_stdsp24_mute() argument 68 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); snd_ice1712_stdsp24_mute() 73 static void snd_ice1712_stdsp24_insel(struct snd_ice1712 *ice, int activate) snd_ice1712_stdsp24_insel() argument 77 ICE1712_STDSP24_3_INSEL(spec->boxbits, activate); snd_ice1712_stdsp24_insel() 82 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) snd_ice1712_stdsp24_box_channel() argument 95 ICE1712_STDSP24_2_MIDI1(spec->boxbits, activate); snd_ice1712_stdsp24_box_channel() 160 static void snd_ice1712_stdsp24_midi2(struct snd_ice1712 *ice, int activate) snd_ice1712_stdsp24_midi2() argument 164 ICE1712_STDSP24_3_MIDI2(spec->boxbits, activate); snd_ice1712_stdsp24_midi2() 205 /* let's go - activate only functions in first box */ snd_ice1712_hoontech_init()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | pseries_energy.c | 107 * preferred logical cpus to activate or deactivate for optimized 115 static ssize_t get_best_energy_list(char *page, int activate) get_best_energy_list() argument 128 if (activate) get_best_energy_list() 141 if ((cpu_online(cpu) && !activate) || get_best_energy_list() 142 (!cpu_online(cpu) && activate)) get_best_energy_list() 155 char *page, int activate) get_best_energy_data() 162 if (activate) get_best_energy_data() 205 * Comma separated list of cpus to activate or deactivate 154 get_best_energy_data(struct device *dev, char *page, int activate) get_best_energy_data() argument
|
H A D | mobility.c | 296 activate_fw_token = rtas_token("ibm,activate-firmware"); post_mobility_fixup() 299 "activate-fw call.\n"); post_mobility_fixup() 308 printk(KERN_ERR "Post-mobility activate-fw failed: %d\n", rc); post_mobility_fixup()
|
/linux-4.1.27/drivers/char/ |
H A D | nwbutton.h | 13 #define NUM_PRESSES_REBOOT 2 /* How many presses to activate shutdown */
|
/linux-4.1.27/include/linux/ |
H A D | serial_max3100.h | 21 * called on suspend and resume to activate it.
|
H A D | if_frad.h | 80 int (*activate)(struct net_device *, struct net_device *); member in struct:frad_local
|
H A D | debugobjects.h | 43 * @fixup_activate: fixup function, which is called when the activate check
|
H A D | hid-sensor-hub.h | 205 * interval, sensitivity, activate/deactivate state. 219 * interval, sensitivity, activate/deactivate state. On success it returns
|
H A D | dma-contiguous.h | 99 * is still activate.
|
/linux-4.1.27/arch/x86/xen/ |
H A D | pci-swiotlb-xen.c | 49 * activate this IOMMU. If running as PV privileged, activate it pci_xen_swiotlb_detect()
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_palmld.c | 72 /* request and activate power GPIO, IRQ GPIO */ palmld_pata_probe() 98 /* activate host */ palmld_pata_probe()
|
H A D | pata_isapnp.c | 95 /* activate */ isapnp_init_one()
|
H A D | pata_imx.c | 160 /* activate */ pata_imx_probe()
|
H A D | pata_ixp4xx_cf.c | 189 /* activate host */ ixp4xx_pata_probe()
|
H A D | sata_sil24.c | 143 PORT_CMD_ACTIVATE = 0x1c00, /* 64 bit cmd activate * 31 (248 bytes) */ 896 void __iomem *activate; sil24_qc_issue() local 899 activate = port + PORT_CMD_ACTIVATE + tag * 8; sil24_qc_issue() 906 writel((u32)paddr, activate); sil24_qc_issue() 907 writel((u64)paddr >> 32, activate + 4); sil24_qc_issue() 1314 /* configure and activate the device */ sil24_init_one()
|
H A D | sata_sil.c | 682 /* Apply R_ERR on DMA activate FIS errata workaround */ sil_init_controller() 692 "Applying R_ERR on DMA activate FIS errata fix\n"); sil_init_controller() 797 /* initialize and activate */ sil_init_one()
|
H A D | pata_cs5520.c | 208 /* activate the host */ cs5520_init_one()
|
H A D | pata_mpiix.c | 210 /* activate host */ mpiix_init_one()
|
H A D | pata_platform.c | 173 /* activate */ __pata_platform_probe()
|
H A D | pata_sil680.c | 398 /* Register & activate */ sil680_init_one()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | macfb.c | 124 .activate = FB_ACTIVATE_NOW, 689 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 694 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 699 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 732 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 742 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 756 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 773 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 786 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 797 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 811 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 824 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init() 893 macfb_defined.activate = FB_ACTIVATE_NOW; macfb_init()
|
H A D | q40fb.c | 48 .activate = FB_ACTIVATE_NOW,
|
H A D | maxinefb.c | 48 .activate = FB_ACTIVATE_NOW,
|
H A D | atafb.c | 781 var->activate = 0; tt_encode_var() 1551 var->activate = 0; falcon_encode_var() 1970 var->activate = 0; stste_encode_var() 2210 var->activate = 0; ext_encode_var() 2389 int err, activate; do_fb_set_var() local 2395 activate = var->activate; do_fb_set_var() 2396 if (((var->activate & FB_ACTIVATE_MASK) == FB_ACTIVATE_NOW) && isactive) do_fb_set_var() 2399 var->activate = activate; do_fb_set_var() 2781 var.activate = FB_ACTIVATE_TEST; check_default_par() 2788 var.activate = FB_ACTIVATE_TEST; check_default_par() 2801 var.activate = FB_ACTIVATE_TEST; check_default_par()
|
H A D | clps711xfb.c | 191 info->var.activate = FB_ACTIVATE_NOW; clps711x_guess_lcd_params()
|
H A D | efifb.c | 23 .activate = FB_ACTIVATE_NOW,
|
H A D | g364fb.c | 88 .activate = FB_ACTIVATE_NOW,
|
H A D | goldfishfb.c | 234 fb->fb.var.activate = FB_ACTIVATE_NOW; goldfish_fb_probe()
|
H A D | pmag-ba-fb.c | 55 .activate = FB_ACTIVATE_NOW,
|
H A D | s3c2410fb.c | 370 * activate (set) the controller from the given framebuffer 448 /* activate this new configuration */ s3c2410fb_set_par() 910 fbinfo->var.activate = FB_ACTIVATE_NOW; s3c24xxfb_probe() 1088 /* re-activate our display after resume */ s3c2410fb_resume()
|
H A D | nuc900fb.c | 287 /* activate this new configuration */ nuc900fb_set_par() 583 fbinfo->var.activate = FB_ACTIVATE_NOW; nuc900fb_probe()
|
H A D | clps711x-fb.c | 325 info->var.activate = FB_ACTIVATE_FORCE | FB_ACTIVATE_NOW; clps711x_fb_probe()
|
H A D | hitfb.c | 34 .activate = FB_ACTIVATE_NOW,
|
/linux-4.1.27/arch/mips/lantiq/ |
H A D | clk.c | 146 if (clk->activate) clk_activate() 147 return clk->activate(clk); clk_activate()
|
H A D | clk.h | 64 int (*activate) (struct clk *clk); member in struct:clk
|
/linux-4.1.27/drivers/staging/gdm724x/ |
H A D | gdm_lte.h | 39 u8 activate; member in struct:pdn_table
|
H A D | hci_packet.h | 78 u8 activate; member in struct:hci_pdn_table_ind
|
H A D | gdm_lte.c | 741 if (pdn_table->activate) { gdm_lte_pdn_table() 742 nic->pdn_table.activate = pdn_table->activate; gdm_lte_pdn_table()
|
/linux-4.1.27/drivers/thunderbolt/ |
H A D | tunnel_pci.c | 143 * tb_pci_port_active() - activate/deactivate PCI capability 159 * tb_pci_restart() - activate a tunnel after a hardware reset 191 * tb_pci_activate() - activate a tunnel 200 "trying to activate an already activated tunnel\n"); tb_pci_activate()
|
H A D | tb.h | 66 TB_PATH_SOURCE = 1, /* activate on the first hop (out of src) */ 67 TB_PATH_INTERNAL = 2, /* activate on other hops (not the first/last) */ 68 TB_PATH_DESTINATION = 4, /* activate on the last hop (into dst) */
|
H A D | path.c | 108 * tb_path_activate() - activate a path 120 tb_WARN(path->tb, "trying to activate already activated path\n"); tb_path_activate()
|
H A D | tb.c | 138 * tb_activate_pcie_devices() - scan for and activate PCIe devices
|
/linux-4.1.27/drivers/scsi/device_handler/ |
H A D | scsi_dh.c | 203 } else if (!strncmp(buf, "activate", 8)) { store_dh_state() 207 if (scsi_dh->activate) store_dh_state() 208 err = scsi_dh->activate(sdev, NULL, NULL); store_dh_state() 398 * scsi_dh_activate - activate the path associated with the scsi_device 445 if (scsi_dh->activate) scsi_dh_activate() 446 err = scsi_dh->activate(sdev, fn, data); scsi_dh_activate()
|
H A D | scsi_dh_hp_sw.c | 288 * activate the passive path (and deactivate the 380 .activate = hp_sw_activate,
|
H A D | scsi_dh_alua.c | 737 * alua_activate - activate a path 878 .activate = alua_activate,
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | fbsysfs.c | 90 static int activate(struct fb_info *fb_info, struct fb_var_screeninfo *var) activate() function 94 var->activate |= FB_ACTIVATE_FORCE; activate() 149 if ((err = activate(fb_info, &var))) store_mode() 229 if ((err = activate(fb_info, &var))) store_bpp() 253 if ((err = activate(fb_info, &var))) store_rotate() 284 if ((err = activate(fb_info, &var))) store_virtual()
|
H A D | fbmem.c | 922 u32 activate) fb_check_caps() 930 caps.flags = (activate & FB_ACTIVATE_ALL) ? 1 : 0; fb_check_caps() 950 if (var->activate & FB_ACTIVATE_INV_MODE) { fb_set_var() 974 if ((var->activate & FB_ACTIVATE_FORCE) || fb_set_var() 976 u32 activate = var->activate; fb_set_var() local 1002 if ((var->activate & FB_ACTIVATE_MASK) == FB_ACTIVATE_NOW) { fb_set_var() 1007 ret = fb_check_caps(info, var, activate); fb_set_var() 1038 int evnt = (activate & FB_ACTIVATE_ALL) ? fb_set_var() 1892 var.activate = FB_ACTIVATE_TEST; fb_new_modelist() 921 fb_check_caps(struct fb_info *info, struct fb_var_screeninfo *var, u32 activate) fb_check_caps() argument
|
/linux-4.1.27/drivers/isdn/divert/ |
H A D | isdn_divert.h | 27 #define IIOCDOCFACT _IO('I', 9) /* activate control forwarding in PBX */ 39 #define DIVERT_ACTIVATE 5 /* diversion activate */
|
H A D | isdn_divert.c | 129 *p++ = proc & 0x7F; /* procedure to de/activate/interrogate */ cf_command() 144 } /* activate */ cf_command()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.h | 119 __le32 activate; /* 0=install, but dont activate */ member in struct:bmi_cmd::__anon7586::__anon7595
|
/linux-4.1.27/drivers/media/usb/stk1160/ |
H A D | stk1160-reg.h | 32 * with bit #7 (0x?? OR 0x80 to activate).
|
/linux-4.1.27/arch/mips/boot/compressed/ |
H A D | decompress.c | 49 /* activate the code for pre-boot environment */
|
/linux-4.1.27/drivers/base/ |
H A D | pinctrl.c | 47 dev_dbg(dev, "failed to activate default pinctrl state\n"); pinctrl_bind_pins()
|
H A D | dd.c | 301 if (dev->pm_domain && dev->pm_domain->activate) { really_probe() 302 ret = dev->pm_domain->activate(dev); really_probe()
|
H A D | attribute_container.c | 282 * @dev: The generic device to activate the trigger for
|
/linux-4.1.27/kernel/irq/ |
H A D | resend.c | 93 /* Set it pending and activate the softirq: */ check_irq_resend()
|
H A D | irqdomain.c | 1176 * irq_domain_activate_irq - Call domain_ops->activate recursively to activate 1180 * This is the second step to call domain_ops->activate to program interrupt 1190 if (domain->ops->activate) irq_domain_activate_irq() 1191 domain->ops->activate(domain, irq_data); irq_domain_activate_irq()
|
H A D | msi.c | 130 .activate = msi_domain_activate,
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | wm8739.c | 139 /* de-activate */ wm8739_s_clock_freq() 157 /* activate */ wm8739_s_clock_freq() 250 /* activate */ wm8739_probe()
|
H A D | tlv320aic23b.c | 183 /* activate digital interface */ tlv320aic23b_probe()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | speedstep-ich.c | 151 * speedstep_activate - activate SpeedStep control in the chipset 153 * Tries to activate the SpeedStep status and control registers. 356 /* activate speedstep support */ speedstep_init()
|
H A D | sa1110-cpufreq.c | 40 u_char trcd; /* activate to r/w (ns) */ 41 u_char trp; /* precharge to activate (ns) */
|
/linux-4.1.27/drivers/s390/char/ |
H A D | raw3270.c | 564 /* Setup processing done, now activate a view */ raw3270_size_device_done() 567 if (view->fn->activate(view) == 0) raw3270_size_device_done() 902 rc = view->fn->activate(view); raw3270_activate_view() 906 if (!oldview || oldview->fn->activate(oldview) != 0) { raw3270_activate_view() 911 if (nv->fn->activate(nv) == 0) raw3270_activate_view() 941 /* Try to activate another view. */ raw3270_deactivate_view() 946 if (view->fn->activate(view) == 0) raw3270_deactivate_view() 1039 /* Try to activate another view. */ raw3270_del_view() 1041 if (nv->fn->activate(nv) == 0) { raw3270_del_view() 1290 if (rp->view && rp->view->fn->activate) raw3270_pm_start() 1291 rp->view->fn->activate(rp->view); raw3270_pm_start()
|
H A D | raw3270.h | 138 int (*activate)(struct raw3270_view *); member in struct:raw3270_fn
|
/linux-4.1.27/drivers/hwmon/ |
H A D | smsc47m1.c | 142 u8 activate; /* Remember initial device state */ member in struct:smsc47m1_sio_data 597 sio_data->activate = superio_inb(SUPERIO_REG_ACT); smsc47m1_find() 598 if ((sio_data->activate & 0x01) == 0) { smsc47m1_find() 600 superio_outb(SUPERIO_REG_ACT, sio_data->activate | 0x01); smsc47m1_find() 610 if ((sio_data->activate & 0x01) == 0) { smsc47m1_restore() 615 superio_outb(SUPERIO_REG_ACT, sio_data->activate); smsc47m1_restore()
|
/linux-4.1.27/drivers/mfd/ |
H A D | menf21bmc.c | 90 * We have to exit the Production Mode of the BMC to activate the menf21bmc_probe()
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | sba.h | 131 char raf_act_timer_poll ; /* activate the timer to send allc req */
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | chip.h | 77 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec); member in struct:brcmf_buscore_ops
|
H A D | chip.c | 142 u32 sbactcnfg; /* activate configuration */ 980 if (WARN_ON(!ops->activate)) brcmf_chip_attach() 1110 chip->ops->activate(chip->ctx, &chip->pub, 0); brcmf_chip_cm3_set_active() 1136 chip->ops->activate(chip->ctx, &chip->pub, rstvec); brcmf_chip_cr4_set_active()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | bgmac.h | 186 #define BGMAC_CMDCFG_TE 0x00000001 /* Set to activate TX */ 187 #define BGMAC_CMDCFG_RE 0x00000002 /* Set to activate RX */ 193 #define BGMAC_CMDCFG_PROM 0x00000010 /* Set to activate promiscuous mode */ 204 #define BGMAC_CMDCFG_ML 0x00008000 /* Set to activate mac loopback mode */
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-picolcd_fb.c | 367 __u32 activate = var->activate; picolcd_fb_check_var() local 371 var->activate = activate; picolcd_fb_check_var()
|
/linux-4.1.27/drivers/media/common/saa7146/ |
H A D | saa7146_fops.c | 81 buf->activate(dev,buf,NULL); saa7146_buffer_queue() 125 /* activate next one from queue */ saa7146_buffer_next() 133 buf->activate(dev,buf,next); saa7146_buffer_next() 182 called for the current buffer. if we activate the next buffer now, saa7146_buffer_timeout()
|
H A D | saa7146_vbi.c | 262 buf->activate = buffer_activate; buffer_prepare() 467 // fixme: activate vbi engine here if necessary. (really?) vbi_read()
|
/linux-4.1.27/include/uapi/linux/usb/ |
H A D | gadgetfs.h | 13 * may activate endpoints as it handles SET_CONFIGURATION setup events,
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | tlbflush.h | 14 * synchronisation is fairly lightweight and harmless so we activate
|
/linux-4.1.27/drivers/leds/ |
H A D | led-triggers.c | 139 if (trig->activate) led_trigger_set() 140 trig->activate(led_cdev); led_trigger_set()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.h | 147 * u32 Activate? 1-->activate; 148 * 0-->install but do not activate
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | mac_psc.h | 125 * bit 7 : Set to one to activate the 128 * bit 8 : Set to one to activate the
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | emupcm.c | 1048 static void snd_emu10k1_pcm_mixer_notify1(struct snd_emu10k1 *emu, struct snd_kcontrol *kctl, int idx, int activate) snd_emu10k1_pcm_mixer_notify1() argument 1054 if (activate) snd_emu10k1_pcm_mixer_notify1() 1063 static void snd_emu10k1_pcm_mixer_notify(struct snd_emu10k1 *emu, int idx, int activate) snd_emu10k1_pcm_mixer_notify() argument 1065 snd_emu10k1_pcm_mixer_notify1(emu, emu->ctl_send_routing, idx, activate); snd_emu10k1_pcm_mixer_notify() 1066 snd_emu10k1_pcm_mixer_notify1(emu, emu->ctl_send_volume, idx, activate); snd_emu10k1_pcm_mixer_notify() 1067 snd_emu10k1_pcm_mixer_notify1(emu, emu->ctl_attn, idx, activate); snd_emu10k1_pcm_mixer_notify() 1070 static void snd_emu10k1_pcm_efx_mixer_notify(struct snd_emu10k1 *emu, int idx, int activate) snd_emu10k1_pcm_efx_mixer_notify() argument 1072 snd_emu10k1_pcm_mixer_notify1(emu, emu->ctl_efx_send_routing, idx, activate); snd_emu10k1_pcm_efx_mixer_notify() 1073 snd_emu10k1_pcm_mixer_notify1(emu, emu->ctl_efx_send_volume, idx, activate); snd_emu10k1_pcm_efx_mixer_notify() 1074 snd_emu10k1_pcm_mixer_notify1(emu, emu->ctl_efx_attn, idx, activate); snd_emu10k1_pcm_efx_mixer_notify()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fb.h | 198 #define FB_ACTIVATE_NXTOPEN 1 /* activate on next open */ 202 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */ 258 __u32 activate; /* see FB_ACTIVATE_* */ member in struct:fb_var_screeninfo
|
/linux-4.1.27/arch/ia64/hp/sim/ |
H A D | simserial.c | 363 static int activate(struct tty_port *port, struct tty_struct *tty) activate() function 480 .activate = activate,
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
H A D | cmd.c | 355 void lbtf_set_bssid(struct lbtf_private *priv, bool activate, const u8 *bssid) lbtf_set_bssid() argument 361 cmd.activate = activate ? 1 : 0; lbtf_set_bssid() 362 if (activate) lbtf_set_bssid()
|
H A D | libertas_tf.h | 408 u8 activate; member in struct:cmd_ds_set_bssid 471 void lbtf_set_bssid(struct lbtf_private *priv, bool activate, const u8 *bssid);
|
H A D | main.c | 516 bool activate = !is_zero_ether_addr(bss_conf->bssid); lbtf_op_bss_info_changed() local 517 lbtf_set_bssid(priv, activate, bss_conf->bssid); lbtf_op_bss_info_changed()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | qdio_thinint.c | 192 /* protect tiq_list entries, only changed in activate or shutdown */ tiqdio_thinint_handler()
|
H A D | qdio.h | 74 #define CIW_TYPE_AQUEUE 0x4 /* activate QDIO queues */
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_param.h | 98 #define PARAM_ACTIVE "active=" /* activate/deactivate */
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | ael1002.c | 560 /* activate uC clock */ ael2020_setup_twinax_edc() 566 /* set PC to start of SRAM and activate uC */ ael2020_setup_twinax_edc() 574 /* set uC clock and activate it */ ael2020_setup_twinax_edc() 594 /* activate uC */ ael2020_setup_twinax_edc()
|
/linux-4.1.27/drivers/input/misc/ |
H A D | gp2ap002a00f.c | 81 "unable to activate, err %d\n", error); gp2a_device_open()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce-inject.c | 45 /* Finally activate it */ inject_mce()
|
/linux-4.1.27/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 108 # Enable paging and in turn activate Long Mode
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | msm_smd_tty.c | 180 .activate = smd_tty_port_activate,
|
H A D | kgdb_nmi.c | 233 .activate = kgdb_nmi_tty_activate,
|
H A D | ifx6x60.c | 496 * is not active then activate it, when the SRDY line is asserted back 550 * activate/shutdown by the tty layer. 562 * tty port activate method - called for first open. Serialized 594 * with hangup and activate by the tty layer. 609 .activate = ifx_port_activate,
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | initializers.c | 60 /* This function is required to activate all four slots on the UCR-61S2B
|
/linux-4.1.27/drivers/md/ |
H A D | raid1.h | 106 * the new thread here until we fully activate the array.
|
H A D | raid10.h | 80 * the new thread here until we fully activate the array.
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | dib0090.h | 56 u8 clkouttobamse:1; /* activate or deactivate clock output */
|
/linux-4.1.27/include/scsi/fc/ |
H A D | fc_encaps.h | 79 FC_SOF_C4 = 0x39, /* activate class 4 */
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | smc37c93x.c | 27 /* device "activate" register contents */
|
/linux-4.1.27/drivers/regulator/ |
H A D | da9052-regulator.c | 227 * the activate bit to implment the changes on the output. da9052_regulator_set_voltage_sel() 253 * the activate bit. da9052_regulator_set_voltage_time_sel()
|
H A D | max8660.c | 157 /* Select target voltage register and activate regulation */ max8660_dcdc_set_voltage_sel() 193 /* Select target voltage register and activate regulation */ max8660_ldo5_set_voltage_sel()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_obex.c | 232 "activate obex ttyGS%d\n", obex->port_num); obex_set_alt() 277 "obex ttyGS%d function activate --> %d\n", obex_connect()
|
H A D | f_serial.c | 164 "activate generic ttyGS%d\n", gser->port_num); gser_set_alt()
|
H A D | f_acm.c | 304 * The main task of this function is to activate and deactivate 453 "activate acm ttyGS%d\n", acm->port_num); acm_set_alt()
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 141 /* #of activate IRQs received and not yet processed */ 295 dev_dbg(xpc_part, "processing activate IRQs " xpc_hb_checker() 318 * This thread will attempt to discover other partitions to activate 356 * Wait until we've been requested to activate kthreads or xpc_channel_mgr() 722 * If that is the case, we may need to activate xpc_kthread_start() 1305 * activate based on info provided by SAL. This new thread is short xpc_init()
|
H A D | xpc_sn2.c | 210 * Notify the heartbeat check thread that an activate IRQ has been received. 249 /* fake the sending and receipt of an activate IRQ from remote nasid */ xpc_send_local_activate_IRQ_sn2() 521 * Send activate IRQ to get other side to see that we've cleared our xpc_indicate_partition_disengaged_sn2() 694 /* initialize the activate IRQ related amo variables */ xpc_setup_rsvd_page_sn2() 870 * Send activate IRQ to get other side to see that we've set our xpc_request_partition_deactivation_sn2() 971 * Prior code has determined the nasid which generated a activate IRQ. 1105 /* scan through activate amo variables looking for non-zero entries */ xpc_identify_activate_IRQ_sender_sn2() 1472 * Send activate IRQ to get other side to activate if they've not xpc_make_first_contact_sn2()
|
H A D | xpc.h | 711 /* activate mq's gru mq */ 714 /* activate mq's gru mq descriptor */ 773 atomic_t channel_mgr_requests; /* #of requests to activate chan mgr */ 842 #define XPC_P_AS_ACTIVATION_REQ 0x01 /* created thread to activate */
|
/linux-4.1.27/drivers/atm/ |
H A D | fore200e.h | 250 OPCODE_ACTIVATE_VCIN, /* activate incoming VCI */ 251 OPCODE_ACTIVATE_VCOUT, /* activate outgoing VCI */ 277 /* activate VC command opcode */ 289 /* activate VC command block */ 292 struct activate_opcode opcode; /* activate VC command opcode */ 500 struct activate_block activate_block; /* activate VC */
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | mxc_nand.c | 317 static void irq_control_v1_v2(struct mxc_nand_host *host, int activate) irq_control_v1_v2() argument 323 if (activate) irq_control_v1_v2() 331 static void irq_control_v3(struct mxc_nand_host *host, int activate) irq_control_v3() argument 337 if (activate) irq_control_v3() 345 static void irq_control(struct mxc_nand_host *host, int activate) irq_control() argument 348 if (activate) irq_control() 353 host->devtype_data->irq_control(host, activate); irq_control()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
H A D | lov_obd.c | 122 int lov_connect_obd(struct obd_device *obd, __u32 index, int activate, lov_connect_obd() argument 155 if (activate) { lov_connect_obd() 187 obd_uuid2str(tgt_uuid), tgt_obd->obd_name, activate ? "":"in"); lov_connect_obd() 359 int index, activate, active; lov_set_osc_active() local 396 activate = (ev == OBD_NOTIFY_ACTIVATE) ? 1 : 0; lov_set_osc_active() 398 if (lov->lov_tgts[index]->ltd_activate == activate) { lov_set_osc_active() 400 uuid->uuid, activate ? "" : "de"); lov_set_osc_active() 402 lov->lov_tgts[index]->ltd_activate = activate; lov_set_osc_active() 404 activate ? "" : "de", obd_uuid2str(uuid)); lov_set_osc_active()
|
H A D | lov_internal.h | 238 int lov_connect_obd(struct obd_device *obd, __u32 index, int activate,
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-core.c | 281 buf->activate(dev, buf, NULL); saa7134_buffer_queue() 288 buf->activate(dev, buf, next); saa7134_buffer_queue() 319 /* activate next one from queue */ saa7134_buffer_next() 327 buf->activate(dev, buf, next); saa7134_buffer_next() 1217 buf->activate(dev, buf, next); saa7134_buffer_requeue()
|
H A D | saa7134-ts.c | 84 buf->activate = buffer_activate; saa7134_ts_buffer_init()
|
H A D | saa7134-vbi.c | 165 buf->activate = buffer_activate; buffer_init()
|
/linux-4.1.27/arch/s390/oprofile/ |
H A D | hwsampler.c | 582 * hwsampler_activate() - activate/resume hardware sampling which was deactivated 590 * Re-activate hw sampling. This should be called in pair with hwsampler_activate() 608 "CPU %d, CPUMF activate sampling failed.\n", hwsampler_activate()
|
/linux-4.1.27/lib/ |
H A D | debugobjects.c | 415 debug_print_object(obj, "activate"); debug_object_activate() 422 debug_print_object(obj, "activate"); debug_object_activate() 441 debug_print_object(&o, "activate"); debug_object_activate()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
H A D | mv_defs.h | 213 MCH_BIST = (1U << 4), /* BIST activate (STP/SATA) */ 237 PHYEV_BIST_ACT = (1U << 17), /* BIST activate FIS */
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | fw_inc.c | 244 wmb(); /* finish before activate gw */ gw_write() 246 iowrite32(WIL_FW_GW_CTL_RUN, gwa_ctl); /* activate gw */ gw_write()
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_infineon.c | 523 /* activate register */ tpm_inf_pnp_probe() 603 /* activate register */ tpm_inf_resume()
|
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/ |
H A D | gpio-au1000.h | 362 * @gpio2: The GPIO2 pin to activate (200...215). 402 * @gpio2: The GPIO2 pin to activate (200...215).
|
/linux-4.1.27/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 60 .activate = FB_ACTIVATE_NOW, 455 if ((var->activate & FB_ACTIVATE_MASK) == FB_ACTIVATE_TEST) kyrofb_check_var()
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | smpboot.c | 405 * Description: This routine activate a secondary processor. 442 * Description: This routine activate a secondary processor.
|
/linux-4.1.27/sound/pci/au88x0/ |
H A D | au88x0_pcm.c | 127 struct snd_kcontrol *kctl, int activate) vortex_notify_pcm_vol_change() 129 if (activate) vortex_notify_pcm_vol_change() 126 vortex_notify_pcm_vol_change(struct snd_card *card, struct snd_kcontrol *kctl, int activate) vortex_notify_pcm_vol_change() argument
|
/linux-4.1.27/sound/pci/ |
H A D | azt3328.h | 113 /* activate timer countdown */ 155 /* bit 5: enabling this will activate permanent counting of bytes 2/3
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
H A D | lmv_obd.c | 60 int activate) lmv_activate_target() 62 if (tgt->ltd_active == activate) lmv_activate_target() 65 tgt->ltd_active = activate; lmv_activate_target() 66 lmv->desc.ld_active_tgt_count += (activate ? 1 : -1); lmv_activate_target() 77 int activate) lmv_set_mdc_active() 84 CDEBUG(D_INFO, "Searching in lmv %p for uuid %s (activate=%d)\n", lmv_set_mdc_active() 85 lmv, uuid->uuid, activate); lmv_set_mdc_active() 116 if (tgt->ltd_active == activate) { lmv_set_mdc_active() 118 activate ? "" : "in"); lmv_set_mdc_active() 123 activate ? "" : "in"); lmv_set_mdc_active() 124 lmv_activate_target(lmv, tgt, activate); lmv_set_mdc_active() 58 lmv_activate_target(struct lmv_obd *lmv, struct lmv_tgt_desc *tgt, int activate) lmv_activate_target() argument 76 lmv_set_mdc_active(struct lmv_obd *lmv, struct obd_uuid *uuid, int activate) lmv_set_mdc_active() argument
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | platform.h | 36 /* activate debuglib for modules only */
|
/linux-4.1.27/drivers/isdn/pcbit/ |
H A D | callbacks.c | 312 * send activate b-chan protocol
|
/linux-4.1.27/drivers/iio/adc/ |
H A D | cc10001_adc.c | 53 * activate START. Since adding two more clock cycles delay does not
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | sdio_irq.c | 264 * Claim and activate the IRQ for the given SDIO function. The provided
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | xircom_cb.c | 730 /* now wait for the card to activate again */ activate_receiver() 740 "Receiver failed to re-activate\n"); activate_receiver() 817 /* now wait for the card to activate again */ activate_transmitter() 827 "Transmitter failed to re-activate\n"); activate_transmitter()
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-dvb.c | 43 /* activate the pid on the device specific pid_filter */ dvb_usb_ctrl_feed()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
H A D | ec168.c | 255 /* activate tuner I2C? */ ec168_download_firmware()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | go7007-priv.h | 27 /* IDs to activate board-specific support code */
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-butterfly.c | 133 /* here, value == "activate or not"; butterfly_chipselect()
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
H A D | mgag200_cursor.c | 19 takes too long to re-activate and causes momentary corruption
|
/linux-4.1.27/drivers/firewire/ |
H A D | core.h | 55 * This function is expected to activate the card, and either
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | setup.c | 227 * range before we attempt to activate it, to avoid reset by MMU. __add_active_range()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | port_kern.c | 72 "Either disconnect from one to make it available or activate some more\n" \
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_actlog.c | 255 * we may need to activate two extents in one go */ drbd_al_begin_io_fastpath() 272 * we may need to activate two extents in one go */ drbd_al_begin_io_prepare() 342 * we may need to activate two extents in one go */ drbd_al_begin_io_nonblock() 401 * we may need to activate two extents in one go */ drbd_al_complete_io()
|
/linux-4.1.27/drivers/block/ |
H A D | umem.c | 304 static void activate(struct cardinfo *card) activate() function 494 activate(card); process_page() 517 activate(card); mm_unplug() 539 activate(card); mm_make_request()
|
/linux-4.1.27/drivers/thermal/ |
H A D | step_wise.c | 120 * If value is +1, activate a passive instance. update_passive_instance()
|
/linux-4.1.27/drivers/tty/ |
H A D | goldfish.c | 166 .activate = goldfish_tty_activate,
|
H A D | tty_port.c | 607 if (port->ops->activate) { tty_port_open() 608 int retval = port->ops->activate(port, tty); tty_port_open()
|
/linux-4.1.27/drivers/uwb/i1480/dfu/ |
H A D | i1480-dfu.h | 109 * Use this value to activate dfu code to support new revisions
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 75 * xbf_low is used by the allocator to activate the lowspace algorithm -
|
/linux-4.1.27/drivers/virtio/ |
H A D | virtio_pci_legacy.c | 142 /* activate the queue */ setup_vq()
|
H A D | virtio_pci_modern.c | 367 /* activate the queue */ setup_vq() 435 /* Select and activate all queues. Has to be done last: once we do vp_modern_find_vqs()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | acquirewdt.c | 40 * be performed. This will enable and activate the countdown timer
|
H A D | sbc8360.c | 236 /* De-activate the watchdog */ sbc8360_stop()
|
/linux-4.1.27/include/media/ |
H A D | saa7146_vv.h | 64 int (*activate)(struct saa7146_dev *dev, member in struct:saa7146_buf
|
/linux-4.1.27/arch/mips/lantiq/falcon/ |
H A D | sysctrl.c | 177 clk->activate = sysctl_activate; clkdev_add_sys()
|
/linux-4.1.27/arch/mips/loongson/loongson-3/ |
H A D | numa.c | 130 /* Parse memory information and activate */ szmem()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | crash.c | 139 * for someone to activate system reset. We also give up on the crash_kexec_prepare_cpus()
|
/linux-4.1.27/net/netfilter/ |
H A D | nft_hash.c | 369 .activate = nft_hash_activate,
|
H A D | nft_rbtree.c | 258 .activate = nft_rbtree_activate,
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 249 * This is the base for fictitious keys, which activate
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_device.c | 34 * emu8000-synth module. To activate this module, the hardware
|
/linux-4.1.27/sound/pci/vx222/ |
H A D | vx222_ops.c | 53 [VX_COMPOT] = 0x44, // Write: POTENTIOMETER ; Read: COMPRESSION LEVEL activate 54 [VX_SCOMPR] = 0x48, // Read: COMPRESSION THRESHOLD activate 55 [VX_GLIMIT] = 0x4c, // Read: LEVEL LIMITATION activate 717 /* activate access to codec registers */ vx2_old_write_codec_bit()
|
/linux-4.1.27/sound/ppc/ |
H A D | tumbler.c | 1265 /* activate headphone status interrupts */ tumbler_resume() 1469 /* activate headphone status interrupts */ snd_pmac_tumbler_init() 1475 /* activate headphone status interrupts */ snd_pmac_tumbler_init() 1484 /* activate headphone status interrupts */ snd_pmac_tumbler_init()
|
/linux-4.1.27/sound/synth/emux/ |
H A D | emux_effect.c | 226 /* activate them */ snd_emux_send_effect()
|
/linux-4.1.27/sound/usb/line6/ |
H A D | variax.c | 145 /* activate device: */ variax_startup4()
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | tlv320aic26.c | 251 SOC_SINGLE("Keyclick activate", AIC26_REG_AUDIO_CTRL2, 15, 0x1, 0),
|
/linux-4.1.27/net/dccp/ |
H A D | feat.c | 350 * @feat_num: feature to activate, one of %dccp_feature_numbers 352 * @fval: the value (SP or NN) to activate, or NULL to use the default value 1361 /* Only activate after receiving the Confirm option (6.6.1). */ dccp_feat_handle_nn_established() 1507 * nothing to activate, in the other the default value is used. list_for_each_entry() 1536 DCCP_CRIT("Could not activate %d", idx);
|
H A D | input.c | 467 * If feature negotiation was successful, activate features now; dccp_rcv_request_sent_state_process() 468 * an activation failure means that this host could not activate dccp_rcv_request_sent_state_process()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_logmgr.c | 181 int activate); 1719 * FUNCTION: insert (<activate> = true)/remove (<activate> = false) 1725 * activate - insert/remove device from active list. 1731 int activate) lmLogFileSystem() 1746 if (activate) { lmLogFileSystem() 1730 lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, int activate) lmLogFileSystem() argument
|
/linux-4.1.27/drivers/video/console/ |
H A D | fbcon.c | 1369 var->activate = FB_ACTIVATE_NOW; fbcon_set_disp() 1370 info->var.activate = var->activate; fbcon_set_disp() 2145 var.activate = FB_ACTIVATE_NOW | fbcon_resize() 2204 var.activate = FB_ACTIVATE_NOW; fbcon_switch() 2210 info->var.activate = var.activate; fbcon_switch() 2331 var.activate = FB_ACTIVATE_NOW | FB_ACTIVATE_FORCE; fbcon_blank()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | perf_cpum_cf.c | 171 * Enable and activate the CPU-counter sets according 492 /* (Re-)enable and activate the counter set */ cpumf_pmu_start()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/ |
H A D | gpio.c | 199 * lets activate high for those low and with highalarm set gpio_poll() 221 * lets activate low for those high and with lowalarm set gpio_poll()
|
/linux-4.1.27/kernel/ |
H A D | smp.c | 498 /* Setup configured maximum number of CPUs to activate */ 566 /* Called by boot processor to activate the rest. */ smp_init()
|
/linux-4.1.27/sound/pci/pcxhr/ |
H A D | pcxhr_mix22.c | 222 /* activate access to codec registers */ hr222_config_akm() 272 PCXHR_INPB(mgr, PCXHR_XLX_DATA); /* activate input codec */ hr222_set_hw_capture_level()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-bcm-iproc.c | 199 * Now we can activate the transfer. For a read operation, specify the bcm_iproc_i2c_xfer_single_msg()
|
/linux-4.1.27/drivers/i2c/muxes/ |
H A D | i2c-mux-pca9541.c | 182 * Arbitration is defined as a two-step process. A bus master can only activate
|
/linux-4.1.27/drivers/ide/ |
H A D | ht6560b.c | 7 * To activate controller support use kernel parameter "ide0=ht6560b".
|
H A D | ide-dma-sff.c | 10 * config_drive_for_dma - attempt to activate IDE DMA
|
H A D | qd65xx.c | 14 * To activate controller support, use "ide0=qd65xx"
|
H A D | trm290.c | 80 * bit6 1=activate IDE_RESET, 0=no action (default)
|
/linux-4.1.27/drivers/net/wan/ |
H A D | dlci.c | 289 err = (*flp->activate)(dlp->slave, dev); dlci_open()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | debugfs.c | 307 * Write 1 to activate, 0 to clear. i2400m_debugfs_add()
|
/linux-4.1.27/drivers/media/tuners/ |
H A D | tea5767.c | 94 /* If activate PORT 1 indicates SEARCH or else it is used as PORT1 */
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | cb_pcidda.c | 257 /* activate the caldac we want */ cb_pcidda_write_caldac()
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | pci.c | 264 * Allocate an interrupt for the I2O controller, and activate interrupts
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_ccw.c | 43 * zfcp_ccw_activate - activate adapter and wait for it to finish
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | sa.c | 240 * aac_sa_start_adapter - activate adapter
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | recover.c | 262 * - the lctl deactivate and activate commands
|
/linux-4.1.27/drivers/gpu/drm/via/ |
H A D | via_irq.c | 65 * Currently we activate the HQV interrupts of Unichrome Pro group A.
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | metro-usb.c | 222 /* Send activate cmd to device */ metrousb_open()
|
/linux-4.1.27/drivers/video/backlight/ |
H A D | as3711_bl.c | 395 * will have to first review the code, then activate and test it. as3711_backlight_probe()
|
/linux-4.1.27/drivers/video/fbdev/geode/ |
H A D | gx1fb_core.c | 293 info->var.activate = FB_ACTIVATE_NOW; gx1fb_init_fbinfo()
|
H A D | gxfb_core.c | 316 info->var.activate = FB_ACTIVATE_NOW; gxfb_init_fbinfo()
|