/drivers/md/ |
D | dm-snap.c | 162 struct origin { struct 209 static struct origin *__lookup_origin(struct block_device *origin) in __lookup_origin() argument 212 struct origin *o; in __lookup_origin() 214 ol = &_origins[origin_hash(origin)]; in __lookup_origin() 216 if (bdev_equal(o->bdev, origin)) in __lookup_origin() 222 static void __insert_origin(struct origin *o) in __insert_origin() 234 struct origin *o, *new_o; in register_snapshot() 235 struct block_device *bdev = snap->origin->bdev; in register_snapshot() 265 struct origin *o; in unregister_snapshot() 268 o = __lookup_origin(s->origin->bdev); in unregister_snapshot() [all …]
|
D | dm-snap.h | 30 struct dm_dev *origin; member
|
/drivers/acpi/acpica/ |
D | pstree.c | 195 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin, in acpi_ps_get_depth_next() argument 228 while (arg && (arg != origin) && (arg != op)) { in acpi_ps_get_depth_next() 232 if (arg == origin) { in acpi_ps_get_depth_next()
|
D | dswstate.c | 540 *origin, union acpi_operand_object in acpi_ds_create_walk_state() 556 walk_state->origin = origin; in acpi_ds_create_walk_state() 559 walk_state->parser_state.start_op = origin; in acpi_ds_create_walk_state()
|
D | acstruct.h | 118 union acpi_parse_object *origin; /* Start of walk [Obsolete] */ member
|
D | acparser.h | 173 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin,
|
D | acdispat.h | 307 *origin, union acpi_operand_object
|
D | dswexec.c | 251 if (op == walk_state->origin) { in acpi_ds_exec_begin_op()
|
/drivers/parisc/ |
D | eisa_eeprom.c | 35 static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin ) in eisa_eeprom_llseek() argument 37 switch (origin) { in eisa_eeprom_llseek()
|
/drivers/macintosh/ |
D | nvram.c | 22 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument 25 switch (origin) { in nvram_llseek()
|
/drivers/char/ |
D | generic_nvram.c | 31 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument 34 switch (origin) { in nvram_llseek()
|
D | ps3flash.c | 80 static loff_t ps3flash_llseek(struct file *file, loff_t offset, int origin) in ps3flash_llseek() argument 86 switch (origin) { in ps3flash_llseek()
|
D | nvram.c | 215 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument 218 switch (origin) { in nvram_llseek()
|
/drivers/input/mouse/ |
D | bcm5974.c | 108 __le16 origin; /* zero when switching track finger */ member 283 int ptest = 0, origin = 0, nmin = 0, nmax = 0; in report_tp_state() local 301 origin = raw2int(f->origin); in report_tp_state() 305 if (ptest > PRESSURE_LOW && origin) { in report_tp_state()
|
/drivers/sbus/char/ |
D | flash.c | 82 flash_llseek(struct file *file, long long offset, int origin) in flash_llseek() argument 85 switch (origin) { in flash_llseek()
|
/drivers/mtd/ |
D | ar7part.c | 51 unsigned long origin) in create_mtd_partitions() argument
|
D | afs.c | 166 unsigned long origin) in parse_afs_partitions() argument
|
D | cmdlinepart.c | 305 unsigned long origin) in parse_cmdline_partitions() argument
|
D | mtdpart.c | 560 struct mtd_partition **pparts, unsigned long origin) in parse_mtd_partitions() argument 574 ret = (*parser->parse_fn)(master, pparts, origin); in parse_mtd_partitions()
|
/drivers/mtd/ubi/ |
D | cdev.c | 151 static loff_t vol_cdev_llseek(struct file *file, loff_t offset, int origin) in vol_cdev_llseek() argument 163 switch (origin) { in vol_cdev_llseek() 183 vol->vol_id, offset, origin, new_offset); in vol_cdev_llseek()
|
/drivers/net/bonding/ |
D | bond_3ad.c | 1495 struct aggregator *best, *active, *origin; in ad_agg_selection_logic() local 1498 origin = agg; in ad_agg_selection_logic() 1587 active = __get_active_agg(origin); in ad_agg_selection_logic() 1598 if (origin->slave) { in ad_agg_selection_logic() 1601 bond = bond_get_bond_by_slave(origin->slave); in ad_agg_selection_logic()
|
/drivers/firmware/ |
D | iscsi_ibft.c | 123 u8 origin; member 406 str += sprintf(str, "%d\n", nic->origin); in ibft_attr_show_nic()
|
/drivers/net/wireless/iwlwifi/ |
D | iwl-3945-commands.h | 1043 u8 origin; /* 0 = TGh, 1 = other, 2 = TGk */ member
|
D | iwl-commands.h | 1923 u8 origin; /* 0 = TGh, 1 = other, 2 = TGk */ member
|