Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/crypto/
Daegis128-aesni-glue.c191 static const struct aegis_crypt_ops OPS = { in crypto_aegis128_aesni_encrypt() local
202 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128_aesni_encrypt()
213 static const struct aegis_crypt_ops OPS = { in crypto_aegis128_aesni_decrypt() local
227 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128_aesni_decrypt()
/Linux-v5.4/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.4/drivers/nvdimm/
Dsecurity.c473 #define OPS \ macro
483 enum nvdimmsec_op_ids { OPS }; enumerator
489 } ops[] = { OPS };
/Linux-v5.4/kernel/trace/
Dtrace_events_filter.c24 #define OPS \ macro
38 enum filter_op_ids { OPS }; enumerator
43 static const char * ops[] = { OPS };
/Linux-v5.4/Documentation/filesystems/caching/
Dfscache.txt349 …OBJECT PARENT STAT CHLDN OPS OOP IPR EX READS EM EV F S | NETFS_COOKIE_DEF TY FL NETFS_DATA …
362 OPS Number of outstanding operations on this object
/Linux-v5.4/net/mac80211/
Ddebugfs_sta.c676 PFLAG(MAC, 4, OPS, "OPS"); in sta_he_capa_read()