Home
last modified time | relevance | path

Searched refs:req (Results 3676 - 3700 of 5464) sorted by relevance

1...<<141142143144145146147148149150>>...219

/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_div.c80 struct clk_rate_request *req) in ccu_div_determine_rate()
85 req, ccu_div_round_rate, cd); in ccu_div_determine_rate()
79 ccu_div_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) ccu_div_determine_rate() argument
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_null.c76 static int null_skcipher_crypt(struct skcipher_request *req) in null_skcipher_crypt() argument
81 err = skcipher_walk_virt(&walk, req, false); in null_skcipher_crypt()
/kernel/linux/linux-6.6/net/nfc/
H A Ddigital.h16 #define PROTOCOL_ERR(req) pr_err("%d: NFC Digital Protocol error: %s\n", \
17 __LINE__, req)
/kernel/linux/linux-6.6/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c168 static blk_status_t hp_sw_prep_fn(struct scsi_device *sdev, struct request *req) in hp_sw_prep_fn() argument
173 req->rq_flags |= RQF_QUIET; in hp_sw_prep_fn()
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DVideoController.java65 * @param req HttpServletRequest
74 HttpServletRequest req) { in list()
75 QueryWrapper<OhSampleShortVideo> queryWrapper = QueryGenerator.initQueryWrapper(video, req.getParameterMap()); in list()
71 list(OhSampleShortVideo video, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DBusinessGoodsController.java65 * @param req HttpServletRequest
75 HttpServletRequest req) { in list()
77 req.getParameterMap()); in list()
72 list(OhSampleBusinessGoods mtBusiness, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
H A DBusinessCommentController.java65 * @param req HttpServletRequest
75 HttpServletRequest req) { in list()
77 QueryGenerator.initQueryWrapper(comment, req.getParameterMap()); in list()
72 list(OhSampleBusinessComment comment, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.h214 #define ucom_cfg_do_request(udev,com,req,ptr,flags,timo) \
215 usbd_do_request_proc(udev, &(com)->sc_super->sc_tq, req, ptr, flags, NULL, timo)
/third_party/musl/src/passwd/
H A Dgetgr_a.c44 int32_t req = name ? GETGRBYNAME : GETGRBYGID; in __getgr_a() local
64 f = __nscd_query(req, key, groupbuf, sizeof groupbuf, &swap); in __getgr_a()
/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/
H A Dindex.js102 async connect(req, opts) {
133 req.destroy();
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509v3.rs58 pub fn X509_verify(req: *mut X509, pkey: *mut EVP_PKEY) -> c_int; in X509_verify()
66 req: *mut X509_REQ, in X509V3_set_ctx()
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry_cache.py96 req = urlopen(makeSourceUrl(repository, revision, filename))
97 data = req.read()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwps_supplicant.h80 const struct wpabuf *req,
83 const struct wpabuf *req,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwps_supplicant.h81 const struct wpabuf *req,
84 const struct wpabuf *req,
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dkeystore.c1652 struct skcipher_request *req = NULL; in decrypt_passphrase_encrypted_session_key() local
1694 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key()
1695 if (!req) { in decrypt_passphrase_encrypted_session_key()
1704 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in decrypt_passphrase_encrypted_session_key()
1715 skcipher_request_set_crypt(req, src_sg, dst_sg, in decrypt_passphrase_encrypted_session_key()
1718 rc = crypto_skcipher_decrypt(req); in decrypt_passphrase_encrypted_session_key()
1735 skcipher_request_free(req); in decrypt_passphrase_encrypted_session_key()
2190 struct skcipher_request *req; in write_tag_3_packet() local
2288 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
2289 if (!req) { in write_tag_3_packet()
[all...]
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dkeystore.c1653 struct skcipher_request *req = NULL; in decrypt_passphrase_encrypted_session_key() local
1695 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key()
1696 if (!req) { in decrypt_passphrase_encrypted_session_key()
1705 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in decrypt_passphrase_encrypted_session_key()
1716 skcipher_request_set_crypt(req, src_sg, dst_sg, in decrypt_passphrase_encrypted_session_key()
1719 rc = crypto_skcipher_decrypt(req); in decrypt_passphrase_encrypted_session_key()
1736 skcipher_request_free(req); in decrypt_passphrase_encrypted_session_key()
2191 struct skcipher_request *req; in write_tag_3_packet() local
2289 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
2290 if (!req) { in write_tag_3_packet()
[all...]
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_mem.c118 struct virtio_mem_req req; member
1365 const struct virtio_mem_req *req) in virtio_mem_send_request()
1372 vm->req = *req; in virtio_mem_send_request()
1375 sg_init_one(&sg_req, &vm->req, sizeof(vm->req)); in virtio_mem_send_request()
1398 const struct virtio_mem_req req = { in virtio_mem_send_plug_request() local
1411 switch (virtio_mem_send_request(vm, &req)) { in virtio_mem_send_plug_request()
1436 const struct virtio_mem_req req = { in virtio_mem_send_unplug_request() local
1449 switch (virtio_mem_send_request(vm, &req)) { in virtio_mem_send_unplug_request()
1364 virtio_mem_send_request(struct virtio_mem *vm, const struct virtio_mem_req *req) virtio_mem_send_request() argument
1469 const struct virtio_mem_req req = { virtio_mem_send_unplug_all_request() local
2637 const struct virtio_mem_req req = { virtio_mem_send_state_request() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Dr9a06g032-clocks.c981 r9a06g032_div_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) in r9a06g032_div_determine_rate() argument
984 u32 div = DIV_ROUND_UP(req->best_parent_rate, req->rate); in r9a06g032_div_determine_rate()
987 hw->clk, req->rate, req->best_parent_rate, div); in r9a06g032_div_determine_rate()
989 clk->min, DIV_ROUND_UP(req->best_parent_rate, clk->min), in r9a06g032_div_determine_rate()
990 clk->max, DIV_ROUND_UP(req->best_parent_rate, clk->max)); in r9a06g032_div_determine_rate()
992 div = r9a06g032_div_clamp_div(clk, req->rate, req->best_parent_rate); in r9a06g032_div_determine_rate()
1005 req in r9a06g032_div_determine_rate()
[all...]
/third_party/backends/backend/
H A Dgt68xx_high.c694 GT68xx_Scan_Request req; in gt68xx_scanner_calibrate() local
700 memcpy (&req, request, sizeof (req)); in gt68xx_scanner_calibrate()
717 req.mbs = SANE_FALSE; in gt68xx_scanner_calibrate()
720 req.mbs = SANE_TRUE; in gt68xx_scanner_calibrate()
730 req.mds = SANE_TRUE; in gt68xx_scanner_calibrate()
731 req.mas = SANE_FALSE; in gt68xx_scanner_calibrate()
734 req.color = SANE_TRUE; in gt68xx_scanner_calibrate()
736 if (req.use_ta) in gt68xx_scanner_calibrate()
738 req in gt68xx_scanner_calibrate()
[all...]
/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Ddca.c215 u32 req; in ioat_dca_count_dca_slots() local
223 req = readl(iobase + global_req_table + (slots * sizeof(u32))); in ioat_dca_count_dca_slots()
225 } while ((req & IOAT_DCA_GREQID_LASTID) == 0); in ioat_dca_count_dca_slots()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-ce.S17 xtsmask .req v16
18 cbciv .req v16
19 vctr .req v16
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmpc52xx.h324 extern int mpc52xx_lpbfifo_submit(struct mpc52xx_lpbfifo_request *req);
325 extern void mpc52xx_lpbfifo_abort(struct mpc52xx_lpbfifo_request *req);
327 extern int mpc52xx_lpbfifo_start_xfer(struct mpc52xx_lpbfifo_request *req);
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-ce.S17 xtsmask .req v16
18 cbciv .req v16
19 vctr .req v16
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Ddiag.h324 int diag26c(void *req, void *resp, enum diag26c_sc subcode);
334 int (*diag26c)(void *req, void *resp, enum diag26c_sc subcode);
345 int _diag26c_amode31(void *req, void *resp, enum diag26c_sc subcode);
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_base.h521 struct ddcb_requ *req,
524 int __genwqe_wait_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req);
525 int __genwqe_purge_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req);

Completed in 25 milliseconds

1...<<141142143144145146147148149150>>...219