/linux-6.6.21/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 20 rates = kzalloc(sizeof(*rates), GFP_KERNEL); in wl1251_acx_frame_rates() 49 mac = kzalloc(sizeof(*mac), GFP_KERNEL); in wl1251_acx_station_id() 69 default_key = kzalloc(sizeof(*default_key), GFP_KERNEL); in wl1251_acx_default_key() 97 wake_up = kzalloc(sizeof(*wake_up), GFP_KERNEL); in wl1251_acx_wake_up_conditions() 123 auth = kzalloc(sizeof(*auth), GFP_KERNEL); in wl1251_acx_sleep_auth() 142 rev = kzalloc(sizeof(*rev), GFP_KERNEL); in wl1251_acx_fw_version() 177 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_tx_power() 201 feature = kzalloc(sizeof(*feature), GFP_KERNEL); in wl1251_acx_feature_cfg() 243 params = kzalloc(sizeof(*params), GFP_KERNEL); in wl1251_acx_data_path_params() 289 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_rx_msdu_life_time() [all …]
|
D | cmd.c | 177 vbm = kzalloc(sizeof(*vbm), GFP_KERNEL); in wl1251_cmd_vbm() 213 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl1251_cmd_data_path_rx() 247 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl1251_cmd_data_path_tx() 277 join = kzalloc(sizeof(*join), GFP_KERNEL); in wl1251_cmd_join() 320 ps_params = kzalloc(sizeof(*ps_params), GFP_KERNEL); in wl1251_cmd_ps_mode() 350 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl1251_cmd_read_memory() 393 cmd = kzalloc(cmd_len, GFP_KERNEL); in wl1251_cmd_template_set() 424 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl1251_cmd_scan() 491 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl1251_cmd_trigger_scan_to()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
D | clk_mgr.c | 158 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 171 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 181 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 191 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 215 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 229 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 257 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 284 struct clk_mgr_vgh *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 296 struct clk_mgr_dcn31 *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() 308 struct clk_mgr_dcn315 *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create() [all …]
|
/linux-6.6.21/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 31 wake_up = kzalloc(sizeof(*wake_up), GFP_KERNEL); in wl1271_acx_wake_up_conditions() 60 auth = kzalloc(sizeof(*auth), GFP_KERNEL); in wl1271_acx_sleep_auth() 93 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_tx_power() 120 feature = kzalloc(sizeof(*feature), GFP_KERNEL); in wl1271_acx_feature_cfg() 165 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_rx_msdu_life_time() 192 slot = kzalloc(sizeof(*slot), GFP_KERNEL); in wl1271_acx_slot() 221 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_group_address_tbl() 251 rx_timeout = kzalloc(sizeof(*rx_timeout), GFP_KERNEL); in wl1271_acx_service_period_timeout() 291 rts = kzalloc(sizeof(*rts), GFP_KERNEL); in wl1271_acx_rts_threshold() 319 dco = kzalloc(sizeof(*dco), GFP_KERNEL); in wl1271_acx_dco_itrim_params() [all …]
|
D | cmd.c | 235 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_enable() 277 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_disable() 426 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_dev() 478 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_stop_dev() 512 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_sta() 589 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_stop_sta() 636 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_ap() 731 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_stop_ap() 764 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_ibss() 937 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl1271_cmd_data_path() [all …]
|
/linux-6.6.21/drivers/net/wireless/ti/wl18xx/ |
D | acx.c | 26 bitmap_conf = kzalloc(sizeof(*bitmap_conf), GFP_KERNEL); in wl18xx_acx_host_if_cfg_bitmap() 57 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_set_checksum_state() 83 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_clear_statistics() 108 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_peer_ht_operation_mode() 149 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_set_peer_cap() 195 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_interrupt_notify_config() 222 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_rx_ba_filter() 250 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_ap_sleep() 280 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_dynamic_fw_traces() 308 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_time_sync_cfg()
|
D | cmd.c | 25 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_channel_switch() 81 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_smart_config_start() 108 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_smart_config_stop() 140 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_smart_config_set_group_key() 170 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_set_cac() 201 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_radar_detection_debug() 227 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_dfs_master_restart()
|
/linux-6.6.21/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 3 /// like kmalloc, kzalloc, kmem_cache_alloc, kmem_cache_zalloc etc. 6 //# kmalloc, kzalloc, kcalloc, kmem_cache_alloc, kmem_cache_zalloc, 34 \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| 57 \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| 80 \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| 97 \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|
|
/linux-6.6.21/scripts/coccinelle/api/ |
D | memdup.cocci | 23 to = \(kmalloc@p\|kzalloc@p\)(strlen(from) + 1,flag); 33 to = \(kmalloc@p\|kzalloc@p\)(x,flag); 41 - to = \(kmalloc@p\|kzalloc@p\)(size,flag); 52 * to = \(kmalloc@p\|kzalloc@p\)(size,flag);
|
D | kvmalloc.cocci | 35 * E = \(kmalloc\|kzalloc\|kcalloc\|kmalloc_node\|kzalloc_node\| 45 * E = \(kmalloc\|kzalloc\|kcalloc\|kmalloc_node\|kzalloc_node\| 57 * T x = \(kmalloc\|kzalloc\|kcalloc\|kmalloc_node\|kzalloc_node\| 127 - E = kzalloc(size, flags); 133 - E = kzalloc(size, \(GFP_KERNEL\|GFP_KERNEL|__GFP_NOWARN\)); 138 - E = kzalloc(size, flags | __GFP_NOWARN); 143 - E = kzalloc(size, \(GFP_KERNEL\|GFP_KERNEL|__GFP_NOWARN\)); 148 - T x = kzalloc(size, flags | __GFP_NOWARN); 153 - T x = kzalloc(size, \(GFP_KERNEL\|GFP_KERNEL|__GFP_NOWARN\));
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_vsi_vlan_lib.c | 96 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_manage_vlan_insertion() 143 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_manage_vlan_stripping() 241 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in __ice_vsi_set_inner_port_vlan() 294 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_clear_inner_port_vlan() 338 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_cfg_vlan_pruning() 384 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); in ice_cfg_vlan_antispoof() 480 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_ena_outer_stripping() 530 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_dis_outer_stripping() 585 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_ena_outer_insertion() 639 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_dis_outer_insertion() [all …]
|
/linux-6.6.21/drivers/mtd/devices/ |
D | ms02-nv.c | 120 mod_res = kzalloc(sizeof(*mod_res), GFP_KERNEL); in ms02nv_init_one() 141 mtd = kzalloc(sizeof(*mtd), GFP_KERNEL); in ms02nv_init_one() 144 mp = kzalloc(sizeof(*mp), GFP_KERNEL); in ms02nv_init_one() 152 diag_res = kzalloc(sizeof(*diag_res), GFP_KERNEL); in ms02nv_init_one() 165 user_res = kzalloc(sizeof(*user_res), GFP_KERNEL); in ms02nv_init_one() 178 csr_res = kzalloc(sizeof(*csr_res), GFP_KERNEL); in ms02nv_init_one()
|
/linux-6.6.21/fs/btrfs/tests/ |
D | btrfs-tests.c | 101 dev = kzalloc(sizeof(*dev), GFP_KERNEL); in btrfs_alloc_dummy_device() 120 struct btrfs_fs_info *fs_info = kzalloc(sizeof(struct btrfs_fs_info), in btrfs_alloc_dummy_fs_info() 125 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info() 133 fs_info->super_copy = kzalloc(sizeof(struct btrfs_super_block), in btrfs_alloc_dummy_fs_info() 219 cache = kzalloc(sizeof(*cache), GFP_KERNEL); in btrfs_alloc_dummy_block_group() 222 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_alloc_dummy_block_group()
|
/linux-6.6.21/drivers/net/wireless/ti/wl12xx/ |
D | cmd.c | 25 ext_radio_parms = kzalloc(sizeof(*ext_radio_parms), GFP_KERNEL); in wl1271_cmd_ext_radio_parms() 66 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl1271_cmd_general_parms() 133 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl128x_cmd_general_parms() 194 radio_parms = kzalloc(sizeof(*radio_parms), GFP_KERNEL); in wl1271_cmd_radio_parms() 238 radio_parms = kzalloc(sizeof(*radio_parms), GFP_KERNEL); in wl128x_cmd_radio_parms() 283 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_channel_switch()
|
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_private_obj.c | 53 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_layer_obj_add() 95 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_scaler_obj_add() 138 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_compiz_obj_add() 181 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_splitter_obj_add() 224 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_merger_obj_add() 268 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_improc_obj_add() 311 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_timing_ctrlr_obj_add() 355 st = kzalloc(sizeof(*st), GFP_KERNEL); in komeda_pipeline_obj_add()
|
/linux-6.6.21/sound/firewire/bebob/ |
D | bebob_command.c | 16 buf = kzalloc(12, GFP_KERNEL); in avc_audio_set_selector() 54 buf = kzalloc(12, GFP_KERNEL); in avc_audio_get_selector() 116 buf = kzalloc(12, GFP_KERNEL); in avc_bridgeco_get_plug_type() 152 buf = kzalloc(12, GFP_KERNEL); in avc_bridgeco_get_plug_ch_count() 222 buf = kzalloc(12, GFP_KERNEL); in avc_bridgeco_get_plug_section_type() 259 buf = kzalloc(18, GFP_KERNEL); in avc_bridgeco_get_plug_input()
|
/linux-6.6.21/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 47 challenge_asciihex = kzalloc(chap->challenge_len * 2 + 1, GFP_KERNEL); in chap_gen_challenge() 154 conn->auth_protocol = kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL); in chap_server_open() 263 digest = kzalloc(chap->digest_size, GFP_KERNEL); in chap_server_compute_hash() 269 response = kzalloc(chap->digest_size * 2 + 2, GFP_KERNEL); in chap_server_compute_hash() 275 client_digest = kzalloc(chap->digest_size, GFP_KERNEL); in chap_server_compute_hash() 281 server_digest = kzalloc(chap->digest_size, GFP_KERNEL); in chap_server_compute_hash() 291 initiatorchg = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash() 297 initiatorchg_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash()
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | ib_virt.c | 58 rep = kzalloc(sizeof(*rep), GFP_KERNEL); in mlx5_ib_get_vf_config() 101 in = kzalloc(sizeof(*in), GFP_KERNEL); in mlx5_ib_set_vf_link_state() 132 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_ib_get_vf_stats() 160 in = kzalloc(sizeof(*in), GFP_KERNEL); in set_vf_node_guid() 184 in = kzalloc(sizeof(*in), GFP_KERNEL); in set_vf_port_guid()
|
/linux-6.6.21/drivers/clk/sunxi/ |
D | clk-sun8i-mbus.c | 47 div = kzalloc(sizeof(*div), GFP_KERNEL); in sun8i_a23_mbus_setup() 51 mux = kzalloc(sizeof(*mux), GFP_KERNEL); in sun8i_a23_mbus_setup() 55 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in sun8i_a23_mbus_setup()
|
/linux-6.6.21/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 155 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() 192 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() 219 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() 264 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() 387 io[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_device() 424 pfmem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_device() 438 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_device() 488 mem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_device() 651 bus_io[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_bridge() 683 bus_pfmem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_bridge() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 254 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn302_hubbub_create() 296 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn302_vpg_create() 328 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn302_afmt_create() 403 enc1 = kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL); in dcn302_stream_encoder_create() 442 struct dce110_clk_src *clk_src = kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn302_clock_source_create() 471 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dcn302_hwseq_create() 503 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn302_hubp_create() 537 struct dcn3_dpp *dpp = kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn302_dpp_create() 571 struct dcn20_opp *opp = kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn302_opp_create() 603 struct optc *tgn10 = kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn302_timing_generator_create() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 232 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn303_hubbub_create() 271 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn303_vpg_create() 300 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn303_afmt_create() 372 enc1 = kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL); in dcn303_stream_encoder_create() 408 struct dce110_clk_src *clk_src = kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn303_clock_source_create() 437 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dcn303_hwseq_create() 466 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn303_hubp_create() 497 struct dcn3_dpp *dpp = kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn303_dpp_create() 528 struct dcn20_opp *opp = kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn303_opp_create() 557 struct optc *tgn10 = kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn303_timing_generator_create() [all …]
|
/linux-6.6.21/drivers/net/ethernet/brocade/bna/ |
D | bnad_debugfs.c | 48 fw_debug = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_fwtrc() 54 fw_debug->debug_buffer = kzalloc(fw_debug->buffer_len, GFP_KERNEL); in bnad_debugfs_open_fwtrc() 88 fw_debug = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_fwsave() 94 fw_debug->debug_buffer = kzalloc(fw_debug->buffer_len, GFP_KERNEL); in bnad_debugfs_open_fwsave() 125 reg_debug = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_reg() 188 drv_info = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_drvinfo() 194 drv_info->debug_buffer = kzalloc(drv_info->buffer_len, GFP_KERNEL); in bnad_debugfs_open_drvinfo() 330 bnad->regdata = kzalloc(len << 2, GFP_KERNEL); in bnad_debugfs_write_regrd()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce100/ |
D | dce100_resource.c | 467 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL); in dce100_timing_generator_create() 481 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL); in dce100_stream_encoder_create() 509 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce100_hwseq_create() 562 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input), in dce100_mem_input_create() 586 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce100_transform_create() 599 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce100_ipp_create() 623 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL); in dce100_link_encoder_create() 644 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce100_panel_cntl_create() 663 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL); in dce100_opp_create() 678 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dce100_aux_engine_create() [all …]
|
/linux-6.6.21/drivers/clk/davinci/ |
D | pll.c | 248 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in davinci_pll_div_register() 255 divider = kzalloc(sizeof(*divider), GFP_KERNEL); in davinci_pll_div_register() 438 pllout = kzalloc(sizeof(*pllout), GFP_KERNEL); in davinci_pll_clk_register() 494 pllen = kzalloc(sizeof(*pllen), GFP_KERNEL); in davinci_pll_clk_register() 584 mux = kzalloc(sizeof(*mux), GFP_KERNEL); in davinci_pll_obsclk_register() 592 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in davinci_pll_obsclk_register() 601 divider = kzalloc(sizeof(*divider), GFP_KERNEL); in davinci_pll_obsclk_register() 695 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in davinci_pll_sysclk_register() 702 divider = kzalloc(sizeof(*divider), GFP_KERNEL); in davinci_pll_sysclk_register() 780 clk_data = kzalloc(sizeof(*clk_data), GFP_KERNEL); in of_davinci_pll_init() [all …]
|