Searched refs:OPS (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/arch/x86/crypto/ |
D | aegis128-aesni-glue.c | 189 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/ |
D | cxusb-analog.c | 68 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/ |
D | security.c | 478 #define OPS \ macro 488 enum nvdimmsec_op_ids { OPS }; enumerator 494 } ops[] = { OPS };
|
/Linux-v5.15/kernel/trace/ |
D | trace_events_filter.c | 24 #define OPS \ macro 38 enum filter_op_ids { OPS }; enumerator 43 static const char * ops[] = { OPS };
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | fscache.rst | 457 …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/ |
D | debugfs_sta.c | 737 PFLAG(MAC, 4, OPS, "OPS"); in sta_he_capa_read()
|