[go: nahoru, domu]

Searched refs:component (Results 1 - 25 of 63) sorted by relevance

123

/drivers/media/pci/ivtv/
H A Divtv-gpio.h27 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);
/drivers/base/
H A Dcomponent.c8 * This is work in progress. We gather up the component devices into a list,
13 #include <linux/component.h>
40 struct component { struct
66 /* Attach an unattached component to a master. */
67 static void component_attach_master(struct master *master, struct component *c)
74 /* Detach a component from a master. */
75 static void component_detach_master(struct master *master, struct component *c)
83 * Add a component to a master, finding the component via the compare
85 * and will not result in the same component bein
157 try_to_bring_up_master(struct master *master, struct component *component) argument
202 try_to_bring_up_masters(struct component *component) argument
353 component_unbind(struct component *component, struct master *master, void *data) argument
381 component_bind(struct component *component, struct master *master, void *data) argument
463 struct component *component; local
492 struct component *c, *component = NULL; local
[all...]
H A DMakefile3 obj-y := component.o core.o bus.o dd.o syscore.o \
/drivers/media/pci/cx18/
H A Dcx18-gpio.h34 int cx18_reset_tuner_gpio(void *dev, int component, int cmd, int value);
H A Dcx18-gpio.c338 int cx18_reset_tuner_gpio(void *dev, int component, int cmd, int value) argument
/drivers/staging/rtl8192e/
H A Drtllib_debug.h73 #define RT_TRACE(component, x, args...) \
75 if (rt_global_debug_component & component) \
/drivers/acpi/acpica/
H A Duttrack.c49 * element contains the caller's component, module name, function name, and
72 u32 component, const char *module, u32 line);
76 u32 component, const char *module, u32 line);
117 * component - Component type of caller
128 u32 component, const char *module, u32 line)
154 ACPI_MEM_MALLOC, component, module,
178 * component - Component type of caller
189 u32 component,
216 ACPI_MEM_CALLOC, component, module,
240 * component
127 acpi_ut_allocate_and_track(acpi_size size, u32 component, const char *module, u32 line) argument
188 acpi_ut_allocate_zeroed_and_track(acpi_size size, u32 component, const char *module, u32 line) argument
251 acpi_ut_free_and_track(void *allocation, u32 component, const char *module, u32 line) argument
365 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, acpi_size size, u8 alloc_type, u32 component, const char *module, u32 line) argument
455 acpi_ut_remove_allocation(struct acpi_debug_mem_block *allocation, u32 component, const char *module, u32 line) argument
574 acpi_ut_dump_allocations(u32 component, const char *module) argument
[all...]
H A Dacutils.h685 u32 component, const char *module, u32 line);
688 u32 component,
693 u32 component, const char *module, u32 line);
699 void acpi_ut_dump_allocations(u32 component, const char *module);
H A Dnsdump.c126 * component - Caller's component ID
136 acpi_ns_dump_pathname(acpi_handle handle, char *msg, u32 level, u32 component) argument
141 /* Do this only if the requested debug level and component are enabled */
143 if (!ACPI_IS_DEBUG_ENABLED(level, component)) {
H A Dacnamesp.h202 acpi_ns_dump_pathname(acpi_handle handle, char *msg, u32 level, u32 component);
/drivers/usb/mon/
H A DKconfig8 If you select this option, a component which captures the USB traffic
/drivers/misc/
H A Denclosure.c149 edev->component[i].number = -1;
180 if (edev->component[i].number != -1)
181 device_unregister(&edev->component[i].cdev);
252 * enclosure_component_register - add a particular component to an enclosure
253 * @edev: the enclosure to add the component
255 * @type: the type of component being added
258 * Registers the component. The name is optional for enclosures that
262 * Returns a pointer to the enclosure component or an error.
277 ecomp = &edev->component[number];
308 * @num: the number of the component
319 enclosure_add_device(struct enclosure_device *edev, int component, struct device *dev) argument
[all...]
/drivers/net/wireless/ipw2x00/
H A DKconfig173 networking stack. This component is deprecated in favor of the
174 mac80211 component.
177 bool "Full debugging output for the LIBIPW component"
181 libipw component.
197 component, you most likely want to say N here.
/drivers/scsi/
H A Dses.c344 if (!edev->component[0].scratch)
348 scomp = edev->component[i].scratch;
431 ecomp = &edev->component[components++];
606 edev->component[i].scratch = scomp + i;
673 kfree(edev->component[0].scratch);
/drivers/media/usb/tm6000/
H A Dtm6000-alsa.c422 char component[14]; local
445 sprintf(component, "USB%04x:%04x",
448 snd_component_add(card, component);
H A Dtm6000.h312 int tm6000_tuner_callback(void *ptr, int component, int command, int arg);
313 int tm6000_xc5000_callback(void *ptr, int component, int command, int arg);
/drivers/gpu/drm/msm/
H A Dmsm_drv.h25 #include <linux/component.h>
/drivers/gpu/drm/sti/
H A Dsti_compositor.c9 #include <linux/component.h>
H A Dsti_drm_drv.c9 #include <linux/component.h>
/drivers/media/dvb-frontends/
H A Ddibx000_common.h236 u8 component; member in struct:dibGPIOFunction
/drivers/media/usb/au0828/
H A Dau0828-cards.c122 int au0828_tuner_callback(void *priv, int component, int command, int arg) argument
H A Dau0828.h301 extern int au0828_tuner_callback(void *priv, int component,
/drivers/staging/imx-drm/
H A Dparallel-display.c21 #include <linux/component.h>
/drivers/bus/
H A Darm-ccn.c1207 struct arm_ccn_component *component; local
1216 component = &ccn->xp[id];
1220 component = &ccn->node[id];
1226 component = &ccn->node[id];
1230 component->base = base;
1231 component->type = type;
/drivers/media/dvb-core/
H A Ddvb_frontend.h426 int (*callback)(void *adapter_priv, int component, int cmd, int arg);

Completed in 376 milliseconds

123