Searched refs:entry (Results 1 - 25 of 524) sorted by path

1234567891011>>

/drivers/acpi/
H A Dac.c198 struct proc_dir_entry *entry = NULL; local
210 entry = proc_create_data(ACPI_AC_FILE_STATE,
213 if (!entry)
H A Dbattery.c897 struct proc_dir_entry *entry = NULL; local
910 entry = proc_create_data(acpi_battery_file[i].name,
915 if (!entry)
H A Dbus.c620 struct acpi_bus_event *entry = NULL; local
645 entry = list_entry(acpi_bus_event_list.next,
647 list_del(&entry->node);
651 if (!entry)
654 memcpy(event, entry, sizeof(struct acpi_bus_event));
656 kfree(entry);
H A Dbutton.c141 struct proc_dir_entry *entry = NULL; local
173 entry = proc_create_data(ACPI_BUTTON_FILE_STATE,
176 if (!entry) {
H A Devent.c25 /* Global vars for handling event proc entry */
284 struct proc_dir_entry *entry; local
299 entry = proc_create("event", S_IRUSR, acpi_root_dir,
301 if (!entry)
H A Dnuma.c148 "Found unsupported SRAT entry (type = 0x%x)\n",
166 u8 val = slit->entry[d*i + j];
199 "Found unsupported x2apic [0x%08x] SRAT entry\n", pa->apic_id);
H A Dnvs.c96 struct nvs_page *entry, *next; local
104 entry = kzalloc(sizeof(struct nvs_page), GFP_KERNEL);
105 if (!entry)
108 list_add_tail(&entry->node, &nvs_list);
109 entry->phys_start = start;
111 entry->size = (size < nr_bytes) ? size : nr_bytes;
113 start += entry->size;
114 size -= entry->size;
119 list_for_each_entry_safe(entry, next, &nvs_list, node) {
120 list_del(&entry
131 struct nvs_page *entry; local
155 struct nvs_page *entry; local
172 struct nvs_page *entry; local
204 struct nvs_page *entry; local
[all...]
H A Dpci_irq.c71 struct acpi_prt_entry *entry; local
77 list_for_each_entry(entry, &acpi_prt_list, list) {
78 if ((segment == entry->id.segment)
79 && (bus == entry->id.bus)
80 && (device == entry->id.device)
81 && (pin == entry->pin)) {
83 return entry;
156 static void do_prt_fixups(struct acpi_prt_entry *entry, argument
170 entry->id.segment == quirk->segment &&
171 entry
190 struct acpi_prt_entry *entry; local
251 struct acpi_pci_routing_table *entry; local
287 struct acpi_prt_entry *entry, *tmp; local
330 acpi_reroute_boot_interrupt(struct pci_dev *dev, struct acpi_prt_entry *entry) argument
363 struct acpi_prt_entry *entry; local
417 struct acpi_prt_entry *entry; local
505 struct acpi_prt_entry *entry; local
[all...]
H A Dprocessor_core.c41 static int map_lapic_id(struct acpi_subtable_header *entry, argument
45 (struct acpi_madt_local_apic *)entry;
57 static int map_x2apic_id(struct acpi_subtable_header *entry, argument
61 (struct acpi_madt_local_x2apic *)entry;
74 static int map_lsapic_id(struct acpi_subtable_header *entry, argument
78 (struct acpi_madt_local_sapic *)entry;
84 if ((entry->length < 16) || (lsapic->uid != acpi_id))
95 unsigned long madt_end, entry; local
110 entry = (unsigned long)madt;
111 madt_end = entry
[all...]
H A Dtables.c196 "Found unsupported MADT entry (type = 0x%x)\n",
211 struct acpi_subtable_header *entry; local
236 entry = (struct acpi_subtable_header *)
239 while (((unsigned long)entry) + sizeof(struct acpi_subtable_header) <
241 if (entry->type == entry_id
243 if (handler(entry, table_end)) {
248 entry = (struct acpi_subtable_header *)
249 ((unsigned long)entry + entry->length);
H A Dvideo.c201 struct list_head entry; member in struct:acpi_video_device
1064 list_add_tail(&data->entry, &video->video_device_list);
1091 list_for_each_entry(dev, &video->video_device_list, entry)
1404 list_for_each_entry_safe(dev, next, &video->video_device_list, entry) {
1415 list_del(&dev->entry);
/drivers/acpi/apei/
H A Dapei-base.c69 int __apei_exec_read_register(struct acpi_whea_header *entry, u64 *val) argument
73 rc = apei_read(val, &entry->register_region);
76 *val >>= entry->register_region.bit_offset;
77 *val &= entry->mask;
83 struct acpi_whea_header *entry)
88 rc = __apei_exec_read_register(entry, &val);
98 struct acpi_whea_header *entry)
102 rc = apei_exec_read_register(ctx, entry);
105 ctx->value = (ctx->value == entry->value);
111 int __apei_exec_write_register(struct acpi_whea_header *entry, u6 argument
82 apei_exec_read_register(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
97 apei_exec_read_register_value(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
130 apei_exec_write_register(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
137 apei_exec_write_register_value(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
149 apei_exec_noop(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
165 struct acpi_whea_header *entry; local
217 struct acpi_whea_header *entry; local
239 pre_map_gar_callback(struct apei_exec_context *ctx, struct acpi_whea_header *entry, void *data) argument
272 post_unmap_gar_callback(struct apei_exec_context *ctx, struct acpi_whea_header *entry, void *data) argument
688 collect_res_callback(struct apei_exec_context *ctx, struct acpi_whea_header *entry, void *data) argument
[all...]
H A Dapei-internal.h16 struct acpi_whea_header *entry);
83 int __apei_exec_read_register(struct acpi_whea_header *entry, u64 *val);
84 int __apei_exec_write_register(struct acpi_whea_header *entry, u64 val);
86 struct acpi_whea_header *entry);
88 struct acpi_whea_header *entry);
90 struct acpi_whea_header *entry);
92 struct acpi_whea_header *entry);
94 struct acpi_whea_header *entry);
H A Deinj.c215 struct acpi_whea_header *entry; local
217 entry = EINJ_TAB_ENTRY(einj_tab);
219 if (entry->action == ACPI_EINJ_SET_ERROR_TYPE &&
220 entry->instruction == ACPI_EINJ_WRITE_REGISTER &&
221 entry->register_region.space_id ==
223 memcpy(&paddrv4, &entry->register_region.address,
225 if (entry->action == ACPI_EINJ_SET_ERROR_TYPE_WITH_ADDRESS &&
226 entry->instruction == ACPI_EINJ_WRITE_REGISTER &&
227 entry->register_region.space_id ==
229 memcpy(&paddrv5, &entry
279 struct acpi_whea_header *entry; local
[all...]
H A Derst.c123 struct acpi_whea_header *entry)
125 return __apei_exec_read_register(entry, &ctx->var1);
129 struct acpi_whea_header *entry)
131 return __apei_exec_read_register(entry, &ctx->var2);
135 struct acpi_whea_header *entry)
137 return __apei_exec_write_register(entry, ctx->var1);
141 struct acpi_whea_header *entry)
148 struct acpi_whea_header *entry)
155 struct acpi_whea_header *entry)
160 rc = __apei_exec_read_register(entry,
122 erst_exec_load_var1(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
128 erst_exec_load_var2(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
134 erst_exec_store_var1(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
140 erst_exec_add(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
147 erst_exec_subtract(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
154 erst_exec_add_value(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
168 erst_exec_subtract_value(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
182 erst_exec_stall(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
199 erst_exec_stall_while_true(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
228 erst_exec_skip_next_instruction_if_true( struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
246 erst_exec_goto(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
253 erst_exec_set_src_address_base(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
259 erst_exec_set_dst_address_base(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
265 erst_exec_move_data(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
[all...]
/drivers/ata/
H A DKconfig11 to update the PATA_PLATFORM entry.
/drivers/atm/
H A Dadummy.c36 struct list_head entry; member in struct:adummy_dev
176 list_add(&adummy_dev->entry, &adummy_devs);
191 list_for_each_entry_safe(adummy_dev, next, &adummy_devs, entry) {
H A Dfore200e.c609 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ]; local
621 fore200e->bus->write(prom_dma, &entry->cp_entry->cmd.prom_block.prom_haddr);
623 *entry->status = STATUS_PENDING;
625 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.prom_block.opcode);
627 ok = fore200e_poll(fore200e, entry->status, STATUS_COMPLETE, 400);
629 *entry->status = STATUS_FREE;
858 struct host_txq_entry* entry; local
867 entry = &txq->host_entry[ txq->tail ];
869 if ((*entry->status & STATUS_COMPLETE) == 0) {
873 DPRINTK(3, "TX COMPLETED: entry
999 struct host_bsq_entry* entry; local
1182 struct host_rxq_entry* entry; local
1320 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ]; local
1563 struct host_txq_entry* entry; local
1747 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ]; local
1856 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ]; local
[all...]
H A Dfore200e.h212 /* cp resident transmit queue entry */
220 /* cp resident receive queue entry */
228 /* cp resident buffer supply queue entry */
518 /* host resident transmit queue entry */
521 struct cp_txq_entry __iomem *cp_entry; /* addr of cp resident tx queue entry */
533 /* host resident receive queue entry */
536 struct cp_rxq_entry __iomem *cp_entry; /* addr of cp resident rx queue entry */
543 /* host resident buffer supply queue entry */
546 struct cp_bsq_entry __iomem *cp_entry; /* addr of cp resident buffer supply queue entry */
553 /* host resident command queue entry */
838 struct list_head entry; /* next device */ member in struct:fore200e
[all...]
H A Dhe.c740 * each table entry is 16 bits: (rate grid index (8 bits)
833 list_add(&heb->entry, &he_dev->rbpl_outstanding);
902 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
1589 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
1703 list_del(&heb->entry);
1718 list_move_tail(&heb->entry, &he_vcc->buffers);
1755 list_for_each_entry(heb, &he_vcc->buffers, entry)
1796 list_for_each_entry_safe(heb, next, &he_vcc->buffers, entry)
1841 list_for_each_entry(__tpd, &he_dev->outstanding_tpds, entry) {
1844 list_del(&__tpd->entry);
[all...]
H A Dhe.h136 struct list_head entry; member in struct:he_tpd
224 struct list_head entry; member in struct:he_buff
H A Dhorizon.c1253 rx_queue_entry = rd_mem (dev, &dev->rx_q_entry->entry);
1668 // replace with timer and sleep, add dev->tx_buffers_queue (max 1 entry)
2913 /********** module entry **********/
H A Dhorizon.h262 /* Receive queue entry */
336 HDW entry; member in struct:rx_q_entry
H A Diphase.c114 IARTN_Q *entry = kmalloc(sizeof(*entry), GFP_ATOMIC); local
115 if (!entry) return -1;
116 entry->data = data;
117 entry->next = NULL;
119 que->next = que->tail = entry;
121 que->tail->next = entry;
1123 /* get the buffer desc entry.
1127 /* make the ptr point to the corresponding buffer desc entry */
1443 /* the end of the dle q points to the entry afte
[all...]
/drivers/base/
H A Dcore.c756 list_for_each_entry(k, &dev->class->p->glue_dirs.list, entry)
878 * to NULL prevents an entry from being created. class->dev_kobj must
1008 /* notify platform of device entry */
1813 kobj.entry);
1819 list_del_init(&dev->kobj.entry);

Completed in 332 milliseconds

1234567891011>>