OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pnp_dev
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/linux/
pnp.h
24
struct
pnp_dev
;
31
/* Use these instead of directly reading
pnp_dev
to get resource information */
178
struct
pnp_dev
{
struct
208
#define global_to_pnp_dev(n) list_entry(n, struct
pnp_dev
, global_list)
209
#define card_to_pnp_dev(n) list_entry(n, struct
pnp_dev
, card_list)
210
#define protocol_to_pnp_dev(n) list_entry(n, struct
pnp_dev
, protocol_list)
211
#define to_pnp_dev(n) container_of(n, struct
pnp_dev
, dev)
222
static inline void *pnp_get_drvdata (struct
pnp_dev
*pdev)
227
static inline void pnp_set_drvdata (struct
pnp_dev
*pdev, void *data)
234
void (*quirk_function)(struct
pnp_dev
*dev); /* fixup function *
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h
104
struct
pnp_dev
*wss;
105
struct
pnp_dev
*ctrl;
106
struct
pnp_dev
*mpu;
107
struct
pnp_dev
*synth;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h
104
struct
pnp_dev
*wss;
105
struct
pnp_dev
*ctrl;
106
struct
pnp_dev
*mpu;
107
struct
pnp_dev
*synth;
Completed in 55 milliseconds