Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 15 of 15) sorted by relevance

/drivers/pcmcia/
Dsa1100_cerf.c43 unsigned long levels = GPLR; in cerf_pcmcia_socket_state() local
45 state->detect = (levels & CERF_GPIO_CF_CD) ?0:1; in cerf_pcmcia_socket_state()
46 state->ready = (levels & CERF_GPIO_CF_IRQ) ?1:0; in cerf_pcmcia_socket_state()
47 state->bvd1 = (levels & CERF_GPIO_CF_BVD1)?1:0; in cerf_pcmcia_socket_state()
48 state->bvd2 = (levels & CERF_GPIO_CF_BVD2)?1:0; in cerf_pcmcia_socket_state()
Dsa1100_assabet.c46 unsigned long levels = GPLR; in assabet_pcmcia_socket_state() local
48 state->detect = (levels & ASSABET_GPIO_CF_CD) ? 0 : 1; in assabet_pcmcia_socket_state()
49 state->ready = (levels & ASSABET_GPIO_CF_IRQ) ? 1 : 0; in assabet_pcmcia_socket_state()
50 state->bvd1 = (levels & ASSABET_GPIO_CF_BVD1) ? 1 : 0; in assabet_pcmcia_socket_state()
51 state->bvd2 = (levels & ASSABET_GPIO_CF_BVD2) ? 1 : 0; in assabet_pcmcia_socket_state()
Dsa1100_shannon.c45 unsigned long levels = GPLR; in shannon_pcmcia_socket_state() local
49 state->detect = (levels & SHANNON_GPIO_EJECT_0) ? 0 : 1; in shannon_pcmcia_socket_state()
50 state->ready = (levels & SHANNON_GPIO_RDY_0) ? 1 : 0; in shannon_pcmcia_socket_state()
59 state->detect = (levels & SHANNON_GPIO_EJECT_1) ? 0 : 1; in shannon_pcmcia_socket_state()
60 state->ready = (levels & SHANNON_GPIO_RDY_1) ? 1 : 0; in shannon_pcmcia_socket_state()
Dsa1100_h3600.c48 unsigned long levels = GPLR; in h3600_pcmcia_socket_state() local
52 state->detect = levels & GPIO_H3600_PCMCIA_CD0 ? 0 : 1; in h3600_pcmcia_socket_state()
53 state->ready = levels & GPIO_H3600_PCMCIA_IRQ0 ? 1 : 0; in h3600_pcmcia_socket_state()
62 state->detect = levels & GPIO_H3600_PCMCIA_CD1 ? 0 : 1; in h3600_pcmcia_socket_state()
63 state->ready = levels & GPIO_H3600_PCMCIA_IRQ1 ? 1 : 0; in h3600_pcmcia_socket_state()
Dsa1100_simpad.c49 unsigned long levels = GPLR; in simpad_pcmcia_socket_state() local
52 state->detect=((levels & GPIO_CF_CD)==0)?1:0; in simpad_pcmcia_socket_state()
53 state->ready=(levels & GPIO_CF_IRQ)?1:0; in simpad_pcmcia_socket_state()
/drivers/acpi/
Dvideo.c174 int *levels; member
313 if (vd->brightness->levels[i] == cur_level) in acpi_video_get_brightness()
327 vd->brightness->levels[request_level]); in acpi_video_set_brightness()
378 if (level == video->brightness->levels[state]) in video_get_cur_state()
396 level = video->brightness->levels[state -1]; in video_set_cur_state()
450 union acpi_object **levels) in acpi_video_device_lcd_query_levels() argument
457 *levels = NULL; in acpi_video_device_lcd_query_levels()
469 *levels = obj; in acpi_video_device_lcd_query_levels()
495 if (level == device->brightness->levels[state]) in acpi_video_device_lcd_set_level()
677 br->levels = kmalloc(obj->package.count * sizeof *(br->levels), in acpi_video_init_brightness()
[all …]
/drivers/xen/xenbus/
Dxenbus_probe.h56 unsigned int levels; member
Dxenbus_probe.c180 .levels = 2, /* device/type/<id> */
642 rootlen = strsep_len(node, '/', bus->levels); in xenbus_dev_changed()
/drivers/net/wimax/i2400m/
DKconfig45 code using the sysfs debug-levels file.
/drivers/message/fusion/
DKconfig120 There are various debug levels that can be found in the source:
/drivers/md/
DKconfig87 an error free MD (multiple device) to the higher levels of the
112 RAID-10 provides a variety of layouts that provide different levels
/drivers/edac/
DKconfig40 there're four debug levels (x=0,1,2,3 from low to high).
/drivers/net/tulip/
DKconfig87 interrupts even at low levels of traffic at the cost of a small
/drivers/media/dvb/dvb-usb/
DKconfig21 appropriate drivers) for debug levels.
/drivers/parport/
DChangeLog232 * parport_amiga.c: Set printk levels.