Searched defs:list_head (Results 1 - 13 of 13) sorted by relevance

/drivers/acpi/acpica/
H A Dexmutex.c117 union acpi_operand_object *list_head; local
119 list_head = thread->acquired_mutex_list;
124 obj_desc->mutex.next = list_head;
128 if (list_head) {
129 list_head->mutex.prev = obj_desc;
H A Dutstate.c87 * PARAMETERS: list_head - Head of the state stack
97 acpi_ut_push_generic_state(union acpi_generic_state **list_head, argument
104 state->common.next = *list_head;
105 *list_head = state;
114 * PARAMETERS: list_head - Head of the state stack
123 **list_head)
131 state = *list_head;
136 *list_head = state->common.next;
122 acpi_ut_pop_generic_state(union acpi_generic_state **list_head) argument
H A Dhwpci.c73 struct acpi_pci_device *list_head);
75 static void acpi_hw_delete_pci_list(struct acpi_pci_device *list_head);
126 struct acpi_pci_device *list_head = NULL; local
137 acpi_hw_build_pci_list(root_pci_device, pci_region, &list_head);
142 status = acpi_hw_process_pci_list(pci_id, list_head);
147 acpi_hw_delete_pci_list(list_head);
179 struct acpi_pci_device *list_head = NULL; local
196 *return_list_head = list_head;
207 list_element->next = list_head;
209 list_head
233 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id, struct acpi_pci_device *list_head) argument
290 acpi_hw_delete_pci_list(struct acpi_pci_device *list_head) argument
[all...]
/drivers/media/dvb/dvb-core/
H A Ddvbdev.h61 struct list_head list_head; member in struct:dvb_adapter
62 struct list_head device_list;
104 struct list_head list_head; member in struct:dvb_device
H A Ddvb_demux.h65 #define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head)
97 struct list_head list_head; member in struct:dvb_demux_feed
120 struct list_head frontend_list;
128 struct list_head feed_list;
H A Ddvb_frontend.c114 struct list_head list_head; member in struct:dvb_frontend_private
/drivers/gpu/drm/radeon/
H A Dmkregtable.c41 struct list_head { struct
42 struct list_head *next, *prev;
48 struct list_head name = LIST_HEAD_INIT(name)
50 static inline void INIT_LIST_HEAD(struct list_head *list)
63 static inline void __list_add(struct list_head *new,
64 struct list_head *prev, struct list_head *next)
72 extern void __list_add(struct list_head *new,
73 struct list_head *prev, struct list_head *nex
[all...]
/drivers/scsi/osd/
H A Dosd_initiator.c294 static unsigned _osd_req_alist_size(struct osd_request *or, void *list_head) argument
297 osdv1_list_size(list_head) :
298 osdv2_list_size(list_head);
/drivers/staging/media/easycap/
H A Deasycap.h233 struct list_head list_head; member in struct:data_buffer
241 struct list_head list_head; member in struct:data_urb
346 struct list_head urb_video_head;
347 struct list_head *purb_video_head;
432 struct list_head urb_audio_head;
433 struct list_head *purb_audio_head;
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c453 struct list_head *qe;
474 struct list_head *qe;
533 struct list_head *qe;
583 struct list_head *qe;
699 struct list_head *qe;
912 struct list_head list_head; local
913 struct list_head *qe;
919 INIT_LIST_HEAD(&list_head);
926 list_add_tail(&mac->qe, &list_head);
[all...]
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c653 struct list_head *entry, *next;
1066 struct list_head *entry, *next;
1129 struct list_head *list_head; local
1130 struct list_head *entry, *next;
1187 list_head = &vdev->vpaths[0].mac_addr_list;
1195 list_for_each_safe(entry, next, list_head) {
1237 list_for_each_safe(entry, next, list_head) {
1448 struct list_head *entry, *next;
2924 struct list_head *entr
[all...]
/drivers/scsi/cxgbi/
H A Dlibcxgbi.h513 struct list_head list_head; member in struct:cxgbi_device
/drivers/scsi/aic7xxx/
H A Daic79xx_core.c200 u_int *list_head, u_int *list_tail,
8429 ahd_search_action action, u_int *list_head,
8441 next = *list_head;
8476 *list_head = next;
8427 ahd_search_scb_list(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahd_search_action action, u_int *list_head, u_int *list_tail, u_int tid) argument

Completed in 659 milliseconds