Home
last modified time | relevance | path

Searched refs:ocs (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/of/
Ddynamic.c644 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init() argument
646 memset(ocs, 0, sizeof(*ocs)); in of_changeset_init()
647 INIT_LIST_HEAD(&ocs->entries); in of_changeset_init()
658 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy() argument
662 list_for_each_entry_safe_reverse(ce, cen, &ocs->entries, node) in of_changeset_destroy()
678 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply() argument
685 list_for_each_entry(ce, &ocs->entries, node) { in of_changeset_apply()
689 list_for_each_entry_continue_reverse(ce, &ocs->entries, node) in of_changeset_apply()
698 list_for_each_entry(ce, &ocs->entries, node) in of_changeset_apply()
717 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert() argument
[all …]
/linux-4.4.14/include/linux/
Dof.h1003 extern void of_changeset_init(struct of_changeset *ocs);
1004 extern void of_changeset_destroy(struct of_changeset *ocs);
1005 extern int of_changeset_apply(struct of_changeset *ocs);
1006 extern int of_changeset_revert(struct of_changeset *ocs);
1007 extern int of_changeset_action(struct of_changeset *ocs,
1011 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() argument
1014 return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL); in of_changeset_attach_node()
1017 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() argument
1020 return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL); in of_changeset_detach_node()
1023 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() argument
[all …]
/linux-4.4.14/drivers/net/slip/
Dslhc.c230 register struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]); in slhc_compress() local
231 register struct cstate *lcs = ocs; in slhc_compress()
298 if ( cs == ocs ) in slhc_compress()
321 if(lcs == ocs) { in slhc_compress()
323 } else if (cs == ocs) { in slhc_compress()
329 cs->next = ocs->next; in slhc_compress()
330 ocs->next = cs; in slhc_compress()
/linux-4.4.14/include/uapi/linux/
Dhdlcdrv.h56 struct hdlcdrv_old_channel_state ocs; member
/linux-4.4.14/scripts/ksymoops/
DREADME8 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c188 int ausel=0, ics=0, ocs=0; in mute_input_7134() local
227 case TV: ausel=0xc0; ics=0x00; ocs=0x02; break; in mute_input_7134()
228 case LINE1: ausel=0x80; ics=0x00; ocs=0x00; break; in mute_input_7134()
229 case LINE2: ausel=0x80; ics=0x08; ocs=0x01; break; in mute_input_7134()
230 case LINE2_LEFT: ausel=0x80; ics=0x08; ocs=0x05; break; in mute_input_7134()
234 saa_andorb(SAA7134_ANALOG_IO_SELECT, 0x07, ocs); in mute_input_7134()
/linux-4.4.14/drivers/net/hamradio/
Dhdlcdrv.c569 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_ioctl()
570 bi.data.ocs.dcd = s->hdlcrx.dcd; in hdlcdrv_ioctl()
571 bi.data.ocs.ptt_keyed = s->ptt_keyed; in hdlcdrv_ioctl()
Dbaycom_epp.c1065 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()
1066 hi.data.ocs.dcd = !(bc->stat & EPP_DCDBIT); in baycom_ioctl()
1067 hi.data.ocs.ptt_keyed = bc->ptt_keyed; in baycom_ioctl()
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.c3069 int ocs; in ufshcd_transfer_rsp_status() local
3072 ocs = ufshcd_get_tr_ocs(lrbp); in ufshcd_transfer_rsp_status()
3074 switch (ocs) { in ufshcd_transfer_rsp_status()
3125 "OCS error from controller = %x\n", ocs); in ufshcd_transfer_rsp_status()