/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-p2pdma.h | 20 int pci_p2pdma_add_resource(struct pci_dev *pdev, int bar, size_t size, 26 void *pci_alloc_p2pmem(struct pci_dev *pdev, size_t size); 27 void pci_free_p2pmem(struct pci_dev *pdev, void *addr, size_t size); 39 size_t size, u64 offset) in pci_p2pdma_add_resource() 57 static inline void *pci_alloc_p2pmem(struct pci_dev *pdev, size_t size) in pci_alloc_p2pmem() 62 size_t size) in pci_free_p2pmem()
|
H A D | instrumented.h | 24 static __always_inline void instrument_read(const volatile void *v, size_t size) in instrument_read() 38 static __always_inline void instrument_write(const volatile void *v, size_t size) in instrument_write() 52 static __always_inline void instrument_read_write(const volatile void *v, size_t size) in instrument_read_write() 66 static __always_inline void instrument_atomic_read(const volatile void *v, size_t size) in instrument_atomic_read() 80 static __always_inline void instrument_atomic_write(const volatile void *v, size_t size) in instrument_atomic_write() 94 static __always_inline void instrument_atomic_read_write(const volatile void *v, size_t size) in instrument_atomic_read_write()
|
H A D | crash_dump.h | 21 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos); 22 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos); 27 ssize_t copy_oldmem_page(struct iov_iter *i, unsigned long pfn, size_t csize, 30 size_t csize, unsigned long offset); 137 ssize_t read_from_oldmem(struct iov_iter *iter, size_t count, 140 static inline ssize_t read_from_oldmem(struct iov_iter *iter, size_t count, in read_from_oldmem()
|
H A D | task_io_accounting_ops.h | 11 static inline void task_io_account_read(size_t bytes) in task_io_account_read() 25 static inline void task_io_account_write(size_t bytes) in task_io_account_write() 39 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write() 59 static inline void task_io_account_read(size_t bytes) in task_io_account_read() 68 static inline void task_io_account_write(size_t bytes) in task_io_account_write() 77 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write()
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | pagelist.h | 13 size_t length; 14 size_t room; 16 size_t num_pages_free; 23 size_t room; /* room remaining to reset to */ 30 extern int ceph_pagelist_append(struct ceph_pagelist *pl, const void *d, size_t l); 32 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space);
|
/kernel/linux/linux-6.6/include/linux/iio/ |
H A D | buffer_impl.h | 55 int (*read)(struct iio_buffer *buffer, size_t n, char __user *buf); 56 size_t (*data_available)(struct iio_buffer *buffer); 58 int (*write)(struct iio_buffer *buffer, size_t n, const char __user *buf); 59 size_t (*space_available)(struct iio_buffer *buffer); 63 int (*set_bytes_per_datum)(struct iio_buffer *buffer, size_t bpd); 89 size_t bytes_per_datum;
|
/kernel/linux/linux-6.6/include/linux/soc/qcom/ |
H A D | mdt_loader.h | 23 phys_addr_t mem_phys, size_t mem_size, 28 phys_addr_t mem_phys, size_t mem_size, 30 void *qcom_mdt_read_metadata(const struct firmware *fw, size_t *data_len, 50 size_t mem_size, phys_addr_t *reloc_base) in qcom_mdt_load() 59 size_t mem_size, in qcom_mdt_load_no_init() 66 size_t *data_len, const char *fw_name, in qcom_mdt_read_metadata()
|
/kernel/linux/linux-6.6/drivers/staging/fieldbus/anybuss/ |
H A D | anybuss-client.h | 83 void *buf, size_t count); 85 const void *buf, size_t count); 87 const void *buf, size_t count); 89 void *buf, size_t count); 93 const char __user *buf, size_t size, 96 char __user *buf, size_t size,
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pmu.h | 129 #define PMU_IOC_GET_BACKLIGHT _IOR('B', 1, size_t) 131 #define PMU_IOC_SET_BACKLIGHT _IOW('B', 2, size_t) 133 #define PMU_IOC_GET_MODEL _IOR('B', 3, size_t) 135 #define PMU_IOC_HAS_ADB _IOR('B', 4, size_t) 137 #define PMU_IOC_CAN_SLEEP _IOR('B', 5, size_t) 139 #define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, size_t)
|
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | ocs-hcu.h | 92 u8 *dgst, size_t dgst_len); 96 size_t dgst_len); 99 void *data, size_t data_len, u8 *dgst, size_t dgst_len); 102 const u8 *key, size_t key_len, 104 u8 *dgst, size_t dgst_len);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | uefi.h | 43 void *iwl_uefi_get_pnvm(struct iwl_trans *trans, size_t *len); 44 u8 *iwl_uefi_get_reduced_power(struct iwl_trans *trans, size_t *len); 46 const u8 *data, size_t len, 52 static inline void *iwl_uefi_get_pnvm(struct iwl_trans *trans, size_t *len) in iwl_uefi_get_pnvm() 59 const u8 *data, size_t len, in iwl_uefi_reduce_power_parse() 66 iwl_uefi_get_reduced_power(struct iwl_trans *trans, size_t *len) in iwl_uefi_get_reduced_power()
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.h | 31 size_t len_recv; 37 void *reply, size_t reply_len, bool async); 39 int wfx_hif_read_mib(struct wfx_dev *wdev, int vif_id, u16 mib_id, void *buf, size_t buf_size); 40 int wfx_hif_write_mib(struct wfx_dev *wdev, int vif_id, u16 mib_id, void *buf, size_t buf_size); 54 int wfx_hif_update_ie_beacon(struct wfx_vif *wvif, const u8 *ies, size_t ies_len); 58 int wfx_hif_configuration(struct wfx_dev *wdev, const u8 *conf, size_t len);
|
/kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
H A D | icc-rpmh.h | 26 size_t num_bcms; 72 size_t num_bcms; 107 size_t num_nodes; 113 size_t num_nodes; 118 size_t num_nodes; 120 size_t num_bcms;
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | memory.c | 24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio() 45 size_t count) in copy_to_iter_fromio() 52 size_t c = count; in copy_to_iter_fromio() 76 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count) in copy_from_user_toio() 96 int copy_from_iter_toio(void __iomem *dst, struct iov_iter *src, size_t count) in copy_from_iter_toio() 103 size_t c = count; in copy_from_iter_toio()
|
/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc_util.h | 30 size_t *len1, in dfltcc() 32 size_t *len2, in dfltcc() 37 size_t t3 = len1 ? *len1 : 0; in dfltcc() 39 size_t t5 = len2 ? *len2 : 0; in dfltcc() 43 register size_t r3 __asm__("r3") = t3; in dfltcc() 45 register size_t r5 __asm__("r5") = t5; in dfltcc()
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | error_private.h | 24 #include "zstd_deps.h" /* size_t */ 45 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name)) 47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 49 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); } in ERR_getErrorCode() 52 #define CHECK_V_F(e, f) size_t const e = f; if (ERR_isError(e)) return e 62 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() 133 size_t const err_code = (err); \
|
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | sst-dsp.h | 53 size_t inbox_size, u32 outbox_offset, size_t outbox_size); 54 void sst_dsp_inbox_write(struct sst_dsp *sst, void *message, size_t bytes); 55 void sst_dsp_inbox_read(struct sst_dsp *sst, void *message, size_t bytes); 56 void sst_dsp_outbox_write(struct sst_dsp *sst, void *message, size_t bytes); 57 void sst_dsp_outbox_read(struct sst_dsp *sst, void *message, size_t bytes);
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | pmu.h | 104 #define PMU_IOC_GET_BACKLIGHT _IOR('B', 1, size_t) 105 #define PMU_IOC_SET_BACKLIGHT _IOW('B', 2, size_t) 106 #define PMU_IOC_GET_MODEL _IOR('B', 3, size_t) 107 #define PMU_IOC_HAS_ADB _IOR('B', 4, size_t) 108 #define PMU_IOC_CAN_SLEEP _IOR('B', 5, size_t) 109 #define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, size_t)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | pmu.h | 90 #define PMU_IOC_GET_BACKLIGHT _IOR('B', 1, size_t) 91 #define PMU_IOC_SET_BACKLIGHT _IOW('B', 2, size_t) 92 #define PMU_IOC_GET_MODEL _IOR('B', 3, size_t) 93 #define PMU_IOC_HAS_ADB _IOR('B', 4, size_t) 94 #define PMU_IOC_CAN_SLEEP _IOR('B', 5, size_t) 95 #define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, size_t)
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | vmci_transport_notify.h | 41 int (*poll_in) (struct sock *sk, size_t target, 43 int (*poll_out) (struct sock *sk, size_t target, 50 int (*recv_init) (struct sock *sk, size_t target, 52 int (*recv_pre_block) (struct sock *sk, size_t target, 54 int (*recv_pre_dequeue) (struct sock *sk, size_t target, 56 int (*recv_post_dequeue) (struct sock *sk, size_t target,
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | pmu.h | 104 #define PMU_IOC_GET_BACKLIGHT _IOR('B', 1, size_t) 105 #define PMU_IOC_SET_BACKLIGHT _IOW('B', 2, size_t) 106 #define PMU_IOC_GET_MODEL _IOR('B', 3, size_t) 107 #define PMU_IOC_HAS_ADB _IOR('B', 4, size_t) 108 #define PMU_IOC_CAN_SLEEP _IOR('B', 5, size_t) 109 #define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, size_t)
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | rave-sp.c | 89 size_t length; 102 size_t length; 116 size_t length; 117 void (*subroutine)(const u8 *, size_t, u8 *); 241 static void csum_8b2c(const u8 *buf, size_t size, u8 *crc) in csum_8b2c() 252 static void csum_ccitt(const u8 *buf, size_t size, u8 *crc) in csum_ccitt() 263 static void *stuff(unsigned char *dest, const unsigned char *src, size_t n) in stuff() 284 const size_t checksum_length = sp->variant->checksum->length; in rave_sp_write() 288 size_t length; in rave_sp_write() 343 void *__data, size_t data_siz in rave_sp_exec() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/arm-spe-decoder/ |
H A D | arm-spe-pkt-decoder.c | 85 static int arm_spe_get_payload(const unsigned char *buf, size_t len, in arm_spe_get_payload() 88 size_t payload_len = payloadlen(buf[0]); in arm_spe_get_payload() 112 static int arm_spe_get_alignment(const unsigned char *buf, size_t len, in arm_spe_get_alignment() 130 static int arm_spe_get_timestamp(const unsigned char *buf, size_t len, in arm_spe_get_timestamp() 137 static int arm_spe_get_events(const unsigned char *buf, size_t len, in arm_spe_get_events() 154 static int arm_spe_get_data_source(const unsigned char *buf, size_t len, in arm_spe_get_data_source() 161 static int arm_spe_get_context(const unsigned char *buf, size_t len, in arm_spe_get_context() 170 static int arm_spe_get_op_type(const unsigned char *buf, size_t len, in arm_spe_get_op_type() 178 static int arm_spe_get_counter(const unsigned char *buf, size_t len, in arm_spe_get_counter() 195 static int arm_spe_get_addr(const unsigned char *buf, size_t le [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_ftp.c | 59 static int try_rfc959(const char *, size_t, struct nf_conntrack_man *, 61 static int try_rfc1123(const char *, size_t, struct nf_conntrack_man *, 63 static int try_eprt(const char *, size_t, struct nf_conntrack_man *, 65 static int try_epsv_response(const char *, size_t, struct nf_conntrack_man *, 70 size_t plen; 74 int (*getnum)(const char *, size_t, struct nf_conntrack_man *, char, unsigned int *); 113 get_ipv6_addr(const char *src, size_t dlen, struct in6_addr *dst, u_int8_t term) in get_ipv6_addr() 116 int ret = in6_pton(src, min_t(size_t, dlen, 0xffff), (u8 *)dst, term, &end); in get_ipv6_addr() 122 static int try_number(const char *data, size_t dlen, u_int32_t array[], in try_number() 154 static int try_rfc959(const char *data, size_t dle [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_internal.h | 238 size_t isp_param; 239 size_t isp_mem_param[SH_CSS_MAX_STAGES][IA_CSS_NUM_MEMORIES]; 240 size_t macc_tbl; 241 size_t fpn_tbl; 242 size_t sc_tbl; 243 size_t tetra_r_x; 244 size_t tetra_r_y; 245 size_t tetra_gr_x; 246 size_t tetra_gr_y; 247 size_t tetra_gb_ [all...] |