/src/sys/dev/i2c/ |
w83795g.c | 143 uint8_t bank, vend, chip, deva; local in function:w83795g_match 152 iic_smbus_read_byte(ia->ia_tag, ia->ia_addr, W83795G_DEVICEA, &deva, 0); 157 if (chip == CHIP_W83795G && deva == DEVICEA_A)
|
w83795g.c | 143 uint8_t bank, vend, chip, deva; local in function:w83795g_match 152 iic_smbus_read_byte(ia->ia_tag, ia->ia_addr, W83795G_DEVICEA, &deva, 0); 157 if (chip == CHIP_W83795G && deva == DEVICEA_A)
|
/src/usr.bin/config/ |
sem.c | 76 static struct deva errdeva; 89 static void selectbase(struct devbase *, struct deva *); 653 defdevattach(struct deva *deva, struct devbase *dev, struct nvlist *atlist, 662 if (deva == NULL) 663 deva = getdevattach(dev->d_name); 664 if (deva == &errdeva) 670 if (deva->d_isdef) { 672 deva->d_name, deva->d_where.w_srcfile, deva->d_where.w_srcline) 756 struct deva *deva; local in function:getdevattach [all...] |
sem.c | 76 static struct deva errdeva; 89 static void selectbase(struct devbase *, struct deva *); 653 defdevattach(struct deva *deva, struct devbase *dev, struct nvlist *atlist, 662 if (deva == NULL) 663 deva = getdevattach(dev->d_name); 664 if (deva == &errdeva) 670 if (deva->d_isdef) { 672 deva->d_name, deva->d_where.w_srcfile, deva->d_where.w_srcline) 756 struct deva *deva; local in function:getdevattach [all...] |
defs.h | 256 * specified by the device attachments (struct deva). 287 struct deva *d_ahead; /* first attachment, if any */ 288 struct deva **d_app; /* used for tacking on attachments */ 293 struct deva { struct 295 TAILQ_ENTRY(deva) d_next; /* list of all instances */ 296 struct deva *d_bsame; /* list on same base */ 327 struct deva *i_atdeva; 487 TAILQ_HEAD(devatq, deva); 598 int deva_has_instances(struct deva *, int);
|
defs.h | 256 * specified by the device attachments (struct deva). 287 struct deva *d_ahead; /* first attachment, if any */ 288 struct deva **d_app; /* used for tacking on attachments */ 293 struct deva { struct 295 TAILQ_ENTRY(deva) d_next; /* list of all instances */ 296 struct deva *d_bsame; /* list on same base */ 327 struct deva *i_atdeva; 487 TAILQ_HEAD(devatq, deva); 598 int deva_has_instances(struct deva *, int);
|