Searched defs:clist (Results 1 – 2 of 2) sorted by relevance
607 sysctl_ctx_free(struct sysctl_ctx_list *clist) in sysctl_ctx_free()659 sysctl_ctx_entry_add(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_add()674 sysctl_ctx_entry_find(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_find()694 sysctl_ctx_entry_del(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_del()825 sysctl_add_oid(struct sysctl_ctx_list *clist, struct sysctl_oid_list *parent, in sysctl_add_oid()
613 struct sysctl_ctx_list *clist = device_get_sysctl_ctx(dev); in ti_pruss_attach() local