OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goldfish_device_set_irq
(Results
1 - 10
of
10
) sorted by null
/external/qemu/hw/
goldfish_timer.c
67
goldfish_device_set_irq
(&s->dev, 0, 1);
101
goldfish_device_set_irq
(&s->dev, 0, 1);
115
goldfish_device_set_irq
(&s->dev, 0, 0);
127
goldfish_device_set_irq
(&s->dev, 0, 1);
191
goldfish_device_set_irq
(&s->dev, 0, 0);
goldfish_device.c
44
void
goldfish_device_set_irq
(struct goldfish_device *dev, int irq, int level)
function
47
cpu_abort (cpu_single_env, "
goldfish_device_set_irq
: Bad irq %d >= %d\n", irq, dev->irq_count);
117
goldfish_device_set_irq
(&s->dev, 0, 0);
147
goldfish_device_set_irq
(&s->dev, 0, first_device != NULL);
goldfish_switch.c
79
goldfish_device_set_irq
(&s->dev, 0, 0);
115
goldfish_device_set_irq
(&s->dev, 0, value);
142
goldfish_device_set_irq
(&s->dev, 0, 1);
goldfish_device.h
29
void
goldfish_device_set_irq
(struct goldfish_device *dev, int irq, int level);
goldfish_tty.c
103
goldfish_device_set_irq
(&s->dev, 0, 0);
111
goldfish_device_set_irq
(&s->dev, 0, 1);
148
goldfish_device_set_irq
(&s->dev, 0, 0);
183
goldfish_device_set_irq
(&s->dev, 0, 1);
goldfish_battery.c
92
goldfish_device_set_irq
(&s->dev, 0, 0);
125
//
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
200
goldfish_device_set_irq
(&battery_state->dev, 0, (battery_state->int_status & battery_state->int_enable));
goldfish_audio.c
361
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
374
goldfish_device_set_irq
(&s->dev, 0, 0);
410
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
449
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
500
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
531
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
goldfish_mmc.c
411
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
458
goldfish_device_set_irq
(&s->dev, 0, status);
466
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
goldfish_fb.c
466
goldfish_device_set_irq
(&s->dev, 0, 1);
474
goldfish_device_set_irq
(&s->dev, 0, 1);
571
goldfish_device_set_irq
(&s->dev, 0, 0);
602
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
616
goldfish_device_set_irq
(&s->dev, 0, (s->int_status & s->int_enable));
goldfish_pipe.c
1151
goldfish_device_set_irq
(&dev->dev, 0, 0);
[
all
...]
Completed in 51 milliseconds