Searched refs:device (Results 1 - 21 of 21) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
H A Ddevice.h19 #include <asm-generic/device.h>
/bionic/libc/kernel/common/linux/
H A Dclk.h21 struct device;
24 struct clk *clk_get(struct device *dev, const char *id);
H A Dattribute_container.h21 #include <linux/device.h>
32 int (*match)(struct attribute_container *, struct device *);
39 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
H A Ddevice.h37 struct device;
55 int (*match)(struct device * dev, struct device_driver * drv);
56 int (*uevent)(struct device *dev, char **envp,
59 int (*probe)(struct device * dev);
60 int (*remove)(struct device * dev);
61 void (*shutdown)(struct device * dev);
62 int (*suspend)(struct device * dev, pm_message_t state);
64 int (*resume)(struct device * dev);
66 struct device * bus_find_device(struct bus_type *bus, struct device *star
176 struct device { struct
[all...]
H A Dtransport_class.h21 #include <linux/device.h>
27 int (*setup)(struct transport_container *, struct device *,
30 int (*configure)(struct transport_container *, struct device *,
32 int (*remove)(struct transport_container *, struct device *,
H A Dmca.h21 #include <linux/device.h>
44 struct device dev;
66 struct device dev;
H A Dmiscdevice.h52 struct device;
61 struct device *dev;
H A Dplatform_device.h21 #include <linux/device.h>
26 struct device dev;
H A Ddma-mapping.h21 #include <linux/device.h>
H A Dmsm_audio.h66 uint32_t device; member in struct:msm_snd_device_config
75 uint32_t device; member in struct:msm_snd_volume_config
H A Dipmi_smi.h25 #include <linux/device.h>
H A Dfd.h62 unsigned int device,head,track; member in struct:format_descr
H A Dmod_devicetable.h24 __u32 vendor, device; member in struct:pci_device_id
H A Dtelephony.h39 device, enumerator in enum:__anon534
H A Dsoundcard.h329 short device; member in struct:sbi_instrument
336 int device; member in struct:synth_info
372 int device; member in struct:midi_info
860 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
H A Data.h261 u8 device; member in struct:ata_taskfile
/bionic/libc/kernel/common/linux/mmc/
H A Dhost.h82 struct device;
85 struct device *dev;
H A Dmmc.h24 #include <linux/device.h>
H A Dcard.h66 struct device dev;
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dboard.h94 struct device;
99 int (*set_power)(struct device *dev, int state);
/bionic/libc/kernel/common/sound/
H A Dasound.h65 unsigned int device; member in struct:snd_hwdep_info
259 unsigned int device; member in struct:snd_pcm_info
482 unsigned int device; member in struct:snd_rawmidi_info
554 int device; member in struct:snd_timer_id
746 unsigned int device; member in struct:snd_ctl_elem_id

Completed in 238 milliseconds