ocs                67 arch/powerpc/include/asm/pnv-pci.h 	struct of_changeset		ocs;
ocs                66 drivers/gpu/drm/rcar-du/rcar_du_of.c static int __init rcar_du_of_add_property(struct of_changeset *ocs,
ocs                90 drivers/gpu/drm/rcar-du/rcar_du_of.c 	ret = of_changeset_add_property(ocs, np, prop);
ocs               175 drivers/media/pci/saa7134/saa7134-tvaudio.c 	int ausel=0, ics=0, ocs=0;
ocs               215 drivers/media/pci/saa7134/saa7134-tvaudio.c 	case TV:         ausel=0xc0; ics=0x00; ocs=0x02; break;
ocs               216 drivers/media/pci/saa7134/saa7134-tvaudio.c 	case LINE1:      ausel=0x80; ics=0x00; ocs=0x00; break;
ocs               217 drivers/media/pci/saa7134/saa7134-tvaudio.c 	case LINE2:      ausel=0x80; ics=0x08; ocs=0x01; break;
ocs               218 drivers/media/pci/saa7134/saa7134-tvaudio.c 	case LINE2_LEFT: ausel=0x80; ics=0x08; ocs=0x05; break;
ocs               222 drivers/media/pci/saa7134/saa7134-tvaudio.c 	saa_andorb(SAA7134_ANALOG_IO_SELECT, 0x07, ocs);
ocs              1070 drivers/net/hamradio/baycom_epp.c 		hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT);
ocs              1071 drivers/net/hamradio/baycom_epp.c 		hi.data.ocs.dcd = !(bc->stat & EPP_DCDBIT);
ocs              1072 drivers/net/hamradio/baycom_epp.c 		hi.data.ocs.ptt_keyed = bc->ptt_keyed;
ocs               557 drivers/net/hamradio/hdlcdrv.c 		bi.data.ocs.ptt = hdlcdrv_ptt(s);
ocs               558 drivers/net/hamradio/hdlcdrv.c 		bi.data.ocs.dcd = s->hdlcrx.dcd;
ocs               559 drivers/net/hamradio/hdlcdrv.c 		bi.data.ocs.ptt_keyed = s->ptt_keyed;
ocs               230 drivers/net/slip/slhc.c 	struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]);
ocs               231 drivers/net/slip/slhc.c 	struct cstate *lcs = ocs;
ocs               304 drivers/net/slip/slhc.c 		if ( cs == ocs )
ocs               327 drivers/net/slip/slhc.c 	if(lcs == ocs) {
ocs               329 drivers/net/slip/slhc.c 	} else if (cs == ocs) {
ocs               335 drivers/net/slip/slhc.c 		cs->next = ocs->next;
ocs               336 drivers/net/slip/slhc.c 		ocs->next = cs;
ocs               673 drivers/of/dynamic.c void of_changeset_init(struct of_changeset *ocs)
ocs               675 drivers/of/dynamic.c 	memset(ocs, 0, sizeof(*ocs));
ocs               676 drivers/of/dynamic.c 	INIT_LIST_HEAD(&ocs->entries);
ocs               688 drivers/of/dynamic.c void of_changeset_destroy(struct of_changeset *ocs)
ocs               692 drivers/of/dynamic.c 	list_for_each_entry_safe_reverse(ce, cen, &ocs->entries, node)
ocs               707 drivers/of/dynamic.c int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert)
ocs               713 drivers/of/dynamic.c 	list_for_each_entry(ce, &ocs->entries, node) {
ocs               717 drivers/of/dynamic.c 			list_for_each_entry_continue_reverse(ce, &ocs->entries,
ocs               736 drivers/of/dynamic.c int __of_changeset_apply_notify(struct of_changeset *ocs)
ocs               745 drivers/of/dynamic.c 	list_for_each_entry(ce, &ocs->entries, node) {
ocs               764 drivers/of/dynamic.c static int __of_changeset_apply(struct of_changeset *ocs)
ocs               768 drivers/of/dynamic.c 	ret = __of_changeset_apply_entries(ocs, &ret_revert);
ocs               770 drivers/of/dynamic.c 		ret = __of_changeset_apply_notify(ocs);
ocs               787 drivers/of/dynamic.c int of_changeset_apply(struct of_changeset *ocs)
ocs               792 drivers/of/dynamic.c 	ret = __of_changeset_apply(ocs);
ocs               810 drivers/of/dynamic.c int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply)
ocs               816 drivers/of/dynamic.c 	list_for_each_entry_reverse(ce, &ocs->entries, node) {
ocs               820 drivers/of/dynamic.c 			list_for_each_entry_continue(ce, &ocs->entries, node) {
ocs               836 drivers/of/dynamic.c int __of_changeset_revert_notify(struct of_changeset *ocs)
ocs               845 drivers/of/dynamic.c 	list_for_each_entry_reverse(ce, &ocs->entries, node) {
ocs               856 drivers/of/dynamic.c static int __of_changeset_revert(struct of_changeset *ocs)
ocs               861 drivers/of/dynamic.c 	ret = __of_changeset_revert_entries(ocs, &ret_reply);
ocs               864 drivers/of/dynamic.c 		ret = __of_changeset_revert_notify(ocs);
ocs               880 drivers/of/dynamic.c int of_changeset_revert(struct of_changeset *ocs)
ocs               885 drivers/of/dynamic.c 	ret = __of_changeset_revert(ocs);
ocs               908 drivers/of/dynamic.c int of_changeset_action(struct of_changeset *ocs, unsigned long action,
ocs               926 drivers/of/dynamic.c 	list_add_tail(&ce->node, &ocs->entries);
ocs                46 drivers/of/of_private.h extern int __of_changeset_apply_entries(struct of_changeset *ocs,
ocs                48 drivers/of/of_private.h extern int __of_changeset_apply_notify(struct of_changeset *ocs);
ocs                49 drivers/of/of_private.h extern int __of_changeset_revert_entries(struct of_changeset *ocs,
ocs                51 drivers/of/of_private.h extern int __of_changeset_revert_notify(struct of_changeset *ocs);
ocs               178 drivers/pci/hotplug/pnv_php.c 		of_changeset_destroy(&php_slot->ocs);
ocs               215 drivers/pci/hotplug/pnv_php.c static int pnv_php_populate_changeset(struct of_changeset *ocs,
ocs               222 drivers/pci/hotplug/pnv_php.c 		ret = of_changeset_attach_node(ocs, child);
ocs               228 drivers/pci/hotplug/pnv_php.c 		ret = pnv_php_populate_changeset(ocs, child);
ocs               293 drivers/pci/hotplug/pnv_php.c 	of_changeset_init(&php_slot->ocs);
ocs               295 drivers/pci/hotplug/pnv_php.c 	ret = pnv_php_populate_changeset(&php_slot->ocs, php_slot->dn);
ocs               304 drivers/pci/hotplug/pnv_php.c 	ret = of_changeset_apply(&php_slot->ocs);
ocs               318 drivers/pci/hotplug/pnv_php.c 	of_changeset_destroy(&php_slot->ocs);
ocs              4721 drivers/scsi/ufs/ufshcd.c 	int ocs;
ocs              4724 drivers/scsi/ufs/ufshcd.c 	ocs = ufshcd_get_tr_ocs(lrbp);
ocs              4726 drivers/scsi/ufs/ufshcd.c 	switch (ocs) {
ocs              4791 drivers/scsi/ufs/ufshcd.c 				ocs, lrbp->task_tag);
ocs              1355 include/linux/of.h extern void of_changeset_init(struct of_changeset *ocs);
ocs              1356 include/linux/of.h extern void of_changeset_destroy(struct of_changeset *ocs);
ocs              1357 include/linux/of.h extern int of_changeset_apply(struct of_changeset *ocs);
ocs              1358 include/linux/of.h extern int of_changeset_revert(struct of_changeset *ocs);
ocs              1359 include/linux/of.h extern int of_changeset_action(struct of_changeset *ocs,
ocs              1363 include/linux/of.h static inline int of_changeset_attach_node(struct of_changeset *ocs,
ocs              1366 include/linux/of.h 	return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL);
ocs              1369 include/linux/of.h static inline int of_changeset_detach_node(struct of_changeset *ocs,
ocs              1372 include/linux/of.h 	return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL);
ocs              1375 include/linux/of.h static inline int of_changeset_add_property(struct of_changeset *ocs,
ocs              1378 include/linux/of.h 	return of_changeset_action(ocs, OF_RECONFIG_ADD_PROPERTY, np, prop);
ocs              1381 include/linux/of.h static inline int of_changeset_remove_property(struct of_changeset *ocs,
ocs              1384 include/linux/of.h 	return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop);
ocs              1387 include/linux/of.h static inline int of_changeset_update_property(struct of_changeset *ocs,
ocs              1390 include/linux/of.h 	return of_changeset_action(ocs, OF_RECONFIG_UPDATE_PROPERTY, np, prop);
ocs                57 include/uapi/linux/hdlcdrv.h 		struct hdlcdrv_old_channel_state ocs;