Searched refs:ocs (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | of.h | 1594 extern void of_changeset_init(struct of_changeset *ocs); 1595 extern void of_changeset_destroy(struct of_changeset *ocs); 1596 extern int of_changeset_apply(struct of_changeset *ocs); 1597 extern int of_changeset_revert(struct of_changeset *ocs); 1598 extern int of_changeset_action(struct of_changeset *ocs, 1602 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() argument 1605 return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL); in of_changeset_attach_node() 1608 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() argument 1611 return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL); in of_changeset_detach_node() 1614 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() argument [all …]
|
| /include/uapi/linux/ |
| D | hdlcdrv.h | 57 struct hdlcdrv_old_channel_state ocs; member
|
| /include/ufs/ |
| D | ufshci.h | 527 u8 ocs; member
|