/linux/tools/testing/selftests/sgx/ |
H A D | test_encl.c | 20 static void do_encl_emodpe(void *_op) in do_encl_emodpe() argument 23 struct encl_op_emodpe *op = _op; in do_encl_emodpe() 35 static void do_encl_eaccept(void *_op) in do_encl_eaccept() argument 38 struct encl_op_eaccept *op = _op; in do_encl_eaccept() 73 static void do_encl_init_tcs_page(void *_op) in do_encl_init_tcs_page() argument 75 struct encl_op_init_tcs_page *op = _op; in do_encl_init_tcs_page() 106 static void do_encl_op_put_to_addr(void *_op) in do_encl_op_put_to_addr() argument 108 struct encl_op_put_to_addr *op = _op; in do_encl_op_put_to_addr() 113 static void do_encl_op_get_from_addr(void *_op) in do_encl_op_get_from_addr() argument 115 struct encl_op_get_from_addr *op = _op; in do_encl_op_get_from_addr() [all …]
|
/linux/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 55 #define ACPI_AML_DO(_fd, _op, _buf, _ret) \ argument 57 _ret = acpi_aml_##_op(_fd, &acpi_aml_##_buf##_crc); \ 60 "%s %s pipe closed.\n", #_buf, #_op); \ 64 #define ACPI_AML_BATCH_DO(_fd, _op, _buf, _ret) \ argument 66 _ret = acpi_aml_##_op##_batch_##_buf(_fd, \
|
/linux/drivers/clk/sophgo/ |
H A D | clk-cv18xx-common.h | 20 #define CV1800_CLK_COMMON(_name, _parents, _op, _flags) \ argument 23 _op, _flags), \
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi.h | 38 #define bfi_h2i_set(_mh, _mc, _op, _fn_lpu) do { \ argument 40 (_mh).msg_id = (_op); \ 44 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \ argument 46 (_mh).msg_id = (_op); \
|
/linux/arch/riscv/errata/thead/ |
H A D | errata.c | 73 #define THEAD_CMO_OP(_op, _start, _size, _cachesize) \ argument 77 THEAD_##_op##_A0 "\n\t" \
|
/linux/tools/crypto/tcrypt/ |
H A D | tcrypt_speed_compare.py | 99 _alg, _op = parse_title(line) 101 alg, op = _alg, _op
|
/linux/drivers/spi/ |
H A D | spi-dw.h | 25 #define __dw_spi_ver_cmp(_dws, _ip, _ver, _op) \ argument 26 (dw_spi_ip_is(_dws, _ip) && (_dws)->ver _op DW_ ## _ip ## _ ## _ver)
|
/linux/drivers/scsi/bfa/ |
H A D | bfi.h | 62 #define bfi_h2i_set(_mh, _mc, _op, _fn_lpu) do { \ argument 64 (_mh).msg_id = (_op); \ 68 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \ argument 70 (_mh).msg_id = (_op); \
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.c | 40 #define list_prev_op(_op) list_prev_entry(_op, entry) argument 41 #define list_for_each_op(_op, _ops) list_for_each_entry(_op, _ops, entry) argument 42 #define list_for_each_op_from_reverse(_op, _ops) \ argument 43 list_for_each_entry_from_reverse(_op, _ops, entry) 44 #define list_for_each_op_safe(_op, _n, _ops) list_for_each_entry_safe(_op, _n, _ops, entry) argument
|
/linux/net/bluetooth/ |
H A D | hci_event.c | 3980 #define HCI_CC_VL(_op, _func, _min, _max) \ argument 3982 .op = _op, \ 3988 #define HCI_CC(_op, _func, _len) \ argument 3989 HCI_CC_VL(_op, _func, _len, _len) 3991 #define HCI_CC_STATUS(_op, _func) \ argument 3992 HCI_CC(_op, _func, sizeof(struct hci_ev_status)) 4276 #define HCI_CS(_op, _func) \ argument 4278 .op = _op, \ 6997 #define HCI_LE_EV_VL(_op, _func, _min_len, _max_len) \ argument 6998 [_op] = { \ [all …]
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 39 #define FUN_ADMIN_REQ_COMMON_INIT(_op, _len8, _flags, _suboff8, _cid) \ argument 41 .op = (_op), .len8 = (_len8), .flags = cpu_to_be16(_flags), \ 45 #define FUN_ADMIN_REQ_COMMON_INIT2(_op, _len) \ argument 47 .op = (_op), .len8 = (_len) / 8, \
|
/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 499 bound_f = functools.partial(self._op, op_name) 1026 def _op(self, method, vals, flags=None, dump=False): member in YnlFamily 1035 return self._op(method, vals, flags) 1038 return self._op(method, vals, dump=True)
|
/linux/fs/netfs/ |
H A D | write_collect.c | 659 void netfs_write_subrequest_terminated(void *_op, ssize_t transferred_or_error, in netfs_write_subrequest_terminated() argument 662 struct netfs_io_subrequest *subreq = _op; in netfs_write_subrequest_terminated()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.h | 37 #define __dw_pcie_ver_cmp(_pci, _ver, _op) \ argument 38 ((_pci)->version _op DW_PCIE_VER_ ## _ver)
|
/linux/drivers/md/bcache/ |
H A D | writeback.c | 853 static int sectors_dirty_init_fn(struct btree_op *_op, struct btree *b, in sectors_dirty_init_fn() argument 856 struct sectors_dirty_init *op = container_of(_op, in sectors_dirty_init_fn()
|
/linux/include/linux/ |
H A D | netfs.h | 446 void netfs_write_subrequest_terminated(void *_op, ssize_t transferred_or_error,
|
/linux/kernel/ |
H A D | kprobes.c | 665 struct optimized_kprobe *_op; in optprobe_queued_unopt() local 667 list_for_each_entry(_op, &unoptimizing_list, list) { in optprobe_queued_unopt() 668 if (op == _op) in optprobe_queued_unopt()
|
/linux/sound/core/ |
H A D | control.c | 2279 #define call_snd_ctl_lops(_card, _op) \ 2285 lops->_op(_card); \ 2277 call_snd_ctl_lops(_card,_op) global() argument
|