Searched refs:handle (Results 26 - 50 of 1660) sorted by path

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Ddbutils.c164 acpi_db_display_internal_object(obj_desc->reference.handle,
H A Dnsxfeval.c26 * PARAMETERS: handle - Object handle (optional)
44 acpi_evaluate_object_typed(acpi_handle handle, argument
67 /* Get a handle here, in order to build an error message if needed */
69 target_handle = handle;
71 status = acpi_get_handle(handle, pathname, &target_handle);
147 * PARAMETERS: handle - Object handle (optional)
163 acpi_evaluate_object(acpi_handle handle,
182 /* Convert and validate the device handle */
[all...]
H A Drsutils.c425 * contained in an object specified by the handle passed in
475 * contained in an object specified by the handle passed in
526 * contained in an object specified by the handle passed in
577 * contained in an object specified by the handle passed in
621 * PARAMETERS: handle - Handle to the containing object
629 * object contained in an object specified by the handle passed in
637 acpi_rs_get_method_data(acpi_handle handle, argument
651 (struct acpi_namespace_node, handle), path,
681 * in an object specified by the handle passed in
H A Dutxfmutex.c17 acpi_ut_get_mutex_object(acpi_handle handle,
25 * PARAMETERS: handle - Mutex or prefix handle (optional)
38 acpi_ut_get_mutex_object(acpi_handle handle, argument
48 if (!ret_obj || (!handle && !pathname)) {
54 mutex_node = handle;
57 acpi_get_handle(handle, pathname,
85 * PARAMETERS: handle - Mutex or prefix handle (optional)
100 acpi_acquire_mutex(acpi_handle handle, acpi_strin argument
[all...]
/linux-master/drivers/acpi/pmic/
H A Dtps68470_pmic.c374 acpi_handle handle = ACPI_HANDLE(pdev->dev.parent); local
384 if (!handle) {
385 dev_warn(dev, "acpi handle is NULL\n");
396 status = acpi_install_address_space_handler(handle,
403 status = acpi_install_address_space_handler(handle,
410 status = acpi_install_address_space_handler(handle,
417 status = acpi_install_address_space_handler(handle,
427 acpi_remove_address_space_handler(handle, TI_PMIC_CLOCK_OPREGION_ID,
430 acpi_remove_address_space_handler(handle, TI_PMIC_VR_VAL_OPREGION_ID,
433 acpi_remove_address_space_handler(handle, TI_PMIC_POWER_OPREGION_I
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h23 u32 handle; member in struct:nvkm_oclass
H A Dramht.h10 u32 handle; member in struct:nvkm_ramht_data
26 int chid, int addr, u32 handle, u32 context);
29 nvkm_ramht_search(struct nvkm_ramht *, int chid, u32 handle);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c27 nvkm_ramht_hash(struct nvkm_ramht *ramht, int chid, u32 handle) argument
31 while (handle) {
32 hash ^= (handle & ((1 << ramht->bits) - 1));
33 handle >>= ramht->bits;
41 nvkm_ramht_search(struct nvkm_ramht *ramht, int chid, u32 handle) argument
45 co = ho = nvkm_ramht_hash(ramht, chid, handle);
48 if (ramht->data[co].handle == handle)
61 int chid, int addr, u32 handle, u32 context)
69 data->handle
60 nvkm_ramht_update(struct nvkm_ramht *ramht, int co, struct nvkm_object *object, int chid, int addr, u32 handle, u32 context) argument
107 nvkm_ramht_insert(struct nvkm_ramht *ramht, struct nvkm_object *object, int chid, int addr, u32 handle, u32 context) argument
[all...]
/linux-master/drivers/input/
H A Dapm-power.c31 static void apmpower_event(struct input_handle *handle, unsigned int type, argument
52 struct input_handle *handle; local
55 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
56 if (!handle)
59 handle->dev = dev;
60 handle->handler = handler;
61 handle->name = "apm-power";
63 error = input_register_handle(handle);
67 kfree(handle);
71 error = input_open_device(handle);
82 apmpower_disconnect(struct input_handle *handle) argument
[all...]
H A Dmousedev.c60 struct input_handle handle; member in struct:mousedev
346 static void mousedev_event(struct input_handle *handle, argument
349 struct mousedev *mousedev = handle->private;
355 if (test_bit(BTN_TRIGGER, handle->dev->keybit))
358 if (test_bit(BTN_TOOL_FINGER, handle->dev->keybit))
359 mousedev_touchpad_event(handle->dev,
362 mousedev_abs_event(handle->dev, mousedev, code, value);
373 test_bit(BTN_TOOL_FINGER, handle->dev->keybit))
415 input_put_device(mousedev->handle.dev);
430 retval = input_open_device(&mousedev->handle);
814 struct input_handle *handle = &mousedev->handle; local
994 mousedev_disconnect(struct input_handle *handle) argument
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-streams.h12 struct cx18_stream *cx18_handle_to_stream(struct cx18 *cx, u32 handle);
/linux-master/drivers/media/radio/
H A Dlm7000.h21 static inline void lm7000_set_freq(u32 freq, void *handle, argument
22 void (*set_pins)(void *handle, u8 pins))
34 set_pins(handle, data | LM7000_CE);
36 set_pins(handle, data | LM7000_CE | LM7000_CLK);
38 set_pins(handle, data | LM7000_CE);
41 set_pins(handle, 0);
H A Dradio-aimslab.c86 static void rtrack_set_pins(void *handle, u8 pins) argument
88 struct radio_isa_card *isa = handle;
H A Dradio-aztech.c67 static void aztech_set_pins(void *handle, u8 pins) argument
69 struct radio_isa_card *isa = handle;
/linux-master/drivers/memstick/host/
H A Drtsx_pci_ms.c536 struct pcr_handle *handle = pdev->dev.platform_data; local
539 if (!handle)
542 pcr = handle->pcr;
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h37 struct vmci_handle handle; member in struct:vmci_handle_list
147 int vmci_ctx_qp_create(struct vmci_ctx *context, struct vmci_handle handle);
148 int vmci_ctx_qp_destroy(struct vmci_ctx *context, struct vmci_handle handle);
149 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle);
154 int vmci_ctx_dbell_create(u32 context_id, struct vmci_handle handle);
155 int vmci_ctx_dbell_destroy(u32 context_id, struct vmci_handle handle);
157 int vmci_ctx_notify_dbell(u32 cid, struct vmci_handle handle,
H A Dvmci_doorbell.h21 struct vmci_handle handle; member in struct:vmci_dbell_notify_resource_info
33 struct vmci_handle handle; member in struct:dbell_cpt_state
37 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
38 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags);
H A Dvmci_resource.c30 static unsigned int vmci_resource_hash(struct vmci_handle handle) argument
32 return hash_32(handle.resource, VMCI_RESOURCE_HASH_BITS);
36 * Gets a resource (if one exists) matching given handle from the hash table.
38 static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle, argument
42 unsigned int idx = vmci_resource_hash(handle);
47 u32 cid = r->handle.context;
48 u32 rid = r->handle.resource;
51 rid == handle.resource &&
52 (cid == handle.context || cid == VMCI_INVALID_ID ||
53 handle
81 struct vmci_handle handle; local
99 vmci_resource_add(struct vmci_resource *resource, enum vmci_resource_type resource_type, struct vmci_handle handle) argument
139 struct vmci_handle handle = resource->handle; local
[all...]
H A Dvmci_resource.h28 struct vmci_handle handle; member in struct:vmci_resource
38 struct vmci_handle handle);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfi_enet.h596 u16 handle; member in struct:bfi_enet_mcast_add_rsp
605 u16 handle; member in struct:bfi_enet_mcast_del_req
H A Dbna.h273 struct bna_mcam_handle *handle);
/linux-master/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h102 void *handle, arp_err_handler_t handler)
111 t4_set_arp_err_handler(skb, handle, handler);
116 void *handle, arp_err_handler_t handler)
126 t4_set_arp_err_handler(skb, handle, handler);
101 cxgb_mk_close_con_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, void *handle, arp_err_handler_t handler) argument
115 cxgb_mk_abort_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, void *handle, arp_err_handler_t handler) argument
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c449 mr->handle = outs[0];
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h128 * @handle: handle of this Qdisc
129 * @parent_handle: handle of the parent (unreliable if Qdisc was grafted)
155 u32 handle; member in struct:nfp_qdisc
204 * @qdiscs: all qdiscs recorded by major part of the handle
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h3130 u64 *handle, gfp_t flag);
3132 void *cpu_addr, u64 handle);

Completed in 669 milliseconds

1234567891011>>