/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 99 unsigned int DPPPerSurface; 102 unsigned int ViewportHeight; 103 unsigned int ViewportHeightChroma; 104 unsigned int BlockWidth256BytesY; 105 unsigned int BlockHeight256BytesY; 106 unsigned int BlockWidth256BytesC; 107 unsigned int BlockHeight256BytesC; 108 unsigned int BlockWidthY; 109 unsigned int BlockHeightY; 110 unsigned int BlockWidthC; [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 35 unsigned int dml32_dscceComputeDelay( 36 unsigned int bpc, 38 unsigned int sliceWidth, 39 unsigned int numSlices, 43 unsigned int dml32_dscComputeDelay(enum output_format_class pixelFormat, enum output_encoder_class … 52 unsigned int *BytePerPixelY, 53 unsigned int *BytePerPixelC, 56 unsigned int *BlockHeight256BytesY, 57 unsigned int *BlockHeight256BytesC, 58 unsigned int *BlockWidth256BytesY, [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 22 unsigned int vblank_nom_default_us; 23 unsigned int remote_iommu_outstanding_translations; 24 unsigned int rob_buffer_size_kbytes; 25 unsigned int config_return_buffer_size_in_kbytes; 26 unsigned int config_return_buffer_segment_size_in_kbytes; 27 unsigned int compressed_buffer_segment_size_in_kbytes; 28 unsigned int meta_fifo_size_in_kentries; 29 unsigned int dpte_buffer_size_in_pte_reqs_luma; 30 unsigned int dpte_buffer_size_in_pte_reqs_chroma; 31 unsigned int pixel_chunk_size_kbytes; [all …]
|
/linux/drivers/media/platform/allegro-dvt/ |
H A D | nal-hevc.h | 18 unsigned int general_profile_space; 19 unsigned int general_tier_flag; 20 unsigned int general_profile_idc; 21 unsigned int general_profile_compatibility_flag[32]; 22 unsigned int general_progressive_source_flag; 23 unsigned int general_interlaced_source_flag; 24 unsigned int general_non_packed_constraint_flag; 25 unsigned int general_frame_only_constraint_flag; 28 unsigned int general_max_12bit_constraint_flag; 29 unsigned int general_max_10bit_constraint_flag; [all …]
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst.h | 88 int cpu; 89 int pkg; 90 int die; 91 int punit; 95 unsigned int clos_min; 96 unsigned int clos_max; 103 int hp_cores; 104 int hp_ratios[TRL_MAX_LEVELS]; 108 int pbf_acticated; 109 int pbf_available; [all …]
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | platform.h | 32 void ps3_shutdown_IRQ(int cpu); 33 void __init ps3_register_ipi_debug_brk(unsigned int cpu, unsigned int virq); 34 void __init ps3_register_ipi_irq(unsigned int cpu, unsigned int virq); 40 void ps3_smp_cleanup_cpu(int cpu); 42 static inline void ps3_smp_cleanup_cpu(int cpu) { } in ps3_smp_cleanup_cpu() 50 int ps3_set_rtc_time(struct rtc_time *time); 81 int ps3_repository_read_bus_str(unsigned int bus_index, const char *bus_str, 83 int ps3_repository_read_bus_id(unsigned int bus_index, u64 *bus_id); 84 int ps3_repository_read_bus_type(unsigned int bus_index, 86 int ps3_repository_read_bus_num_dev(unsigned int bus_index, [all …]
|
/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod.h | 24 int val; 30 int cnt; 34 int (*test_1)(void); 35 void (*test_2)(int a, int b); 37 int (*test_maybe_null)(int dummy, struct task_struct *task); 38 int (*unsupported_ops)(void); 43 int a; 44 int b; 46 int data; 51 int (*tramp_1)(int value); [all …]
|
/linux/sound/pci/ctxfi/ |
H A D | cthardware.h | 58 unsigned int rsr; /* reference sample rate in Hzs*/ 59 unsigned int msr; /* master sample rate in rsrs */ 63 unsigned int digit_io_switch:1; 64 unsigned int dedicated_mic:1; 65 unsigned int output_switch:1; 66 unsigned int mic_source_switch:1; 70 int (*card_init)(struct hw *hw, struct card_conf *info); 71 int (*card_stop)(struct hw *hw); 72 int (*pll_init)(struct hw *hw, unsigned int rsr); 74 int (*suspend)(struct hw *hw); [all …]
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | mmc.h | 30 unsigned int mmc_tx_octetcount_gb; 31 unsigned int mmc_tx_framecount_gb; 32 unsigned int mmc_tx_broadcastframe_g; 33 unsigned int mmc_tx_multicastframe_g; 34 unsigned int mmc_tx_64_octets_gb; 35 unsigned int mmc_tx_65_to_127_octets_gb; 36 unsigned int mmc_tx_128_to_255_octets_gb; 37 unsigned int mmc_tx_256_to_511_octets_gb; 38 unsigned int mmc_tx_512_to_1023_octets_gb; 39 unsigned int mmc_tx_1024_to_max_octets_gb; [all …]
|
/linux/arch/um/include/shared/ |
H A D | os.h | 51 int ust_dev; /* device */ 53 int ust_mode; /* protection */ 54 int ust_nlink; /* number of hard links */ 55 int ust_uid; /* user ID of owner */ 56 int ust_gid; /* group ID of owner */ 58 int ust_blksize; /* blocksize for filesystem I/O */ 66 unsigned int r : 1; 67 unsigned int w : 1; 68 unsigned int s : 1; /* O_SYNC */ 69 unsigned int c : 1; /* O_CREAT */ [all …]
|
/linux/include/linux/ |
H A D | vt_kern.h | 19 void kd_mksound(unsigned int hz, unsigned int ticks); 20 int kbd_rate(struct kbd_repeat *rep); 22 extern int fg_console, last_console, want_console; 26 int vc_allocate(unsigned int console); 27 int vc_cons_allocated(unsigned int console); 28 int __vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines, 30 struct vc_data *vc_deallocate(unsigned int console); 32 void do_blank_screen(int entering_gfx); 33 void do_unblank_screen(int leaving_gfx); 35 int con_font_op(struct vc_data *vc, struct console_font_op *op); [all …]
|
H A D | lsm_hook_defs.h | 29 LSM_HOOK(int, 0, binder_set_context_mgr, const struct cred *mgr) 30 LSM_HOOK(int, 0, binder_transaction, const struct cred *from, 32 LSM_HOOK(int, 0, binder_transfer_binder, const struct cred *from, 34 LSM_HOOK(int, 0, binder_transfer_file, const struct cred *from, 36 LSM_HOOK(int, 0, ptrace_access_check, struct task_struct *child, 37 unsigned int mode) 38 LSM_HOOK(int, 0, ptrace_traceme, struct task_struct *parent) 39 LSM_HOOK(int, 0, capget, const struct task_struct *target, kernel_cap_t *effective, 41 LSM_HOOK(int, 0, capset, struct cred *new, const struct cred *old, 44 LSM_HOOK(int, 0, capable, const struct cred *cred, struct user_namespace *ns, [all …]
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_uclo.h | 143 unsigned int flags; 156 unsigned int ctx_mask_assigned; 157 unsigned int new_uaddr[ICP_QAT_UCLO_MAX_CTX]; 161 unsigned int slice_num; 162 unsigned int eff_ustore_size; 174 unsigned int start_addr; 175 unsigned int words_num; 180 unsigned int def_page; 181 unsigned int page_region; 182 unsigned int beg_addr_v; [all …]
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_gbl.h | 14 extern int qla2x00_initialize_adapter(scsi_qla_host_t *); 15 extern int qla24xx_post_prli_work(struct scsi_qla_host *vha, fc_port_t *fcport); 17 extern int qla2100_pci_config(struct scsi_qla_host *); 18 extern int qla2300_pci_config(struct scsi_qla_host *); 19 extern int qla24xx_pci_config(scsi_qla_host_t *); 20 extern int qla25xx_pci_config(scsi_qla_host_t *); 21 extern int qla2x00_reset_chip(struct scsi_qla_host *); 22 extern int qla24xx_reset_chip(struct scsi_qla_host *); 23 extern int qla2x00_chip_diag(struct scsi_qla_host *); 24 extern int qla24xx_chip_diag(struct scsi_qla_host *); [all …]
|
/linux/sound/soc/mediatek/common/ |
H A D | mtk-base-afe.h | 34 int id; 36 int reg_ofs_base; 37 int reg_ofs_cur; 38 int reg_ofs_end; 39 int reg_ofs_base_msb; 40 int reg_ofs_cur_msb; 41 int reg_ofs_end_msb; 42 int fs_reg; 43 int fs_shift; 44 int fs_maskbit; [all …]
|
/linux/include/sound/ |
H A D | hda-mlink.h | 14 int hda_bus_ml_init(struct hdac_bus *bus); 17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid); 18 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable); 19 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid); 21 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd); 22 int hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd); 24 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid); 25 int hdac_bus_eml_sdw_wait_syncpu_unlocked(struct hdac_bus *bus); 27 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); 28 void hdac_bus_eml_sdw_sync_arm_unlocked(struct hdac_bus *bus, int sublink); [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.h | 53 int ib_mtu; 54 int max_port_width; 55 int max_vl; 56 int max_tc_eth; 57 int max_gids; 58 int max_pkeys; 61 int trans_type; 62 int vendor_oui; 69 int max_srq_sz; 70 int max_qp_sz; [all …]
|
/linux/fs/smb/client/ |
H A D | cifsproto.h | 31 extern void free_rsp_buf(int, void *); 32 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *, 33 unsigned int /* length */); 34 extern unsigned int _get_xid(void); 35 extern void _free_xid(unsigned int); 38 unsigned int __xid = _get_xid(); \ 50 __func__, curr_xid, (int)rc); \ 52 trace_smb3_exit_err(curr_xid, __func__, (int)rc); \ 56 extern int init_cifs_idmap(void); 58 extern int init_cifs_spnego(void); [all …]
|
H A D | smb2proto.h | 23 extern int map_smb2_to_linux_error(char *buf, bool log_err); 24 extern int smb2_check_message(char *buf, unsigned int length, 26 extern unsigned int smb2_calc_size(void *buf); 27 extern char *smb2_get_data_area_len(int *off, int *len, 32 extern int smb2_verify_signature(struct smb_rqst *, struct TCP_Server_Info *); 33 extern int smb2_check_receive(struct mid_q_entry *mid, 44 extern int smb2_calc_signature(struct smb_rqst *rqst, 47 extern int smb3_calc_signature(struct smb_rqst *rqst, 54 extern int smb3_handle_read_data(struct TCP_Server_Info *server, 56 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, [all …]
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | gr.h | 12 int nvkm_gr_tlb_flush(struct nvkm_gr *); 13 int nvkm_gr_ctxsw_pause(struct nvkm_device *); 14 int nvkm_gr_ctxsw_resume(struct nvkm_device *); 17 int nv04_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 18 int nv10_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 19 int nv15_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 20 int nv17_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 21 int nv20_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 22 int nv25_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 23 int nv2a_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); [all …]
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_cmd.h | 121 int max_srq_sz; 122 int max_qp_sz; 123 int reserved_qps; 124 int max_qps; 125 int reserved_srqs; 126 int max_srqs; 127 int reserved_eecs; 128 int max_eecs; 129 int max_cq_sz; 130 int reserved_cqs; [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_soc_parameter_types.h | 13 unsigned int dram_derate_percent_pixel; 14 unsigned int dram_derate_percent_vm; 15 unsigned int dram_derate_percent_pixel_and_vm; 17 unsigned int fclk_derate_percent; 18 unsigned int dcfclk_derate_percent; 31 unsigned int base_latency_us; 32 unsigned int base_latency_pixel_vm_us; 33 unsigned int base_latency_vm_us; 34 unsigned int scaling_factor_fclk_us; 35 unsigned int scaling_factor_mhz; [all …]
|
/linux/arch/sparc/include/asm/ |
H A D | openprom.h | 19 int (*v0_devopen)(char *device_str); 20 int (*v0_devclose)(int dev_desc); 21 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 22 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 23 int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf); 24 int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf); 25 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 26 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 27 int (*v0_seekdev)(int dev_desc, long logical_offst, int from); 32 phandle (*v2_inst2pkg)(int d); /* Convert ihandle to phandle */ [all …]
|
/linux/tools/perf/ |
H A D | builtin.h | 12 int is_builtin; 26 int cmd_annotate(int argc, const char **argv); 27 int cmd_bench(int argc, const char **argv); 28 int cmd_buildid_cache(int argc, const char **argv); 29 int cmd_buildid_list(int argc, const char **argv); 30 int cmd_check(int argc, const char **argv); 31 int cmd_config(int argc, const char **argv); 32 int cmd_c2c(int argc, const char **argv); 33 int cmd_diff(int argc, const char **argv); 34 int cmd_evlist(int argc, const char **argv); [all …]
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 131 unsigned int num_databases; 132 unsigned int num_macs; 133 unsigned int num_ports; 134 unsigned int num_internal_phys; 135 unsigned int num_gpio; 136 unsigned int max_vid; 137 unsigned int max_sid; 138 unsigned int port_base_addr; 139 unsigned int phy_base_addr; 140 unsigned int global1_addr; [all …]
|