Searched refs:funcs (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp_glue.c | 172 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()
|
D | acpiphp.h | 140 struct list_head funcs; /* one slot may have different member
|
D | acpiphp_pci.c | 565 list_for_each (l, &slot->funcs) { in acpiphp_configure_slot()
|
/linux-2.4.37.9/drivers/i2c/ |
D | i2c-dev.c | 192 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/ |
D | loop.h | 142 int loop_register_transfer(struct loop_func_table *funcs);
|
/linux-2.4.37.9/Documentation/i2c/ |
D | functionality | 126 if (ioctl(file,I2C_FUNCS,&funcs) < 0) { 130 if (! (funcs & I2C_FUNC_SMBUS_QUICK)) {
|
D | dev-interface | 92 ioctl(file,I2C_FUNCS,unsigned long *funcs) 93 Gets the adapter functionality and puts it in *funcs.
|
/linux-2.4.37.9/drivers/block/ |
D | loop.c | 986 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/ |
D | time.README | 86 a) does this board have a RTC? If yes, implement the two RTC funcs.
|