| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring_mux.c | 345 void amdgpu_sw_ring_insert_nop(struct amdgpu_ring *ring, uint32_t count) in amdgpu_sw_ring_insert_nop() argument
|
| H A D | uvd_v5_0.c | 567 static void uvd_v5_0_ring_insert_nop(struct amdgpu_ring *ring, uint32_t count) in uvd_v5_0_ring_insert_nop() argument
|
| H A D | uvd_v4_2.c | 550 static void uvd_v4_2_ring_insert_nop(struct amdgpu_ring *ring, uint32_t count) in uvd_v4_2_ring_insert_nop() argument
|
| H A D | uvd_v3_1.c | 167 static void uvd_v3_1_ring_insert_nop(struct amdgpu_ring *ring, uint32_t count) in uvd_v3_1_ring_insert_nop() argument
|
| /kernel/linux/linux-6.6/drivers/clk/qcom/ |
| H A D | clk-regmap-mux-div.c | 25 int ret, count; in mux_div_set_src_div() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_pm4_headers.h | 37 uint32_t count:14; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_crc.c | 78 amdgpu_dm_crtc_get_crc_sources(struct drm_crtc *crtc, size_t *count) amdgpu_dm_crtc_get_crc_sources() argument
|
| /kernel/linux/linux-6.6/drivers/clocksource/ |
| H A D | timer-loongson1-pwm.c | 162 int count; in ls1x_clocksource_read() local [all...] |
| H A D | ingenic-timer.c | 54 unsigned int count; in ingenic_tcu_timer_read() local
|
| H A D | timer-digicolor.c | 81 dc_timer_set_count(struct clock_event_device *ce, unsigned long count) dc_timer_set_count() argument
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| H A D | cpufreq_governor.c | 495 unsigned int count; in cpufreq_dbs_governor_exit() local 44 sampling_rate_store(struct gov_attr_set *attr_set, const char *buf, size_t count) sampling_rate_store() argument
|
| H A D | cpufreq_conservative.c | 149 sampling_down_factor_store(struct gov_attr_set *attr_set, const char *buf, size_t count) sampling_down_factor_store() argument 164 up_threshold_store(struct gov_attr_set *attr_set, const char *buf, size_t count) up_threshold_store() argument 180 down_threshold_store(struct gov_attr_set *attr_set, const char *buf, size_t count) down_threshold_store() argument 198 ignore_nice_load_store(struct gov_attr_set *attr_set, const char *buf, size_t count) ignore_nice_load_store() argument 223 freq_step_store(struct gov_attr_set *attr_set, const char *buf, size_t count) freq_step_store() argument [all...] |
| H A D | freq_table.c | 236 ssize_t count = 0; in show_available_freqs() local
|
| /kernel/linux/linux-6.6/drivers/comedi/ |
| H A D | comedi_buf.c | 368 unsigned int count = 0; in comedi_buf_munge() local
|
| /kernel/linux/linux-6.6/drivers/connector/ |
| H A D | cn_proc.c | 45 __u32 count; member
|
| /kernel/linux/linux-6.6/drivers/counter/ |
| H A D | counter-chrdev.c | 532 struct counter_count *const count = comp_node->parent; in counter_get_data() local
|
| H A D | ftm-quaddec.c | 117 ftm_quaddec_get_prescaler(struct counter_device *counter, struct counter_count *count, u32 *cnt_mode) ftm_quaddec_get_prescaler() argument 130 ftm_quaddec_set_prescaler(struct counter_device *counter, struct counter_count *count, u32 cnt_mode) ftm_quaddec_set_prescaler() argument 160 ftm_quaddec_count_read(struct counter_device *counter, struct counter_count *count, u64 *val) ftm_quaddec_count_read() argument 174 ftm_quaddec_count_write(struct counter_device *counter, struct counter_count *count, const u64 val) ftm_quaddec_count_write() argument 190 ftm_quaddec_count_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) ftm_quaddec_count_function_read() argument 199 ftm_quaddec_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) ftm_quaddec_action_read() argument
|
| H A D | stm32-lptimer-cnt.c | 140 stm32_lptim_cnt_read(struct counter_device *counter, struct counter_count *count, u64 *val) stm32_lptim_cnt_read() argument 156 stm32_lptim_cnt_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) stm32_lptim_cnt_function_read() argument 175 stm32_lptim_cnt_function_write(struct counter_device *counter, struct counter_count *count, enum counter_function function) stm32_lptim_cnt_function_write() argument 198 stm32_lptim_cnt_enable_read(struct counter_device *counter, struct counter_count *count, u8 *enable) stm32_lptim_cnt_enable_read() argument 214 stm32_lptim_cnt_enable_write(struct counter_device *counter, struct counter_count *count, u8 enable) stm32_lptim_cnt_enable_write() argument 239 stm32_lptim_cnt_ceiling_read(struct counter_device *counter, struct counter_count *count, u64 *ceiling) stm32_lptim_cnt_ceiling_read() argument 250 stm32_lptim_cnt_ceiling_write(struct counter_device *counter, struct counter_count *count, u64 ceiling) stm32_lptim_cnt_ceiling_write() argument 274 stm32_lptim_cnt_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) stm32_lptim_cnt_action_read() argument 318 stm32_lptim_cnt_action_write(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action action) stm32_lptim_cnt_action_write() argument [all...] |
| H A D | stm32-timer-cnt.c | 46 stm32_count_read(struct counter_device *counter, struct counter_count *count, u64 *val) stm32_count_read() argument 58 stm32_count_write(struct counter_device *counter, struct counter_count *count, const u64 val) stm32_count_write() argument 71 stm32_count_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) stm32_count_function_read() argument 98 stm32_count_function_write(struct counter_device *counter, struct counter_count *count, enum counter_function function) stm32_count_function_write() argument 138 stm32_count_direction_read(struct counter_device *counter, struct counter_count *count, enum counter_count_direction *direction) stm32_count_direction_read() argument 152 stm32_count_ceiling_read(struct counter_device *counter, struct counter_count *count, u64 *ceiling) stm32_count_ceiling_read() argument 165 stm32_count_ceiling_write(struct counter_device *counter, struct counter_count *count, u64 ceiling) stm32_count_ceiling_write() argument 180 stm32_count_enable_read(struct counter_device *counter, struct counter_count *count, u8 *enable) stm32_count_enable_read() argument 193 stm32_count_enable_write(struct counter_device *counter, struct counter_count *count, u8 enable) stm32_count_enable_write() argument 231 stm32_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) stm32_action_read() argument [all...] |
| H A D | microchip-tcb-capture.c | 68 mchp_tc_count_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) mchp_tc_count_function_read() argument 82 mchp_tc_count_function_write(struct counter_device *counter, struct counter_count *count, enum counter_function function) mchp_tc_count_function_write() argument 164 mchp_tc_count_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) mchp_tc_count_action_read() argument 203 mchp_tc_count_action_write(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action action) mchp_tc_count_action_write() argument 238 mchp_tc_count_read(struct counter_device *counter, struct counter_count *count, u64 *val) mchp_tc_count_read() argument
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 23 __u32 count; member
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | mprog.c | 404 u32 id, count = 0; in bpf_mprog_query() local [all...] |
| /kernel/linux/linux-6.6/kernel/dma/ |
| H A D | contiguous.c | 109 int nid, count = 0; in early_numa_cma() local 310 struct page *dma_alloc_from_contiguous(struct device *dev, size_t count, in dma_alloc_from_contiguous() argument 329 dma_release_from_contiguous(struct device *dev, struct page *pages, int count) dma_release_from_contiguous() argument 409 unsigned int count = PAGE_ALIGN(size) >> PAGE_SHIFT; dma_free_contiguous() local [all...] |
| H A D | coherent.c | 242 int count = PAGE_ALIGN(size) >> PAGE_SHIFT; in __dma_mmap_from_coherent() local
|
| /kernel/linux/linux-6.6/kernel/irq/ |
| H A D | timings.c | 294 int count; member 384 int index, i, period_max, count, start, min = INT_MAX; in __irq_timings_next_event() local 639 size_t count; global() member 716 int index, start, i, count, period_max; irq_timings_test_next_index() local 836 irq_timings_test_irqts(struct irq_timings *irqts, unsigned count) irq_timings_test_irqts() argument 906 int count[] = { 0, irq_timings_irqts_selftest() local [all...] |