Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_glue.c172 INIT_LIST_HEAD(&slot->funcs); in register_slot()
185 list_add_tail(&newfunc->sibling, &slot->funcs); in register_slot()
790 list_for_each (l, &slot->funcs) { in power_on_slot()
828 list_for_each (l, &slot->funcs) { in power_off_slot()
842 list_for_each (l, &slot->funcs) { in power_off_slot()
927 list_for_each (l, &slot->funcs) { in enable_device()
965 list_for_each (l, &slot->funcs) { in disable_device()
1002 list_for_each (l, &slot->funcs) { in get_slot_status()
1174 list_for_each_safe (l2, n2, &slot->funcs) { in acpiphp_glue_exit()
Dacpiphp.h140 struct list_head funcs; /* one slot may have different member
Dacpiphp_pci.c565 list_for_each (l, &slot->funcs) { in acpiphp_configure_slot()
/linux-2.4.37.9/drivers/i2c/
Di2c-dev.c192 unsigned long funcs; in i2cdev_ioctl() local
216 funcs = i2c_get_functionality(client->adapter); in i2cdev_ioctl()
217 return (copy_to_user((unsigned long *)arg,&funcs, in i2cdev_ioctl()
/linux-2.4.37.9/include/linux/
Dloop.h142 int loop_register_transfer(struct loop_func_table *funcs);
/linux-2.4.37.9/Documentation/i2c/
Dfunctionality126 if (ioctl(file,I2C_FUNCS,&funcs) < 0) {
130 if (! (funcs & I2C_FUNC_SMBUS_QUICK)) {
Ddev-interface92 ioctl(file,I2C_FUNCS,unsigned long *funcs)
93 Gets the adapter functionality and puts it in *funcs.
/linux-2.4.37.9/drivers/block/
Dloop.c986 int loop_register_transfer(struct loop_func_table *funcs) in loop_register_transfer() argument
988 if ((unsigned)funcs->number >= MAX_LO_CRYPT || xfer_funcs[funcs->number]) in loop_register_transfer()
990 xfer_funcs[funcs->number] = funcs; in loop_register_transfer()
/linux-2.4.37.9/Documentation/mips/
Dtime.README86 a) does this board have a RTC? If yes, implement the two RTC funcs.