Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 29) sorted by relevance

12

/drivers/staging/android/
Dlowmemorykiller.c54 struct task_struct *selected = NULL; in lowmem_shrink() local
92 if (selected) { in lowmem_shrink()
93 if (p->oomkilladj < selected->oomkilladj) in lowmem_shrink()
95 if (p->oomkilladj == selected->oomkilladj && in lowmem_shrink()
99 selected = p; in lowmem_shrink()
104 if(selected != NULL) { in lowmem_shrink()
106 selected->pid, selected->comm, in lowmem_shrink()
107 selected->oomkilladj, selected_tasksize); in lowmem_shrink()
108 force_sig(SIGKILL, selected); in lowmem_shrink()
/drivers/gpu/drm/
DKconfig26 graphics card. If M is selected, the module will be called tdfx.
33 is selected, the module will be called r128. AGP support for
44 If M is selected, the module will be called radeon.
51 selected, the module will be called i810. AGP support is required
63 852GM, 855GM or 865G integrated graphics. If M is selected, the
77 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
100 card. If M is selected, the module will be called mga. AGP
109 chipset. If M is selected the module will be called sis. AGP
117 chipset. If M is selected the module will be called via.
124 chipset. If M is selected the module will be called savage.
/drivers/net/wireless/hostap/
Dhostap_info.c166 struct hfa384x_hostscan_result *selected, *entry; in prism2_host_roaming() local
195 selected = &local->last_scan_results[0]; in prism2_host_roaming()
209 selected = entry; in prism2_host_roaming()
215 memcpy(req.bssid, selected->bssid, 6); in prism2_host_roaming()
216 req.channel = selected->chid; in prism2_host_roaming()
Dhostap_main.c215 struct hostap_interface *iface, *selected = NULL; in prism2_wds_del() local
225 selected = iface; in prism2_wds_del()
229 if (selected && !do_not_remove) in prism2_wds_del()
230 list_del(&selected->list); in prism2_wds_del()
233 if (selected) { in prism2_wds_del()
235 memset(selected->u.wds.remote_addr, 0, ETH_ALEN); in prism2_wds_del()
237 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del()
242 return selected ? 0 : -ENODEV; in prism2_wds_del()
/drivers/parport/
Ddaisy.c241 int selected; in parport_open() local
243 selected = port->daisy; in parport_open()
246 if (selected != daisy) { in parport_open()
/drivers/block/
Damiflop.c161 static volatile int selected = -1; /* currently selected drive */ variable
281 if (drive == selected) in fd_select()
284 selected = drive; in fd_select()
306 if (drive != selected) { in fd_deselect()
307 printk(KERN_WARNING "Deselecting drive %d while %d was selected!\n",drive,selected); in fd_deselect()
314 selected = -1; in fd_deselect()
567 post_write_timer.data = selected; in fd_block_done()
/drivers/virtio/
DKconfig1 # Virtio always gets selected by whoever wants it.
/drivers/regulator/
DKconfig18 This framework safely compiles out if not selected so that client
/drivers/power/
DKconfig7 (if selected below).
/drivers/net/wireless/rt2x00/
DKconfig15 on the types of drivers being selected, these libraries will be
/drivers/ssb/
DKconfig17 It will be auto-selected if needed in other
/drivers/s390/char/
DKconfig95 called tape390 and include all selected interfaces and
/drivers/mtd/nand/
DKconfig179 selected to save power. This will mean there is a small delay
180 when the is NAND chip selected or released, but will save
/drivers/char/
DKconfig610 It will automatically be selected if one of the back-end console drivers
611 is selected.
796 to be selected.
972 and support selected world wide countries.
1016 # selected by SCx200_GPIO and PC8736x_GPIO
/drivers/mfd/
DKconfig218 selected to enable support for the functionality of the chip.
/drivers/staging/go7007/
Dgo7007.txt333 the hardware or selected MPEG mode. Any or all fields can be set to
395 compressed video stream. The bitrate may be selected by storing the
/drivers/video/console/
DKconfig110 If this option is selected, the framebuffer console will
/drivers/spi/
DKconfig89 This is library code, and is automatically selected by drivers that
/drivers/input/touchscreen/
DKconfig23 If HWMON is selected, and the driver is told the reference voltage
/drivers/net/usb/
DKconfig59 you need, select both, and the correct one should be selected for
/drivers/scsi/aic7xxx_old/
Daic7xxx.reg171 * selected channel.
259 bit SELDI 0x20 /* Board has been selected */
/drivers/scsi/aic7xxx/
Daic7xxx.seq186 * We've just been selected. Assert BSY and
209 /* Initiator that selected us */
211 /* The Target ID we were selected at */
454 * We've just re-selected an initiator.
Daic7xxx.reg194 * selected channel.
305 field SELDI 0x20 /* Board has been selected */
Daic79xx.seq613 * or selected as a target.
653 * We have successfully selected out.
804 * we have selected out with ATN asserted and the target
/drivers/serial/
DKconfig705 This driver works under DMA mode. If this option is selected, the
1078 If this option is not selected, the pmac_zilog driver will

12