Searched defs:component (Results 1 - 18 of 18) sorted by relevance

/drivers/acpi/acpica/
H A Dutalloc.c323 u32 component, const char *module, u32 line)
367 u32 component, const char *module, u32 line)
373 allocation = acpi_ut_allocate(size, component, module, line);
322 acpi_ut_allocate(acpi_size size, u32 component, const char *module, u32 line) argument
366 acpi_ut_allocate_zeroed(acpi_size size, u32 component, const char *module, u32 line) argument
H A Dnsdump.c113 * Component - Caller's component ID
123 acpi_ns_dump_pathname(acpi_handle handle, char *msg, u32 level, u32 component) argument
128 /* Do this only if the requested debug level and component are enabled */
130 if (!(acpi_dbg_level & level) || !(acpi_dbg_layer & component)) {
/drivers/media/video/au0828/
H A Dau0828-cards.c124 int au0828_tuner_callback(void *priv, int component, int command, int arg) argument
/drivers/media/video/ivtv/
H A Divtv-gpio.c128 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value) argument
/drivers/media/video/cx18/
H A Dcx18-gpio.c334 int cx18_reset_tuner_gpio(void *dev, int component, int cmd, int value) argument
/drivers/media/video/cx231xx/
H A Dcx231xx-cards.c654 int cx231xx_tuner_callback(void *ptr, int component, int command, int arg) argument
/drivers/media/video/cx23885/
H A Dcx23885-cards.c889 int cx23885_tuner_callback(void *priv, int component, int command, int arg) argument
/drivers/media/video/cx88/
H A Dcx88-cards.c3223 int cx88_tuner_callback(void *priv, int component, int command, int arg) argument
3240 if (component != DVB_FRONTEND_COMPONENT_TUNER)
/drivers/media/video/saa7134/
H A Dsaa7134-cards.c7244 int saa7134_tuner_callback(void *priv, int component, int command, int arg) argument
/drivers/media/video/tm6000/
H A Dtm6000-alsa.c422 char component[14]; local
444 sprintf(component, "USB%04x:%04x",
447 snd_component_add(card, component);
H A Dtm6000-cards.c691 int tm6000_xc5000_callback(void *ptr, int component, int command, int arg) argument
717 int tm6000_tuner_callback(void *ptr, int component, int command, int arg) argument
/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);
245 * enclosure_component_register - add a particular component to an enclosure
246 * @edev: the enclosure to add the component
248 * @type: the type of component being added
251 * Registers the component. The name is optional for enclosures that
255 * Returns a pointer to the enclosure component or an error.
270 ecomp = &edev->component[number];
301 * @num: the number of the component
312 enclosure_add_device(struct enclosure_device *edev, int component, struct device *dev) argument
[all...]
/drivers/media/video/em28xx/
H A Dem28xx-cards.c2189 int em28xx_tuner_callback(void *ptr, int component, int command, int arg) argument
/drivers/media/video/
H A Dtuner-core.c275 int (*tuner_callback) (void *dev, int component, int cmd, int arg))
273 set_type(struct i2c_client *c, unsigned int type, unsigned int new_mode_mask, unsigned int new_config, int (*tuner_callback) (void *dev, int component, int cmd, int arg)) argument
/drivers/media/dvb/dvb-usb/
H A Dcxusb.c761 static int dvico_bluebird_xc2028_callback(void *ptr, int component, argument
H A Ddib0700_devices.c396 static int stk7700ph_xc3028_callback(void *ptr, int component, argument
1991 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_ON, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = (0x10 & ~0x1) | 0x20 },
1992 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_OFF, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = 0 | 0x21 },
2022 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_ON, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = (0x10 & ~0x1) | 0x20 },
2023 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_OFF, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = 0 | 0x21 },
3236 static int dib0700_xc5000_tuner_callback(void *priv, int component, argument
3270 static int dib0700_xc4000_tuner_callback(void *priv, int component, argument
/drivers/media/dvb/frontends/
H A Ddibx000_common.h235 u8 component; member in struct:dibGPIOFunction
/drivers/message/i2o/
H A Di2o_proc.c1428 u8 component; member in struct:__anon1730
1463 seq_printf(seq, "Component : %d = ", result.component);
1464 switch (result.component) {

Completed in 389 milliseconds