/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_gbl.h | 1009 int qla2xxx_get_ini_stats(struct Scsi_Host *shost, u32 flags, void *data, u64 size); 1011 struct fc_rport *rport, void *data, u64 size);
|
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 649 * offset from the base can be calculated by PPS_id * 32 (size per PPS in assemble_hw_pps() 1095 h264_ctx->priv_tbl.size = sizeof(*priv_tbl); in rkvdec_h264_start() 1113 dma_free_coherent(rkvdec->dev, h264_ctx->priv_tbl.size, in rkvdec_h264_stop()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | ip22zilog.c | 812 /* Character size, stop bits, and parity. */ in ip22zilog_convert_to_zs() 953 static void * __init alloc_one_table(unsigned long size) in alloc_one_table() argument 955 return kzalloc(size, GFP_KERNEL); in alloc_one_table()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_q6v5_wcss.c | 891 wcss->mem_size = rmem->size; in q6v5_alloc_memory_region() 895 &rmem->base, &rmem->size); in q6v5_alloc_memory_region()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-cmos.c | 969 /* Heuristic to deduce NVRAM size ... do what the legacy NVRAM in cmos_do_probe() 1115 nvmem_cfg.size = address_space - NVRAM_OFFSET; in cmos_do_probe() 1131 nvmem_cfg.size, in cmos_do_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 211 scsi_cmd[4] = 0x2a; /* size */ in scsi_unlock_floptical() 497 const int size = sizeof(struct scsi_target) in scsi_alloc_target() local 503 starget = kzalloc(size, GFP_KERNEL); in scsi_alloc_target() 1446 * Allocate enough to hold the header (the same size as one scsi_lun) in scsi_report_lun_scan()
|
/kernel/linux/linux-6.6/drivers/soc/hisilicon/ |
H A D | kunpeng_hccs.c | 455 struct hccs_port_attr *attrs, u16 size) in hccs_get_all_port_attr() 468 left_buf_len = sizeof(struct hccs_port_attr) * size; in hccs_get_all_port_attr() 453 hccs_get_all_port_attr(struct hccs_dev *hdev, struct hccs_die_info *die, struct hccs_port_attr *attrs, u16 size) hccs_get_all_port_attr() argument
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sprd.c | 179 u32 size = t->bits_per_word * SPRD_SPI_FIFO_SIZE; in sprd_spi_transfer_max_timeout() local 181 u32 total_time_us = size * bit_time_us; in sprd_spi_transfer_max_timeout()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | bq25890_charger.c | 336 u32 size; member 386 u32 tbl_size = bq25890_tables[id].lt.size; in bq25890_find_idx()
|
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | ssh_packet_layer.c | 221 * SSH_PTL_RX_BUF_LEN - Evaluation-buffer size in bytes. 226 * SSH_PTL_RX_FIFO_LEN - Fifo input-buffer size in bytes. 598 const unsigned int size = sizeof(struct ssh_packet) + SSH_MSG_LEN_CTRL; in ssh_ctrl_packet_cache_init() local 602 cache = kmem_cache_create("ssam_ctrl_packet", size, align, 0, NULL); in ssh_ctrl_packet_cache_init() 1812 ptl_dbg(ptl, "rx: received data (size: %zu)\n", n); in ssh_ptl_rx_threadfn()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_audio.c | 196 * rate and the endpoint's interval as the base packet size. in u_audio_iso_complete() 227 * size and decrease the accumulator. in u_audio_iso_complete() 979 unsigned int size, unsigned int __user *_tlv) in u_audio_volume_tlv() 984 if (size < sizeof(scale)) in u_audio_volume_tlv() 978 u_audio_volume_tlv(struct snd_kcontrol *kcontrol, int op_flag, unsigned int size, unsigned int __user *_tlv) u_audio_volume_tlv() argument
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 1376 u32 size) in lio_sess_get_initiator_sid() 1382 return snprintf(buf, size, "%6phN", sess->isid); in lio_sess_get_initiator_sid() 1373 lio_sess_get_initiator_sid( struct se_session *se_sess, unsigned char *buf, u32 size) lio_sess_get_initiator_sid() argument
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_idt82p33.c | 1301 dev_dbg(idt82p33->dev, "firmware size %zu bytes\n", fw->size); in idt82p33_load_firmware() 1305 for (len = fw->size; len > 0; len -= sizeof(*rec)) { in idt82p33_load_firmware() 1323 /* Page size 128, last 4 bytes of page skipped */ in idt82p33_load_firmware()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.h | 69 /* 32 bit TV Graphic Destination size (after Zooming)Register*/ 627 #define CFG_BOUNDARY(size) ((size)<<5)
|
/kernel/linux/linux-6.6/drivers/vdpa/ |
H A D | vdpa.c | 147 * @size: size of the parent structure that contains private data 160 size_t size, const char *name, in __vdpa_alloc_device() 177 vdev = kzalloc(size, GFP_KERNEL); in __vdpa_alloc_device() 157 __vdpa_alloc_device(struct device *parent, const struct vdpa_config_ops *config, unsigned int ngroups, unsigned int nas, size_t size, const char *name, bool use_va) __vdpa_alloc_device() argument
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btrtl.c | 869 ret = fw->size; in rtl_load_file() 870 *buff = kvmalloc(fw->size, GFP_KERNEL); in rtl_load_file()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | sunvdc.c | 271 printk(KERN_ERR PFX "%s: BLOCK size increased " in vdc_handle_attr() 517 desc->size = len; in __send_request() 683 desc->size = op_len; in generic_request() 838 /* Each segment in a request is up to an aligned page in size. */ in probe_disk()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-acpi.c | 655 if (!strcmp(name, gm->name) && gm->data && index < gm->size) { in acpi_get_driver_gpio_data() 1466 count = gm->size; in acpi_gpio_count()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.c | 505 if (fw->size == le32_to_cpu(hdr->size_bytes)) in amdgpu_ucode_validate() 884 ucode->ucode_size = ucode->fw->size; in amdgpu_ucode_init_single_fw()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 957 pl_A->aHubp.size.raw = hubp->att.size.raw; in dc_build_cursor_attribute_update_payload1()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable.h | 876 static inline int is_new_memtype_allowed(u64 paddr, unsigned long size, in is_new_memtype_allowed() argument 883 if (x86_platform.is_untracked_pat_range(paddr, paddr + size)) in is_new_memtype_allowed() 1427 * (8k-aligned and 8k in size). The kernel one is at the beginning 4k and
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | e752x_edac.c | 1100 /* convert a 128 or 64 MiB DRB to a page size. */ in e752x_init_csrows() 1288 layers[0].size = E752X_NR_CSROWS; in e752x_probe1() 1291 layers[1].size = drc_chan + 1; in e752x_probe1()
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | raw_mode.c | 214 * @max_len: The maximum allowed message size (header included) that can be 233 * @tx_size: The effective size of the TX message. 234 * @tx_req_size: The final expected size of the complete TX message. 236 * @rx_size: The effective size of the RX message. 728 * @size: The effective size of the message copied into @buf 736 void *buf, size_t len, size_t *size, in scmi_raw_message_receive() 756 *size = rb->msg.len; in scmi_raw_message_receive() 812 /* On first write attempt @count carries the total full message size. */ in scmi_dbg_raw_mode_common_write() 735 scmi_raw_message_receive(struct scmi_raw_mode_info *raw, void *buf, size_t len, size_t *size, unsigned int idx, unsigned int chan_id, bool o_nonblock) scmi_raw_message_receive() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe.c | 853 int size = sizeof(struct mtk_foe_accounting); in mtk_foe_entry_get_mib() local 862 acct = ppe->acct_table + index * size; in mtk_foe_entry_get_mib()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 62 /* Get the buffer size from the descriptor */ 66 /* Get the receive frame size */ 82 void (*display_ring)(void *head, unsigned int size, bool rx, 568 void (*init) (void *des, dma_addr_t phy_addr, unsigned int size,
|