Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 102) sorted by relevance

12345

/drivers/base/
Dcomponent.c39 struct component;
46 struct component *component; member
65 struct component { struct
98 struct component *component = match->compare[i].component; in component_devices_show() local
101 component ? dev_name(component->dev) : "(unknown)", in component_devices_show()
102 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
153 static struct component *find_component(struct aggregate_device *adev, in find_component()
156 struct component *c; in find_component()
185 struct component *c; in find_components()
189 if (match->compare[i].component) in find_components()
[all …]
/drivers/net/ethernet/intel/ice/
Dice_fw_update.c98 const char *component; in ice_check_component_response() local
102 component = "fw.undi"; in ice_check_component_response()
105 component = "fw.mgmt"; in ice_check_component_response()
108 component = "fw.netlist"; in ice_check_component_response()
116 component, response, code); in ice_check_component_response()
123 …are recommends not updating %s, as it may result in a downgrade. continuing anyways\n", component); in ice_check_component_response()
126 dev_info(dev, "firmware has rejected updating %s\n", component); in ice_check_component_response()
133 component); in ice_check_component_response()
138 component); in ice_check_component_response()
143 component); in ice_check_component_response()
[all …]
/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-vchiq.c175 struct vchiq_mmal_component component[VCHIQ_MMAL_MAX_COMPONENTS]; member
417 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()
787 m.u.port_info_set.component_handle = port->component->handle; in port_info_set()
824 port->component->handle, port->handle); in port_info_set()
843 m.u.port_info_get.component_handle = port->component->handle; in port_info_get()
920 __func__, ret, port->component->handle, port->handle); in port_info_get()
929 struct vchiq_mmal_component *component, in create_component() argument
939 m.u.component_create.client_component = component->client_component; in create_component()
961 component->handle = rmsg->u.component_create_reply.component_handle; in create_component()
962 component->inputs = rmsg->u.component_create_reply.input_num; in create_component()
[all …]
Dmmal-vchiq.h57 struct vchiq_mmal_component *component; member
111 struct vchiq_mmal_component *component);
115 struct vchiq_mmal_component *component);
119 struct vchiq_mmal_component *component);
Dmmal-msg-port.h100 u32 component; /* Component this port belongs to (Read Only) */ member
/drivers/acpi/acpica/
Duttrack.c38 u32 component, const char *module, u32 line);
42 u32 component, const char *module, u32 line);
92 u32 component, const char *module, u32 line) in acpi_ut_allocate_and_track() argument
119 component, module, line); in acpi_ut_allocate_and_track()
154 u32 component, in acpi_ut_allocate_zeroed_and_track() argument
181 ACPI_MEM_CALLOC, component, module, in acpi_ut_allocate_zeroed_and_track()
218 u32 component, const char *module, u32 line) in acpi_ut_free_and_track() argument
239 acpi_ut_remove_allocation(debug_block, component, module, line); in acpi_ut_free_and_track()
334 u32 component, const char *module, u32 line) in acpi_ut_track_allocation() argument
368 allocation->component = component; in acpi_ut_track_allocation()
[all …]
Dacutils.h665 u32 component, const char *module, u32 line);
668 u32 component,
673 u32 component, const char *module, u32 line);
677 void acpi_ut_dump_allocations(u32 component, const char *module);
/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.c317 &dev->component[COMP_CAMERA]->output[CAM_PORT_CAPTURE]; in is_capturing()
424 &dev->component[COMP_CAMERA]->control, in enable_camera()
434 dev->component[COMP_CAMERA]); in enable_camera()
464 dev->component[COMP_CAMERA]); in disable_camera()
472 &dev->component[COMP_CAMERA]->control, in disable_camera()
529 if (!dev->component[COMP_PREVIEW]->enabled) in start_streaming()
760 if (dev->component[COMP_PREVIEW]->enabled) { in vidioc_s_fmt_vid_overlay()
762 &dev->component[COMP_PREVIEW]->input[0]); in vidioc_s_fmt_vid_overlay()
775 if ((on && dev->component[COMP_PREVIEW]->enabled) || in vidioc_overlay()
776 (!on && !dev->component[COMP_PREVIEW]->enabled)) in vidioc_overlay()
[all …]
Dcontrols.c160 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_rational()
178 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_value()
203 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_iso()
222 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_value_ev()
239 camera = dev->component[COMP_CAMERA]; in ctrl_set_rotate()
273 camera = dev->component[COMP_CAMERA]; in ctrl_set_flip()
310 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_exposure()
383 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_metering_mode()
400 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_flicker_avoidance()
429 control = &dev->component[COMP_CAMERA]->control; in ctrl_set_awb_mode()
[all …]
/drivers/media/v4l2-core/
Dv4l2-jpeg.c211 struct v4l2_jpeg_frame_component_spec *component; in jpeg_parse_frame_header() local
237 component = &frame_header->component[i]; in jpeg_parse_frame_header()
238 component->component_identifier = c; in jpeg_parse_frame_header()
239 component->horizontal_sampling_factor = in jpeg_parse_frame_header()
241 component->vertical_sampling_factor = h_v & 0xf; in jpeg_parse_frame_header()
242 component->quantization_table_selector = tq; in jpeg_parse_frame_header()
276 struct v4l2_jpeg_scan_component_spec *component; in jpeg_parse_scan_header() local
287 component = &scan_header->component[i]; in jpeg_parse_scan_header()
288 component->component_selector = cs; in jpeg_parse_scan_header()
289 component->dc_entropy_coding_table_selector = in jpeg_parse_scan_header()
[all …]
/drivers/counter/
Dcounter-chrdev.c28 struct counter_component component; member
279 if (watch.component.type == COUNTER_COMPONENT_NONE) in counter_add_watch()
282 parent = watch.component.parent; in counter_add_watch()
285 switch (watch.component.scope) { in counter_add_watch()
314 id = watch.component.id; in counter_add_watch()
317 switch (watch.component.type) { in counter_add_watch()
319 if (watch.component.scope != COUNTER_SCOPE_SIGNAL) in counter_add_watch()
326 if (watch.component.scope != COUNTER_SCOPE_COUNT) in counter_add_watch()
333 if (watch.component.scope != COUNTER_SCOPE_COUNT) in counter_add_watch()
340 if (watch.component.scope != COUNTER_SCOPE_COUNT) in counter_add_watch()
[all …]
/drivers/input/misc/
Darizona-haptics.c37 struct snd_soc_component *component = in arizona_haptics_work() local
68 ret = snd_soc_component_enable_pin(component, "HAPTICS"); in arizona_haptics_work()
83 ret = snd_soc_component_disable_pin(component, "HAPTICS"); in arizona_haptics_work()
142 struct snd_soc_component *component; in arizona_haptics_close() local
147 component = snd_soc_dapm_to_component(haptics->arizona->dapm); in arizona_haptics_close()
148 snd_soc_component_disable_pin(component, "HAPTICS"); in arizona_haptics_close()
/drivers/misc/
Denclosure.c119 kzalloc(struct_size(edev, component, components), GFP_KERNEL); in enclosure_register()
138 edev->component[i].number = -1; in enclosure_register()
139 edev->component[i].slot = -1; in enclosure_register()
140 edev->component[i].power_status = -1; in enclosure_register()
172 if (edev->component[i].number != -1) in enclosure_unregister()
173 device_unregister(&edev->component[i].cdev); in enclosure_unregister()
255 ecomp = &edev->component[i]; in enclosure_component_find_by_name()
294 ecomp = &edev->component[number]; in enclosure_component_alloc()
363 int enclosure_add_device(struct enclosure_device *edev, int component, in enclosure_add_device() argument
369 if (!edev || component >= edev->components) in enclosure_add_device()
[all …]
/drivers/gpu/drm/i915/gt/uc/
Dintel_gsc_proxy.c87 struct i915_gsc_proxy_component *comp = gsc->proxy.component; in proxy_send_to_csme()
266 err = wait_for(gsc->proxy.component, GSC_PROXY_INIT_TIMEOUT_MS); in intel_gsc_proxy_request_handler()
273 if (!gsc->proxy.component) { in intel_gsc_proxy_request_handler()
299 if (!gsc->proxy.component) { in intel_gsc_proxy_irq_handler()
322 gsc->proxy.component = data; in i915_gsc_proxy_component_bind()
323 gsc->proxy.component->mei_dev = mei_kdev; in i915_gsc_proxy_component_bind()
338 gsc->proxy.component = NULL; in i915_gsc_proxy_component_unbind()
/drivers/char/agp/
DKconfig34 This option gives you AGP support for the GLX component of
49 This option gives you AGP support for the GLX component of
56 This option gives you AGP support for the GLX component of
63 This option gives you AGP support for the GLX component of
74 This option gives you AGP support for the GLX component of X
85 This option gives you AGP support for the GLX component of
92 This option gives you AGP support for the GLX component of
109 This option gives you AGP support for the GLX component of
/drivers/gpu/drm/arm/display/komeda/
Dkomeda_private_obj.c57 st->base.component = &layer->base; in komeda_layer_obj_add()
99 st->base.component = &scaler->base; in komeda_scaler_obj_add()
142 st->base.component = &compiz->base; in komeda_compiz_obj_add()
185 st->base.component = &splitter->base; in komeda_splitter_obj_add()
228 st->base.component = &merger->base; in komeda_merger_obj_add()
272 st->base.component = &improc->base; in komeda_improc_obj_add()
315 st->base.component = &ctrlr->base; in komeda_timing_ctrlr_obj_add()
Dkomeda_pipeline_state.c188 struct komeda_component *c = state->component; in komeda_component_add_input()
211 struct komeda_component *c = state->component; in komeda_component_check_input()
215 input->component->name, c->name, idx); in komeda_component_check_input()
221 input->component->name, c->name, idx); in komeda_component_check_input()
233 output->component = comp; in komeda_component_set_output()
470 if (has_bit(dflow->input.component->id, KOMEDA_PIPELINE_COMPIZS)) in komeda_scaler_check_cfg()
517 scaler = komeda_component_get_avail_scaler(dflow->input.component, in komeda_scaler_validate()
879 return has_bit(dflow->input.component->id, avail_inputs); in merger_is_available()
1119 if (r_dflow.input.component == l_dflow.input.component) in komeda_build_layer_split_data_flow()
Dkomeda_pipeline.h140 struct komeda_component *component; member
159 struct komeda_component *component; member
220 for ((i) = 0; (i) < (st)->component->max_active_inputs; (i)++) \
/drivers/staging/greybus/
Daudio_helper.c171 int gbaudio_remove_component_controls(struct snd_soc_component *component, in gbaudio_remove_component_controls() argument
175 struct snd_card *card = component->card->snd_card; in gbaudio_remove_component_controls()
177 return gbaudio_remove_controls(card, component->dev, controls, in gbaudio_remove_component_controls()
178 num_controls, component->name_prefix); in gbaudio_remove_component_controls()
Daudio_helper.h14 int gbaudio_remove_component_controls(struct snd_soc_component *component,
/drivers/regulator/
Darizona-micsupp.c51 struct snd_soc_component *component; in arizona_micsupp_check_cp() local
64 component = snd_soc_dapm_to_component(dapm); in arizona_micsupp_check_cp()
68 snd_soc_component_force_enable_pin(component, in arizona_micsupp_check_cp()
71 snd_soc_component_disable_pin(component, "MICSUPP"); in arizona_micsupp_check_cp()
/drivers/net/wireless/intel/ipw2x00/
DKconfig171 networking stack. This component is deprecated in favor of the
172 mac80211 component.
175 bool "Full debugging output for the LIBIPW component"
179 libipw component.
195 component, you most likely want to say N here.
/drivers/media/pci/ivtv/
Divtv-gpio.h15 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);
/drivers/media/pci/cx18/
Dcx18-gpio.h21 int cx18_reset_tuner_gpio(void *dev, int component, int cmd, int value);
/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2.h31 void mlxfw_mfa2_file_component_put(struct mlxfw_mfa2_component *component);

12345