Searched refs:device (Results 1 – 21 of 21) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | device.h | 30 struct device; 48 int (*match)(struct device * dev, struct device_driver * drv); 49 int (*uevent)(struct device *dev, char **envp, 51 int (*probe)(struct device * dev); 52 int (*remove)(struct device * dev); 53 void (*shutdown)(struct device * dev); 54 int (*suspend)(struct device * dev, pm_message_t state); 55 int (*resume)(struct device * dev); 58 struct device * bus_find_device(struct bus_type *bus, struct device *start, 59 void *data, int (*match)(struct device *, void *)); [all …]
|
D | clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
D | attribute_container.h | 25 int (*match)(struct attribute_container *, struct device *); 31 …class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
|
D | transport_class.h | 22 int (*setup)(struct transport_container *, struct device *, 24 int (*configure)(struct transport_container *, struct device *, 26 int (*remove)(struct transport_container *, struct device *,
|
D | miscdevice.h | 44 struct device; 52 struct device *dev;
|
D | mca.h | 42 struct device dev; 62 struct device dev;
|
D | msm_audio.h | 58 uint32_t device; member 68 uint32_t device; member
|
D | platform_device.h | 20 struct device dev;
|
D | telephony.h | 32 device, enumerator
|
D | fd.h | 58 unsigned int device,head,track; member
|
D | mod_devicetable.h | 18 __u32 vendor, device; member
|
D | soundcard.h | 305 short device; member 312 int device; member 347 int device; member 820 …_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+… argument
|
D | ata.h | 236 u8 device; member
|
/bionic/libc/kernel/common/linux/mmc/ |
D | host.h | 76 struct device; 79 struct device *dev;
|
D | card.h | 56 struct device dev;
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
D | board.h | 93 struct device; 97 int (*set_power)(struct device *dev, int state);
|
/bionic/libc/kernel/arch-sh/asm/ |
D | machvec.h | 19 struct device;
|
/bionic/libc/ |
D | Jamfile | 136 Echo "Please define TOP as the root of your device build tree" ;
|
/bionic/libc/docs/ |
D | CHANGES.TXT | 79 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 | 216 anything related to a specific device or Linux-specific system interface
|