Searched refs:chantree (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iicbus/adc/ |
H A D | ads111x.c | 388 struct sysctl_oid *chantree, *devtree; in ads111x_setup_channel() local 407 chantree = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(devtree), OID_AUTO, in ads111x_setup_channel() 409 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(chantree), OID_AUTO, in ads111x_setup_channel() 413 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(chantree), OID_AUTO, in ads111x_setup_channel() 416 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(chantree), OID_AUTO, in ads111x_setup_channel()
|