Home
last modified time | relevance | path

Searched refs:OPS (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/arch/x86/crypto/
Daegis128-aesni-glue.c189 static const struct aegis_crypt_ops OPS = { in crypto_aegis128_aesni_encrypt() local
200 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128_aesni_encrypt()
211 static const struct aegis_crypt_ops OPS = { in crypto_aegis128_aesni_decrypt() local
225 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128_aesni_decrypt()
/Linux-v5.15/drivers/media/usb/dvb-usb/
Dcxusb-analog.c68 cxusb_vprintk(dvbdev, OPS, "buffer init\n"); in cxusb_medion_v_buf_init()
73 cxusb_vprintk(dvbdev, OPS, "buffer OK\n"); in cxusb_medion_v_buf_init()
758 cxusb_vprintk(dvbdev, OPS, in cxusb_medion_field_order()
781 cxusb_vprintk(dvbdev, OPS, "should start streaming\n"); in cxusb_medion_v_start_streaming()
905 cxusb_vprintk(dvbdev, OPS, "should stop streaming\n"); in cxusb_medion_v_stop_streaming()
1135 cxusb_vprintk(dvbdev, OPS, in cxusb_medion_set_norm()
1388 cxusb_vprintk(dvbdev, OPS, in cxusb_medion_querystd()
1394 cxusb_vprintk(dvbdev, OPS, "input %u detected standard is %lx\n", in cxusb_medion_querystd()
1549 cxusb_vprintk(dvbdev, OPS, "got open\n"); in cxusb_videoradio_open()
1565 cxusb_vprintk(dvbdev, OPS, "got release\n"); in cxusb_videoradio_release()
[all …]
/Linux-v5.15/drivers/nvdimm/
Dsecurity.c478 #define OPS \ macro
488 enum nvdimmsec_op_ids { OPS }; enumerator
494 } ops[] = { OPS };
/Linux-v5.15/kernel/trace/
Dtrace_events_filter.c24 #define OPS \ macro
38 enum filter_op_ids { OPS }; enumerator
43 static const char * ops[] = { OPS };
/Linux-v5.15/Documentation/filesystems/caching/
Dfscache.rst457 …OBJECT PARENT STAT CHLDN OPS OOP IPR EX READS EM EV F S | NETFS_COOKIE_DEF TY FL NETFS_DATA …
471 OPS Number of outstanding operations on this object
/Linux-v5.15/net/mac80211/
Ddebugfs_sta.c737 PFLAG(MAC, 4, OPS, "OPS"); in sta_he_capa_read()