Searched refs:device (Results 1 – 21 of 21) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | device.h | 37 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 *start, 67 void *data, int (*match)(struct device *, void *)); [all …]
|
D | clk.h | 21 struct device; 24 struct clk *clk_get(struct device *dev, const char *id);
|
D | attribute_container.h | 32 int (*match)(struct attribute_container *, struct device *); 39 …class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
|
D | transport_class.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 *,
|
D | miscdevice.h | 52 struct device; 61 struct device *dev;
|
D | mca.h | 44 struct device dev; 66 struct device dev;
|
D | platform_device.h | 26 struct device dev;
|
D | media.h | 82 __u32 device; member
|
D | telephony.h | 39 device, enumerator
|
D | msm_audio.h | 207 uint32_t device; member 216 uint32_t device; member
|
D | fd.h | 62 unsigned int device,head,track; member
|
D | mod_devicetable.h | 24 __u32 vendor, device; member
|
D | soundcard.h | 329 short device; member 336 int device; member 372 int device; member 860 …_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+… argument
|
D | ata.h | 261 u8 device; member
|
/bionic/libc/kernel/common/linux/mmc/ |
D | host.h | 82 struct device; 85 struct device *dev;
|
D | card.h | 66 struct device dev;
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
D | board.h | 94 struct device; 99 int (*set_power)(struct device *dev, int state);
|
/bionic/libc/kernel/common/sound/ |
D | asound.h | 65 unsigned int device; member 259 unsigned int device; member 482 unsigned int device; member 554 int device; member 746 unsigned int device; member
|
/bionic/libc/docs/ |
D | CHANGES.TXT | 100 not match the features of the target device where we run a static executable
|
D | OVERVIEW.TXT | 32 Note that the x86 version is only meant to run on an x86 Android device. We
|
/bionic/libc/kernel/ |
D | README.TXT | 217 anything related to a specific device or Linux-specific system interface
|