| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_mall_phantom.c | 125 …ctx->config.svp_pstate.callbacks.release_dsc(&context->res_ctx, ctx->config.svp_pstate.callbacks.d… in merge_pipes_for_subvp() 719 ctx->config.svp_pstate.callbacks.dc, in enable_phantom_stream() 729 ctx->config.svp_pstate.callbacks.add_phantom_stream(ctx->config.svp_pstate.callbacks.dc, in enable_phantom_stream() 750 ctx->config.svp_pstate.callbacks.dc, in enable_phantom_plane() 777 …ctx->config.svp_pstate.callbacks.add_phantom_plane(ctx->config.svp_pstate.callbacks.dc, phantom_st… in enable_phantom_plane() 805 if (!ctx->config.svp_pstate.callbacks.build_scaling_params(pipe)) { in add_phantom_pipes_for_main_pipe() 834 …if (!ctx->config.svp_pstate.callbacks.remove_phantom_plane(ctx->config.svp_pstate.callbacks.dc, st… in remove_all_phantom_planes_for_stream() 836 …ctx->config.svp_pstate.callbacks.release_phantom_plane(ctx->config.svp_pstate.callbacks.dc, contex… in remove_all_phantom_planes_for_stream() 855 …ctx->config.svp_pstate.callbacks.remove_phantom_stream(ctx->config.svp_pstate.callbacks.dc, state,… in dml2_svp_remove_all_phantom_pipes() 856 …ctx->config.svp_pstate.callbacks.release_phantom_stream(ctx->config.svp_pstate.callbacks.dc, state… in dml2_svp_remove_all_phantom_pipes() [all …]
|
| A D | dml2_dc_resource_mgmt.c | 751 ctx->config.callbacks.acquire_secondary_pipe_for_mpc_odm(ctx->config.callbacks.dc, state, in map_pipes_for_stream() 785 ctx->config.callbacks.acquire_secondary_pipe_for_mpc_odm(ctx->config.callbacks.dc, state, in map_pipes_for_plane() 906 return ctx->config.callbacks.get_odm_slice_count(otg_master); in get_source_odm_factor() 914 int dpp_pipe_count = ctx->config.callbacks.get_dpp_pipes_for_plane(plane, in get_source_mpc_factor() 918 return ctx->config.callbacks.get_mpc_slice_count(dpp_pipes[0]); in get_source_mpc_factor() 972 ctx->config.callbacks.dc->res_pool, in unmap_dc_pipes_for_stream() 979 ctx->config.callbacks.dc->res_pool, in unmap_dc_pipes_for_stream() 1001 ctx->config.callbacks.dc->res_pool, in map_dc_pipes_for_stream() 1008 ctx->config.callbacks.dc->res_pool, in map_dc_pipes_for_stream() 1163 if (!ctx->config.callbacks.build_scaling_params(pipe)) { in dml2_map_dc_pipes() [all …]
|
| A D | dml2_wrapper.h | 218 struct dml2_dc_callbacks callbacks; member 226 struct dml2_dc_svp_callbacks callbacks; member
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| A D | dml21_utils.c | 75 struct pipe_ctx *opp_head = dml_ctx->config.callbacks.get_opp_head(pipe); in find_pipe_regs_idx() 77 *pipe_regs_idx = dml_ctx->config.callbacks.get_odm_slice_index(opp_head); in find_pipe_regs_idx() 80 *pipe_regs_idx += dml_ctx->config.callbacks.get_mpc_slice_index(pipe); in find_pipe_regs_idx() 108 dc_main_stream = dml_ctx->config.callbacks.get_stream_from_id(context, main_stream_id); in dml21_find_dc_pipes_for_plane() 109 dc_main_stream_status = dml_ctx->config.callbacks.get_stream_status(context, dc_main_stream); in dml21_find_dc_pipes_for_plane() 129 …dc_phantom_stream_status = dml_ctx->config.callbacks.get_stream_status(context, dc_phantom_stream); in dml21_find_dc_pipes_for_plane() 152 if (dml_ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, pipe_ctx) == SUBVP_PHANTOM) { in dml21_pipe_populate_global_sync() 175 if (in_ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, dc_pipe) != SUBVP_PHANTOM) { in dml21_populate_mall_allocation_size() 334 main_stream = dml_ctx->config.callbacks.get_stream_from_id(context, in dml21_handle_phantom_streams_planes() 337 main_stream_status = dml_ctx->config.callbacks.get_stream_status(context, main_stream); in dml21_handle_phantom_streams_planes() [all …]
|
| A D | dml21_wrapper.c | 223 dml_ctx->config.svp_pstate.callbacks.remove_phantom_streams_and_planes(in_dc, context); in dml21_mode_check_and_programming() 224 dml_ctx->config.svp_pstate.callbacks.release_phantom_streams_and_planes(in_dc, context); in dml21_mode_check_and_programming() 249 dml_ctx->config.callbacks.allocate_mcache(context, mcache_params); in dml21_mode_check_and_programming() 278 dml_ctx->config.svp_pstate.callbacks.remove_phantom_streams_and_planes(in_dc, context); in dml21_check_mode_support() 279 dml_ctx->config.svp_pstate.callbacks.release_phantom_streams_and_planes(in_dc, context); in dml21_check_mode_support()
|
| /drivers/rtc/ |
| A D | rtc-hid-sensor-time.c | 24 struct hid_sensor_hub_callbacks callbacks; member 256 time_state->callbacks.send_event = hid_time_proc_event; in hid_time_probe() 257 time_state->callbacks.capture_sample = hid_time_capture_sample; in hid_time_probe() 258 time_state->callbacks.pdev = pdev; in hid_time_probe() 260 &time_state->callbacks); in hid_time_probe()
|
| /drivers/iio/pressure/ |
| A D | hid-sensor-press.c | 22 struct hid_sensor_hub_callbacks callbacks; member 307 press_state->callbacks.send_event = press_proc_event; in hid_press_probe() 308 press_state->callbacks.capture_sample = press_capture_sample; in hid_press_probe() 309 press_state->callbacks.pdev = pdev; in hid_press_probe() 311 &press_state->callbacks); in hid_press_probe()
|
| /drivers/iio/orientation/ |
| A D | hid-sensor-rotation.c | 18 struct hid_sensor_hub_callbacks callbacks; member 310 rot_state->callbacks.send_event = dev_rot_proc_event; in hid_dev_rot_probe() 311 rot_state->callbacks.capture_sample = dev_rot_capture_sample; in hid_dev_rot_probe() 312 rot_state->callbacks.pdev = pdev; in hid_dev_rot_probe() 314 &rot_state->callbacks); in hid_dev_rot_probe()
|
| A D | hid-sensor-incl-3d.c | 27 struct hid_sensor_hub_callbacks callbacks; member 365 incl_state->callbacks.send_event = incl_3d_proc_event; in hid_incl_3d_probe() 366 incl_state->callbacks.capture_sample = incl_3d_capture_sample; in hid_incl_3d_probe() 367 incl_state->callbacks.pdev = pdev; in hid_incl_3d_probe() 370 &incl_state->callbacks); in hid_incl_3d_probe()
|
| /drivers/iio/gyro/ |
| A D | hid-sensor-gyro-3d.c | 25 struct hid_sensor_hub_callbacks callbacks; member 342 gyro_state->callbacks.send_event = gyro_3d_proc_event; in hid_gyro_3d_probe() 343 gyro_state->callbacks.capture_sample = gyro_3d_capture_sample; in hid_gyro_3d_probe() 344 gyro_state->callbacks.pdev = pdev; in hid_gyro_3d_probe() 346 &gyro_state->callbacks); in hid_gyro_3d_probe()
|
| /drivers/iio/position/ |
| A D | hid-sensor-custom-intel-hinge.c | 37 struct hid_sensor_hub_callbacks callbacks; member 320 st->callbacks.send_event = hinge_proc_event; in hid_hinge_probe() 321 st->callbacks.capture_sample = hinge_capture_sample; in hid_hinge_probe() 322 st->callbacks.pdev = pdev; in hid_hinge_probe() 323 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &st->callbacks); in hid_hinge_probe()
|
| /drivers/iio/light/ |
| A D | hid-sensor-prox.c | 31 struct hid_sensor_hub_callbacks callbacks; member 328 prox_state->callbacks.send_event = prox_proc_event; in hid_prox_probe() 329 prox_state->callbacks.capture_sample = prox_capture_sample; in hid_prox_probe() 330 prox_state->callbacks.pdev = pdev; in hid_prox_probe() 332 &prox_state->callbacks); in hid_prox_probe()
|
| A D | hid-sensor-als.c | 28 struct hid_sensor_hub_callbacks callbacks; member 420 als_state->callbacks.send_event = als_proc_event; in hid_als_probe() 421 als_state->callbacks.capture_sample = als_capture_sample; in hid_als_probe() 422 als_state->callbacks.pdev = pdev; in hid_als_probe() 423 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &als_state->callbacks); in hid_als_probe()
|
| /drivers/md/ |
| A D | dm-snap-persistent.c | 164 struct commit_callback *callbacks; member 604 kvfree(ps->callbacks); in persistent_dtr() 629 ps->callbacks = kvcalloc(ps->exceptions_per_area, in persistent_read_metadata() 630 sizeof(*ps->callbacks), GFP_KERNEL); in persistent_read_metadata() 631 if (!ps->callbacks) in persistent_read_metadata() 720 cb = ps->callbacks + ps->callback_count++; in persistent_commit_exception() 756 cb = ps->callbacks + i; in persistent_commit_exception() 872 ps->callbacks = NULL; in persistent_ctr()
|
| /drivers/iio/accel/ |
| A D | hid-sensor-accel-3d.c | 25 struct hid_sensor_hub_callbacks callbacks; member 404 accel_state->callbacks.send_event = accel_3d_proc_event; in hid_accel_3d_probe() 405 accel_state->callbacks.capture_sample = accel_3d_capture_sample; in hid_accel_3d_probe() 406 accel_state->callbacks.pdev = pdev; in hid_accel_3d_probe() 408 &accel_state->callbacks); in hid_accel_3d_probe()
|
| /drivers/soc/xilinx/ |
| A D | Kconfig | 14 power management callbacks from firmware. It registers mailbox client 15 to handle power management callbacks from firmware.
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_spl_translate.c | 86 spl_in->callbacks = dcn2_spl_callbacks; in translate_SPL_in_params_from_pipe_ctx() 89 spl_in->callbacks = dcn32_spl_callbacks; in translate_SPL_in_params_from_pipe_ctx() 92 spl_in->callbacks = dcn401_spl_callbacks; in translate_SPL_in_params_from_pipe_ctx() 95 spl_in->callbacks = dcn2_spl_callbacks; in translate_SPL_in_params_from_pipe_ctx()
|
| /drivers/iio/magnetometer/ |
| A D | hid-sensor-magn-3d.c | 35 struct hid_sensor_hub_callbacks callbacks; member 530 magn_state->callbacks.send_event = magn_3d_proc_event; in hid_magn_3d_probe() 531 magn_state->callbacks.capture_sample = magn_3d_capture_sample; in hid_magn_3d_probe() 532 magn_state->callbacks.pdev = pdev; in hid_magn_3d_probe() 534 &magn_state->callbacks); in hid_magn_3d_probe()
|
| /drivers/net/wwan/t7xx/ |
| A D | t7xx_hif_dpmaif.h | 191 struct dpmaif_callbacks *callbacks; member 195 struct dpmaif_callbacks *callbacks);
|
| A D | t7xx_hif_dpmaif.c | 536 struct dpmaif_callbacks *callbacks) in t7xx_dpmaif_hif_init() argument 542 if (!callbacks) in t7xx_dpmaif_hif_init() 550 dpmaif_ctrl->callbacks = callbacks; in t7xx_dpmaif_hif_init()
|
| A D | t7xx_netdev.h | 46 struct dpmaif_callbacks callbacks; member
|
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_resource.c | 5540 dml2_options->callbacks.dc = dc; in resource_init_common_dml2_callbacks() 5541 dml2_options->callbacks.build_scaling_params = &resource_build_scaling_params; in resource_init_common_dml2_callbacks() 5546 dml2_options->callbacks.get_mpc_slice_index = &resource_get_mpc_slice_index; in resource_init_common_dml2_callbacks() 5547 dml2_options->callbacks.get_mpc_slice_count = &resource_get_mpc_slice_count; in resource_init_common_dml2_callbacks() 5548 dml2_options->callbacks.get_odm_slice_index = &resource_get_odm_slice_index; in resource_init_common_dml2_callbacks() 5549 dml2_options->callbacks.get_odm_slice_count = &resource_get_odm_slice_count; in resource_init_common_dml2_callbacks() 5550 dml2_options->callbacks.get_opp_head = &resource_get_opp_head; in resource_init_common_dml2_callbacks() 5554 dml2_options->callbacks.get_stream_status = &dc_state_get_stream_status; in resource_init_common_dml2_callbacks() 5555 dml2_options->callbacks.get_stream_from_id = &dc_state_get_stream_from_id; in resource_init_common_dml2_callbacks() 5557 dml2_options->callbacks.allocate_mcache = &resource_allocate_mcache; in resource_init_common_dml2_callbacks() [all …]
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | mac80211_if.c | 314 while (atomic_read(&wl->callbacks) > 0) in brcms_free() 1150 atomic_set(&wl->callbacks, 0); in brcms_attach() 1445 uint callbacks, ret_val = 0; in brcms_down() local 1449 callbacks = atomic_read(&wl->callbacks) - ret_val; in brcms_down() 1457 SPINWAIT((atomic_read(&wl->callbacks) > callbacks), 100 * 1000); in brcms_down() 1474 atomic_inc(&t->wl->callbacks); in _brcms_timer() 1485 atomic_dec(&t->wl->callbacks); in _brcms_timer() 1540 atomic_inc(&t->wl->callbacks); in brcms_add_timer() 1558 atomic_dec(&t->wl->callbacks); in brcms_del_timer()
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | msm-sm8350-hdk-skips.txt | 36 # [ 205.909103] adreno_fault_handler: 224274 callbacks suppressed 47 # [ 210.925090] adreno_fault_handler: 224511 callbacks suppressed 58 # [ 215.937100] adreno_fault_handler: 223760 callbacks suppressed 69 # [ 220.945182] adreno_fault_handler: 222822 callbacks suppressed 80 # [ 225.953179] adreno_fault_handler: 223373 callbacks suppressed
|
| /drivers/dma-buf/ |
| A D | dma-fence-array.c | 73 struct dma_fence_array_cb *cb = array->callbacks; in dma_fence_array_enable_signaling() 182 return kzalloc(struct_size(array, callbacks, num_fences), GFP_KERNEL); in dma_fence_array_alloc()
|