Home
last modified time | relevance | path

Searched defs:payload (Results 351 - 375 of 1035) sorted by relevance

1...<<11121314151617181920>>...42

/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-zynqmp.c502 u32 payload[PAYLOAD_ARG_CNT]; in zynqmp_pinctrl_get_function_groups() local
521 u32 payload[PAYLOAD_ARG_CNT]; in zynqmp_pinctrl_get_func_num_groups() local
605 u32 payload[PAYLOAD_ARG_CNT]; in zynqmp_pinctrl_get_function_name() local
622 u32 payload[PAYLOAD_ARG_CN in zynqmp_pinctrl_get_num_functions() local
639 u32 payload[PAYLOAD_ARG_CNT]; zynqmp_pinctrl_get_pin_groups() local
795 u32 payload[PAYLOAD_ARG_CNT]; zynqmp_pinctrl_get_num_pins() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h68 u8 payload[]; member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h69 u8 payload[]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c588 intel_guc_to_host_process_recv_msg(struct intel_guc *guc, const u32 *payload, u32 len) intel_guc_to_host_process_recv_msg() argument
/kernel/linux/linux-6.6/security/keys/
H A Dkey.c790 __key_create_or_update(key_ref_t keyring_ref, const char *type, const char *description, const void *payload, size_t plen, key_perm_t perm, unsigned long flags, bool allow_update) __key_create_or_update() argument
998 key_create_or_update(key_ref_t keyring_ref, const char *type, const char *description, const void *payload, size_t plen, key_perm_t perm, unsigned long flags) key_create_or_update() argument
1035 key_create(key_ref_t keyring_ref, const char *type, const char *description, const void *payload, size_t plen, key_perm_t perm, unsigned long flags) key_create() argument
1061 key_update(key_ref_t key_ref, const void *payload, size_t plen) key_update() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-pid-vm.c127 static const uint8_t payload[] = { variable
150 static int make_exe(const uint8_t *payload, size_t len) in make_exe() argument
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_encode.h40 } payload; member
[all...]
/kernel/linux/linux-6.6/net/dccp/ccids/
H A Dccid3.c716 const u32 payload = skb->len - dccp_hdr(skb)->dccph_doff * 4; in ccid3_hc_rx_packet_recv() local
733 const u32 payload = skb->len - dccp_hdr(skb)->dccph_doff * 4; in ccid3_hc_rx_packet_recv() local
/kernel/linux/linux-6.6/net/ethtool/
H A Dnetlink.c200 struct sk_buff *ethnl_reply_init(size_t payload, struct net_device *dev, u8 cmd, in ethnl_reply_init() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dauth.c207 void *payload, *payload_end; in ceph_handle_auth_reply() local
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dsendrequest_func_test.c64 static BOOL SyncCall(IUnknown *iUnknown, struct Payload *payload) in SyncCall() argument
416 struct Payload payload = { variable
/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp115 static int32_t payload; member in OHOS::IPCObjectStubTest
118 int32_t IPCObjectStubTest::payload = 0; member in OHOS::IPCObjectStubTest
176 int32_t payload = PAYLOAD_NUM; in HWTEST_F() local
/test/xts/hats/hdf/manager/managerHdiTest/
H A Dservice_manager_hdi_c_test.cpp165 int32_t payload = PAYLOAD_NUM; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dlibx265.c511 int payload = 0; in libx265_encode_frame() local
/third_party/libcoap/examples/
H A Detsi_iot_01.c76 coap_add_payload(coap_resource_t *resource, coap_payload_t *payload) { in coap_add_payload() argument
147 coap_payload_t *payload; in hnd_delete_resource() local
233 coap_payload_t *payload; in hnd_put_test() local
402 coap_payload_t *payload; make_large() local
[all...]
/third_party/json/tests/src/
H A Dunit-regression1.cpp203 std::string payload = fields.dump(); variable
/third_party/ltp/include/lapi/
H A Dkeyctl.h23 add_key(const char *type, const char *description, const void *payload, size_t plen, key_serial_t ringid) add_key() argument
/third_party/ltp/lib/
H A Dtst_netdevice.c18 create_request(const char *file, const int lineno, unsigned int type, unsigned int flags, const void *payload, size_t psize) create_request() argument
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc911 const std::string payload = "This is the actualy payload data.\n"; in TEST_F() local
925 const std::string payload = "This is the actualy payload data.\n"; in TEST_F() local
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper.h246 inline const char* BitsetName(uint64_t payload) { in BitsetName() argument
/third_party/node/deps/zlib/google/
H A Dzip_reader_unittest.cc897 const std::string payload = "This is the actualy payload data.\n"; in TEST_F() local
911 const std::string payload = "This is the actualy payload data.\n"; in TEST_F() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_submit.c865 nghttp2_submit_extension(nghttp2_session *session, uint8_t type, uint8_t flags, int32_t stream_id, void *payload) nghttp2_submit_extension() argument
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c46 const uint8_t *payload = in + NGHTTP2_FRAME_HDLEN; in unpack_frame() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c865 nghttp2_submit_extension(nghttp2_session *session, uint8_t type, uint8_t flags, int32_t stream_id, void *payload) nghttp2_submit_extension() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c373 panfrost_emit_plane(const struct pan_image_layout *layout, enum pipe_format format, mali_ptr pointer, unsigned level, void *payload) panfrost_emit_plane() argument
447 panfrost_emit_texture_payload(const struct pan_image_view *iview, enum pipe_format format, void *payload) panfrost_emit_texture_payload() argument
540 panfrost_new_texture(const struct panfrost_device *dev, const struct pan_image_view *iview, void *out, const struct panfrost_ptr *payload) panfrost_new_texture() argument
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...42