Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/keembay/
DMakefile4 obj-$(CONFIG_CRYPTO_DEV_KEEMBAY_OCS_AES_SM4) += keembay-ocs-aes.o
5 keembay-ocs-aes-objs := keembay-ocs-aes-core.o ocs-aes.o
7 obj-$(CONFIG_CRYPTO_DEV_KEEMBAY_OCS_ECC) += keembay-ocs-ecc.o
9 obj-$(CONFIG_CRYPTO_DEV_KEEMBAY_OCS_HCU) += keembay-ocs-hcu.o
10 keembay-ocs-hcu-objs := keembay-ocs-hcu-core.o ocs-hcu.o
DKconfig57 module will be called keembay-ocs-ecc.
76 as a module, the module will be called keembay-ocs-hcu.
/linux-5.19.10/drivers/of/
Ddynamic.c677 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init() argument
679 memset(ocs, 0, sizeof(*ocs)); in of_changeset_init()
680 INIT_LIST_HEAD(&ocs->entries); in of_changeset_init()
692 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy() argument
696 list_for_each_entry_safe_reverse(ce, cen, &ocs->entries, node) in of_changeset_destroy()
711 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries() argument
717 list_for_each_entry(ce, &ocs->entries, node) { in __of_changeset_apply_entries()
721 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()
740 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify() argument
749 list_for_each_entry(ce, &ocs->entries, node) { in __of_changeset_apply_notify()
[all …]
Dof_private.h48 extern int __of_changeset_apply_entries(struct of_changeset *ocs,
50 extern int __of_changeset_apply_notify(struct of_changeset *ocs);
51 extern int __of_changeset_revert_entries(struct of_changeset *ocs,
53 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
/linux-5.19.10/Documentation/devicetree/bindings/crypto/
Dintel,keembay-ocs-aes.yaml4 $id: http://devicetree.org/schemas/crypto/intel,keembay-ocs-aes.yaml#
18 const: intel,keembay-ocs-aes
41 compatible = "intel,keembay-ocs-aes";
Dintel,keembay-ocs-hcu.yaml4 $id: http://devicetree.org/schemas/crypto/intel,keembay-ocs-hcu.yaml#
19 const: intel,keembay-ocs-hcu
42 compatible = "intel,keembay-ocs-hcu";
Dintel,keembay-ocs-ecc.yaml4 $id: http://devicetree.org/schemas/crypto/intel,keembay-ocs-ecc.yaml#
20 const: intel,keembay-ocs-ecc
43 compatible = "intel,keembay-ocs-ecc";
/linux-5.19.10/include/linux/
Dof.h1472 extern void of_changeset_init(struct of_changeset *ocs);
1473 extern void of_changeset_destroy(struct of_changeset *ocs);
1474 extern int of_changeset_apply(struct of_changeset *ocs);
1475 extern int of_changeset_revert(struct of_changeset *ocs);
1476 extern int of_changeset_action(struct of_changeset *ocs,
1480 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() argument
1483 return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL); in of_changeset_attach_node()
1486 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() argument
1489 return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL); in of_changeset_detach_node()
1492 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() argument
[all …]
/linux-5.19.10/drivers/net/slip/
Dslhc.c230 struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]); in slhc_compress() local
231 struct cstate *lcs = ocs; in slhc_compress()
304 if ( cs == ocs ) in slhc_compress()
327 if(lcs == ocs) { in slhc_compress()
329 } else if (cs == ocs) { in slhc_compress()
335 cs->next = ocs->next; in slhc_compress()
336 ocs->next = cs; in slhc_compress()
/linux-5.19.10/drivers/pci/hotplug/
Dpnv_php.c176 of_changeset_destroy(&php_slot->ocs); in pnv_php_rmv_devtree()
213 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset() argument
220 ret = of_changeset_attach_node(ocs, child); in pnv_php_populate_changeset()
226 ret = pnv_php_populate_changeset(ocs, child); in pnv_php_populate_changeset()
291 of_changeset_init(&php_slot->ocs); in pnv_php_add_devtree()
293 ret = pnv_php_populate_changeset(&php_slot->ocs, php_slot->dn); in pnv_php_add_devtree()
302 ret = of_changeset_apply(&php_slot->ocs); in pnv_php_add_devtree()
316 of_changeset_destroy(&php_slot->ocs); in pnv_php_add_devtree()
/linux-5.19.10/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c175 int ausel=0, ics=0, ocs=0; in mute_input_7134() local
215 case TV: ausel=0xc0; ics=0x00; ocs=0x02; break; in mute_input_7134()
216 case LINE1: ausel=0x80; ics=0x00; ocs=0x00; break; in mute_input_7134()
217 case LINE2: ausel=0x80; ics=0x08; ocs=0x01; break; in mute_input_7134()
218 case LINE2_LEFT: ausel=0x80; ics=0x08; ocs=0x05; break; in mute_input_7134()
222 saa_andorb(SAA7134_ANALOG_IO_SELECT, 0x07, ocs); in mute_input_7134()
/linux-5.19.10/scripts/ksymoops/
DREADME7 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
/linux-5.19.10/include/uapi/linux/
Dhdlcdrv.h57 struct hdlcdrv_old_channel_state ocs; member
/linux-5.19.10/arch/powerpc/include/asm/
Dpnv-pci.h69 struct of_changeset ocs; member
/linux-5.19.10/drivers/net/hamradio/
Dhdlcdrv.c560 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_siocdevprivate()
561 bi.data.ocs.dcd = s->hdlcrx.dcd; in hdlcdrv_siocdevprivate()
562 bi.data.ocs.ptt_keyed = s->ptt_keyed; in hdlcdrv_siocdevprivate()
Dbaycom_epp.c1071 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_siocdevprivate()
1072 hi.data.ocs.dcd = !(bc->stat & EPP_DCDBIT); in baycom_siocdevprivate()
1073 hi.data.ocs.ptt_keyed = bc->ptt_keyed; in baycom_siocdevprivate()
/linux-5.19.10/drivers/ufs/core/
Dufshcd.c5179 enum utp_ocs ocs; in ufshcd_transfer_rsp_status() local
5182 ocs = ufshcd_get_tr_ocs(lrbp); in ufshcd_transfer_rsp_status()
5187 ocs = OCS_SUCCESS; in ufshcd_transfer_rsp_status()
5190 switch (ocs) { in ufshcd_transfer_rsp_status()
5263 ocs, lrbp->task_tag); in ufshcd_transfer_rsp_status()
/linux-5.19.10/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml888 "^ocs,.*":
/linux-5.19.10/
DMAINTAINERS10145 F: Documentation/devicetree/bindings/crypto/intel,keembay-ocs-aes.yaml
10148 F: drivers/crypto/keembay/keembay-ocs-aes-core.c
10149 F: drivers/crypto/keembay/ocs-aes.c
10150 F: drivers/crypto/keembay/ocs-aes.h
10157 F: Documentation/devicetree/bindings/crypto/intel,keembay-ocs-ecc.yaml
10160 F: drivers/crypto/keembay/keembay-ocs-ecc.c
10166 F: Documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml
10169 F: drivers/crypto/keembay/keembay-ocs-hcu-core.c
10170 F: drivers/crypto/keembay/ocs-hcu.c
10171 F: drivers/crypto/keembay/ocs-hcu.h