Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 200 of 677) sorted by relevance

1234

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dnamedb.c31 struct nvkm_handle *handle; in nvkm_namedb_lookup() local
44 struct nvkm_handle *handle; in nvkm_namedb_lookup_class() local
57 struct nvkm_handle *handle; in nvkm_namedb_lookup_vinst() local
72 struct nvkm_handle *handle; in nvkm_namedb_lookup_cinst() local
88 struct nvkm_handle *handle) in nvkm_namedb_insert()
103 nvkm_namedb_remove(struct nvkm_handle *handle) in nvkm_namedb_remove()
116 struct nvkm_handle *handle; in nvkm_namedb_get() local
127 struct nvkm_handle *handle; in nvkm_namedb_get_class() local
138 struct nvkm_handle *handle; in nvkm_namedb_get_vinst() local
149 struct nvkm_handle *handle; in nvkm_namedb_get_cinst() local
[all …]
Dioctl.c34 nvkm_ioctl_nop(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_nop()
51 nvkm_ioctl_sclass(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_sclass()
84 nvkm_ioctl_new(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_new()
183 nvkm_ioctl_del(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_del()
202 nvkm_ioctl_mthd(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_mthd()
224 nvkm_ioctl_rd(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_rd()
266 nvkm_ioctl_wr(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_wr()
309 nvkm_ioctl_map(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_map()
331 nvkm_ioctl_unmap(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_unmap()
348 nvkm_ioctl_ntfy_new(struct nvkm_handle *handle, void *data, u32 size) in nvkm_ioctl_ntfy_new()
[all …]
Dhandle.c34 nvkm_handle_init(struct nvkm_handle *handle) in nvkm_handle_init()
64 nvkm_handle_fini(struct nvkm_handle *handle, bool suspend) in nvkm_handle_fini()
102 struct nvkm_handle *handle; in nvkm_handle_create() local
151 nvkm_handle_destroy(struct nvkm_handle *handle) in nvkm_handle_destroy()
175 struct nvkm_handle *handle; in nvkm_handle_ref() local
217 nvkm_handle_put(struct nvkm_handle *handle) in nvkm_handle_put()
Dramht.c28 nvkm_ramht_hash(struct nvkm_ramht *ramht, int chid, u32 handle) in nvkm_ramht_hash()
43 nvkm_ramht_insert(struct nvkm_ramht *ramht, int chid, u32 handle, u32 context) in nvkm_ramht_insert()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dicp_qat_hal.h102 #define SET_CAP_CSR(handle, csr, val) \ argument
104 #define GET_CAP_CSR(handle, csr) \ argument
106 #define SET_GLB_CSR(handle, csr, val) SET_CAP_CSR(handle, csr + GLOBAL_CSR, val) argument
107 #define GET_GLB_CSR(handle, csr) GET_CAP_CSR(handle, GLOBAL_CSR + csr) argument
108 #define AE_CSR(handle, ae) \ argument
111 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & csr)) argument
112 #define SET_AE_CSR(handle, ae, csr, val) \ argument
114 #define GET_AE_CSR(handle, ae, csr) ADF_CSR_RD(AE_CSR_ADDR(handle, ae, csr), 0) argument
115 #define AE_XFER(handle, ae) \ argument
118 #define AE_XFER_ADDR(handle, ae, reg) (AE_XFER(handle, ae) + \ argument
[all …]
Dqat_hal.c78 #define AE(handle, ae) handle->hal_handle->aes[ae] argument
111 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx()
118 static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr()
134 static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr()
150 static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event()
162 static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles()
198 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode()
218 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode()
236 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode()
314 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_reset()
[all …]
Dqat_uclo.c142 static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words()
158 static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words()
176 static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem()
199 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list()
235 static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae()
266 static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle in qat_uclo_create_batch_init_list()
320 static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg()
335 static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg()
359 static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory()
400 static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore()
[all …]
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_v4l2.c444 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges()
460 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges()
468 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges()
480 struct uvc_fh *handle; in uvc_v4l2_open() local
526 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release() local
555 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap() local
599 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap() local
608 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out() local
617 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap() local
626 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out() local
[all …]
/linux-4.1.27/fs/ext4/
Dext4_jbd2.h180 static inline void ext4_journal_callback_add(handle_t *handle, in ext4_journal_callback_add()
202 static inline bool ext4_journal_callback_try_del(handle_t *handle, in ext4_journal_callback_try_del()
251 #define ext4_journal_get_write_access(handle, bh) \ argument
253 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument
256 #define ext4_journal_get_create_access(handle, bh) \ argument
258 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
261 #define ext4_handle_dirty_super(handle, sb) \ argument
272 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
279 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
285 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
[all …]
Dext4_jbd2.c12 handle_t *handle = current->journal_info; in ext4_get_nojournal() local
26 static void ext4_put_nojournal(handle_t *handle) in ext4_put_nojournal()
80 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop()
107 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved()
134 handle_t *handle, int err) in ext4_journal_abort_handle()
157 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_write_access()
184 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget()
240 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_create_access()
254 handle_t *handle, struct inode *inode, in __ext4_handle_dirty_metadata()
313 handle_t *handle, struct super_block *sb) in __ext4_handle_dirty_super()
Dmigrate.c28 static int finish_range(handle_t *handle, struct inode *inode, in finish_range()
92 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range()
117 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range()
146 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range()
176 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range()
206 static int extend_credit_for_blkdel(handle_t *handle, struct inode *inode) in extend_credit_for_blkdel()
226 static int free_dind_blocks(handle_t *handle, in free_dind_blocks()
256 static int free_tind_blocks(handle_t *handle, in free_tind_blocks()
287 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) in free_ind_block()
316 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, in ext4_ext_swap_inode_data()
[all …]
Dinode.c157 int ext4_truncate_restart_trans(handle_t *handle, struct inode *inode, in ext4_truncate_restart_trans()
183 handle_t *handle; in ext4_evict_inode() local
389 static void ext4_map_blocks_es_recheck(handle_t *handle, in ext4_map_blocks_es_recheck()
457 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks()
693 handle_t *handle = ext4_journal_current_handle(); in _ext4_get_block() local
754 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, in ext4_getblk()
811 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread()
829 int ext4_walk_page_buffers(handle_t *handle, in ext4_walk_page_buffers()
834 int (*fn)(handle_t *handle, in ext4_walk_page_buffers()
884 int do_journal_get_write_access(handle_t *handle, in do_journal_get_write_access()
[all …]
Dinline.c246 static int ext4_create_inline_data(handle_t *handle, in ext4_create_inline_data()
310 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, in ext4_update_inline_data()
374 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, in ext4_prepare_inline_data()
399 static int ext4_destroy_inline_data_nolock(handle_t *handle, in ext4_destroy_inline_data_nolock()
526 handle_t *handle = NULL; in ext4_convert_inline_data_to_extent() local
647 handle_t *handle; in ext4_try_to_write_inline_data() local
853 handle_t *handle; in ext4_da_write_inline_data_begin() local
997 static int ext4_add_dirent_to_inline(handle_t *handle, in ext4_add_dirent_to_inline()
1083 static int ext4_update_inline_dir(handle_t *handle, struct inode *dir, in ext4_update_inline_dir()
1105 static void ext4_restore_inline_data(handle_t *handle, struct inode *inode, in ext4_restore_inline_data()
[all …]
Dextents.c114 static int ext4_ext_truncate_extend_restart(handle_t *handle, in ext4_ext_truncate_extend_restart()
139 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access()
158 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle, in __ext4_ext_dirty()
226 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block()
293 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, in ext4_force_split_extent_at()
844 int ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init()
946 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index()
1022 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split()
1263 static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode, in ext4_ext_grow_indepth()
1345 static int ext4_ext_create_new_leaf(handle_t *handle, struct inode *inode, in ext4_ext_create_new_leaf()
[all …]
Dindirect.c321 static int ext4_alloc_branch(handle_t *handle, in ext4_alloc_branch()
411 static int ext4_splice_branch(handle_t *handle, in ext4_splice_branch()
513 int ext4_ind_map_blocks(handle_t *handle, struct inode *inode, in ext4_ind_map_blocks()
651 handle_t *handle; in ext4_ind_direct_IO() local
813 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) in try_to_extend_transaction()
932 static int ext4_clear_blocks(handle_t *handle, struct inode *inode, in ext4_clear_blocks()
1006 static void ext4_free_data(handle_t *handle, struct inode *inode, in ext4_free_data()
1091 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches()
1203 void ext4_ind_truncate(handle_t *handle, struct inode *inode) in ext4_ind_truncate()
1315 int ext4_ind_remove_space(handle_t *handle, struct inode *inode, in ext4_ind_remove_space()
Dnamei.c50 static struct buffer_head *ext4_append(handle_t *handle, in ext4_append()
374 int ext4_handle_dirty_dirent_node(handle_t *handle, in ext4_handle_dirty_dirent_node()
485 static inline int ext4_handle_dirty_dx_node(handle_t *handle, in ext4_handle_dirty_dx_node()
1686 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
1927 static int add_dirent_to_buf(handle_t *handle, struct dentry *dentry, in add_dirent_to_buf()
1988 static int make_indexed_dir(handle_t *handle, struct dentry *dentry, in make_indexed_dir()
2142 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
2223 static int ext4_dx_add_entry(handle_t *handle, struct dentry *dentry, in ext4_dx_add_entry()
2368 int ext4_generic_delete_entry(handle_t *handle, in ext4_generic_delete_entry()
2407 static int ext4_delete_entry(handle_t *handle, in ext4_delete_entry()
[all …]
Dresize.c354 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean()
380 static int extend_or_restart_transaction(handle_t *handle, int thresh) in extend_or_restart_transaction()
408 static int set_flexbg_block_bitmap(struct super_block *sb, handle_t *handle, in set_flexbg_block_bitmap()
483 handle_t *handle; in setup_new_flex_group_blocks() local
753 static int add_new_gdb(handle_t *handle, struct inode *inode, in add_new_gdb()
884 handle_t *handle, ext4_group_t group) { in add_new_gdb_meta_bg()
933 static int reserve_backup_gdb(handle_t *handle, struct inode *inode, in reserve_backup_gdb()
1054 handle_t *handle; in update_backups() local
1151 static int ext4_add_new_descs(handle_t *handle, struct super_block *sb, in ext4_add_new_descs()
1237 static int ext4_setup_new_descs(handle_t *handle, struct super_block *sb, in ext4_setup_new_descs()
[all …]
Dacl.c187 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, in __ext4_set_acl()
239 handle_t *handle; in ext4_set_acl() local
262 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext4_init_acl()
Dioctl.c99 handle_t *handle; in swap_inode_boot_loader() local
224 handle_t *handle = NULL; in ext4_ioctl() local
334 handle_t *handle; in ext4_ioctl() local
650 handle_t *handle; in ext4_ioctl() local
Dxattr.c160 static inline int ext4_handle_dirty_xattr_block(handle_t *handle, in ext4_handle_dirty_xattr_block()
525 static void ext4_xattr_update_super_block(handle_t *handle, in ext4_xattr_update_super_block()
543 ext4_xattr_release_block(handle_t *handle, struct inode *inode, in ext4_xattr_release_block()
775 ext4_xattr_block_set(handle_t *handle, struct inode *inode, in ext4_xattr_block_set()
1009 int ext4_xattr_ibody_inline_set(handle_t *handle, struct inode *inode, in ext4_xattr_ibody_inline_set()
1047 static int ext4_xattr_ibody_set(handle_t *handle, struct inode *inode, in ext4_xattr_ibody_set()
1084 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, in ext4_xattr_set_handle()
1203 handle_t *handle; in ext4_xattr_set() local
1257 struct ext4_inode *raw_inode, handle_t *handle) in ext4_expand_extra_isize_ea()
1487 ext4_xattr_delete_inode(handle_t *handle, struct inode *inode) in ext4_xattr_delete_inode()
Dxattr_security.c55 handle_t *handle = fs_info; in ext4_initxattrs() local
70 ext4_init_security(handle_t *handle, struct inode *inode, struct inode *dir, in ext4_init_security()
/linux-4.1.27/drivers/acpi/
Dutils.c290 acpi_evaluate_integer(acpi_handle handle, in acpi_evaluate_integer()
324 acpi_evaluate_reference(acpi_handle handle, in acpi_evaluate_reference()
407 acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld) in acpi_get_physical_device_location()
451 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, in acpi_evaluate_ost()
480 static char *acpi_handle_path(acpi_handle handle) in acpi_handle_path()
502 acpi_handle_printk(const char *level, acpi_handle handle, const char *fmt, ...) in acpi_handle_printk()
530 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
557 bool acpi_has_method(acpi_handle handle, char *name) in acpi_has_method()
565 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method, in acpi_execute_simple_method()
583 acpi_status acpi_evaluate_ej0(acpi_handle handle) in acpi_evaluate_ej0()
[all …]
Dbus.c95 acpi_status acpi_bus_get_status_handle(acpi_handle handle, in acpi_bus_get_status_handle()
135 void acpi_bus_private_data_handler(acpi_handle handle, in acpi_bus_private_data_handler()
142 int acpi_bus_attach_private_data(acpi_handle handle, void *data) in acpi_bus_attach_private_data()
157 int acpi_bus_get_private_data(acpi_handle handle, void **data) in acpi_bus_get_private_data()
174 void acpi_bus_detach_private_data(acpi_handle handle) in acpi_bus_detach_private_data()
180 static void acpi_print_osc_error(acpi_handle handle, in acpi_print_osc_error()
221 acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context) in acpi_run_osc()
318 acpi_handle handle; in acpi_bus_osc_support() local
356 static void acpi_bus_notify(acpi_handle handle, u32 type, void *data) in acpi_bus_notify()
Dpci_root.c87 int acpi_is_root_bridge(acpi_handle handle) in acpi_is_root_bridge()
124 static acpi_status try_get_root_bridge_busnr(acpi_handle handle, in try_get_root_bridge_busnr()
191 static acpi_status acpi_pci_run_osc(acpi_handle handle, in acpi_pci_run_osc()
249 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle) in acpi_pci_find_root()
266 acpi_handle handle; member
281 struct pci_dev *acpi_get_pci_dev(acpi_handle handle) in acpi_get_pci_dev()
371 acpi_status acpi_pci_osc_control_set(acpi_handle handle, u32 *mask, u32 req) in acpi_pci_osc_control_set()
431 acpi_handle handle = device->handle; in negotiate_os_control() local
528 acpi_handle handle = device->handle; in acpi_pci_root_add() local
Dprocessor_pdc.c21 static bool __init processor_physically_present(acpi_handle handle) in processor_physically_present()
116 acpi_processor_eval_pdc(acpi_handle handle, struct acpi_object_list *pdc_in) in acpi_processor_eval_pdc()
143 void acpi_processor_set_pdc(acpi_handle handle) in acpi_processor_set_pdc()
162 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) in early_init_pdc()
Dscan.c397 static acpi_status acpi_bus_offline(acpi_handle handle, u32 lvl, void *data, in acpi_bus_offline()
445 static acpi_status acpi_bus_online(acpi_handle handle, u32 lvl, void *data, in acpi_bus_online()
469 acpi_handle handle = device->handle; in acpi_scan_try_to_offline() local
515 acpi_handle handle = device->handle; in acpi_scan_hot_remove() local
1132 static void acpi_device_notify(acpi_handle handle, u32 event, void *data) in acpi_device_notify()
1316 static void acpi_scan_drop_device(acpi_handle handle, void *context) in acpi_scan_drop_device()
1343 static int acpi_get_device_data(acpi_handle handle, struct acpi_device **device, in acpi_get_device_data()
1361 int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device) in acpi_bus_get_device()
1373 struct acpi_device *acpi_bus_get_acpi_device(acpi_handle handle) in acpi_bus_get_acpi_device()
1546 static struct acpi_device *acpi_bus_get_parent(acpi_handle handle) in acpi_bus_get_parent()
[all …]
Dprocessor_core.c148 static phys_cpuid_t map_mat_entry(acpi_handle handle, int type, u32 acpi_id) in map_mat_entry()
182 phys_cpuid_t acpi_get_phys_id(acpi_handle handle, int type, u32 acpi_id) in acpi_get_phys_id()
239 int acpi_get_cpuid(acpi_handle handle, int type, u32 acpi_id) in acpi_get_cpuid()
291 static int parse_mat_ioapic_entry(acpi_handle handle, u32 gsi_base, in parse_mat_ioapic_entry()
330 int acpi_get_ioapic_id(acpi_handle handle, u32 gsi_base, u64 *phys_addr) in acpi_get_ioapic_id()
Dvideo_detect.c50 acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context, in acpi_backlight_cap_match()
77 long acpi_is_video_device(acpi_handle handle) in acpi_is_video_device()
106 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video()
Ddevice_pm.c91 acpi_handle handle = device->handle; in acpi_device_get_power() local
237 int acpi_bus_set_power(acpi_handle handle, int state) in acpi_bus_set_power()
348 int acpi_bus_update_power(acpi_handle handle, int *state_p) in acpi_bus_update_power()
358 bool acpi_bus_power_manageable(acpi_handle handle) in acpi_bus_power_manageable()
371 static void acpi_pm_notify_handler(acpi_handle handle, u32 val, void *not_used) in acpi_pm_notify_handler()
469 bool acpi_bus_can_wakeup(acpi_handle handle) in acpi_bus_can_wakeup()
504 acpi_handle handle = adev->handle; in acpi_dev_pm_get_state() local
Dioapic.c33 acpi_handle handle; member
64 static bool acpi_is_ioapic(acpi_handle handle, char **type) in acpi_is_ioapic()
93 static acpi_status handle_ioapic_add(acpi_handle handle, u32 lvl, in handle_ioapic_add()
Dpci_slot.c75 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot()
115 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot()
165 acpi_handle handle = ACPI_HANDLE(bus->bridge); in acpi_pci_slot_enumerate() local
Dpower.c88 static struct acpi_power_resource *acpi_power_get_context(acpi_handle handle) in acpi_power_get_context()
98 static int acpi_power_resources_list_add(acpi_handle handle, in acpi_power_resources_list_add()
168 static int acpi_power_get_state(acpi_handle handle, int *state) in acpi_power_get_state()
206 acpi_handle handle = resource->device.handle; in acpi_power_get_list_state() local
461 acpi_handle handle = resource->device.handle; in acpi_power_wakeup_list_init() local
764 int acpi_add_power_resource(acpi_handle handle) in acpi_add_power_resource()
Ddock.c55 acpi_handle handle; member
154 static struct dock_station *find_dock_station(acpi_handle handle) in find_dock_station()
446 acpi_handle handle = adev->handle; in dock_notify() local
611 acpi_handle handle = adev->handle; in acpi_dock_add() local
Dacpi_pad.c374 static int acpi_pad_pur(acpi_handle handle) in acpi_pad_pur()
398 static void acpi_pad_handle_notify(acpi_handle handle) in acpi_pad_handle_notify()
419 static void acpi_pad_notify(acpi_handle handle, u32 event, in acpi_pad_notify()
Dnuma.c313 acpi_handle handle; in acpi_get_pxm() local
326 int acpi_get_node(acpi_handle handle) in acpi_get_node()
/linux-4.1.27/fs/ext3/
Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle, in __ext3_journal_get_undo_access()
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle, in __ext3_journal_get_write_access()
25 int __ext3_journal_forget(const char *where, handle_t *handle, in __ext3_journal_forget()
34 int __ext3_journal_revoke(const char *where, handle_t *handle, in __ext3_journal_revoke()
44 handle_t *handle, struct buffer_head *bh) in __ext3_journal_get_create_access()
53 handle_t *handle, struct buffer_head *bh) in __ext3_journal_dirty_metadata()
Dinode.c58 int ext3_forget(handle_t *handle, int is_metadata, struct inode *inode, in ext3_forget()
154 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) in try_to_extend_transaction()
168 static int truncate_restart_transaction(handle_t *handle, struct inode *inode) in truncate_restart_transaction()
192 handle_t *handle; in ext3_evict_inode() local
575 static int ext3_alloc_blocks(handle_t *handle, struct inode *inode, in ext3_alloc_blocks()
653 static int ext3_alloc_branch(handle_t *handle, struct inode *inode, in ext3_alloc_branch()
747 static int ext3_splice_branch(handle_t *handle, struct inode *inode, in ext3_splice_branch()
857 int ext3_get_blocks_handle(handle_t *handle, struct inode *inode, in ext3_get_blocks_handle()
1024 handle_t *handle = ext3_journal_current_handle(); in ext3_get_block() local
1062 struct buffer_head *ext3_getblk(handle_t *handle, struct inode *inode, in ext3_getblk()
[all …]
Dresize.c112 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean()
158 static int extend_or_restart_transaction(handle_t *handle, int thresh, in extend_or_restart_transaction()
197 handle_t *handle; in setup_new_group_blocks() local
427 static int add_new_gdb(handle_t *handle, struct inode *inode, in add_new_gdb()
579 static int reserve_backup_gdb(handle_t *handle, struct inode *inode, in reserve_backup_gdb()
705 handle_t *handle; in update_backups() local
792 handle_t *handle; in ext3_group_add() local
998 handle_t *handle; in ext3_group_extend() local
Dacl.c186 __ext3_set_acl(handle_t *handle, struct inode *inode, int type, in __ext3_set_acl()
239 handle_t *handle; in ext3_set_acl() local
260 ext3_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext3_init_acl()
Dnamei.c40 static struct buffer_head *ext3_append(handle_t *handle, in ext3_append()
1138 static struct ext3_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
1242 static int add_dirent_to_buf(handle_t *handle, struct dentry *dentry, in add_dirent_to_buf()
1330 static int make_indexed_dir(handle_t *handle, struct dentry *dentry, in make_indexed_dir()
1435 static int ext3_add_entry (handle_t *handle, struct dentry *dentry, in ext3_add_entry()
1485 static int ext3_dx_add_entry(handle_t *handle, struct dentry *dentry, in ext3_dx_add_entry()
1623 static int ext3_delete_entry (handle_t *handle, in ext3_delete_entry()
1668 static int ext3_add_nondir(handle_t *handle, in ext3_add_nondir()
1695 handle_t *handle; in ext3_create() local
1728 handle_t *handle; in ext3_mknod() local
[all …]
Dioctl.c30 handle_t *handle = NULL; in ext3_ioctl() local
116 handle_t *handle; in ext3_ioctl() local
Dxattr_security.c51 handle_t *handle = fs_info; in ext3_initxattrs() local
66 ext3_init_security(handle_t *handle, struct inode *inode, struct inode *dir, in ext3_init_security()
Dxattr.h96 ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, in ext3_xattr_set_handle()
103 ext3_xattr_delete_inode(handle_t *handle, struct inode *inode) in ext3_xattr_delete_inode()
131 static inline int ext3_init_security(handle_t *handle, struct inode *inode, in ext3_init_security()
Dxattr.c456 static void ext3_xattr_update_super_block(handle_t *handle, in ext3_xattr_update_super_block()
473 ext3_xattr_release_block(handle_t *handle, struct inode *inode, in ext3_xattr_release_block()
674 ext3_xattr_block_set(handle_t *handle, struct inode *inode, in ext3_xattr_block_set()
903 ext3_xattr_ibody_set(handle_t *handle, struct inode *inode, in ext3_xattr_ibody_set()
940 ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, in ext3_xattr_set_handle()
1055 handle_t *handle; in ext3_xattr_set() local
1086 ext3_xattr_delete_inode(handle_t *handle, struct inode *inode) in ext3_xattr_delete_inode()
Dnamei.h10 static inline struct buffer_head *ext3_dir_bread(handle_t *handle, in ext3_dir_bread()
Dballoc.c490 void ext3_free_blocks_sb(handle_t *handle, struct super_block *sb, in ext3_free_blocks_sb()
680 void ext3_free_blocks(handle_t *handle, struct inode *inode, in ext3_free_blocks()
876 ext3_try_to_allocate(struct super_block *sb, handle_t *handle, int group, in ext3_try_to_allocate()
1315 ext3_try_to_allocate_with_rsv(struct super_block *sb, handle_t *handle, in ext3_try_to_allocate_with_rsv()
1486 ext3_fsblk_t ext3_new_blocks(handle_t *handle, struct inode *inode, in ext3_new_blocks()
1763 ext3_fsblk_t ext3_new_block(handle_t *handle, struct inode *inode, in ext3_new_block()
1925 handle_t *handle; in ext3_trim_all_free() local
/linux-4.1.27/arch/avr32/mm/
Ddma-coherent.c41 dma_addr_t *handle, gfp_t gfp) in __dma_alloc()
88 struct page *page, dma_addr_t handle) in __dma_free()
97 dma_addr_t *handle, gfp_t gfp) in dma_alloc_coherent()
111 void *cpu_addr, dma_addr_t handle) in dma_free_coherent()
125 dma_addr_t *handle, gfp_t gfp) in dma_alloc_writecombine()
143 void *cpu_addr, dma_addr_t handle) in dma_free_writecombine()
/linux-4.1.27/drivers/pci/hotplug/
Dacpi_pcihp.c53 static acpi_status acpi_run_oshp(acpi_handle handle) in acpi_run_oshp()
87 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local
160 static int pcihp_is_ejectable(acpi_handle handle) in pcihp_is_ejectable()
181 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle) in acpi_pci_check_ejectable()
197 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv) in check_hotplug()
213 int acpi_pci_detect_ejectable(acpi_handle handle) in acpi_pci_detect_ejectable()
Dacpiphp_glue.c261 static acpi_status acpiphp_add_context(acpi_handle handle, u32 lvl, void *data, in acpiphp_add_context()
753 acpi_handle handle = context->hp.self->handle; in hotplug_event() local
829 acpi_handle handle; in acpiphp_enumerate_slots() local
986 acpi_handle handle = func_to_handle(func); in acpiphp_disable_and_eject_slot() local
/linux-4.1.27/fs/jbd/
Dtransaction.c84 static int start_this_handle(journal_t *journal, handle_t *handle) in start_this_handle()
245 handle_t *handle = jbd_alloc_handle(GFP_NOFS); in new_handle() local
273 handle_t *handle = journal_current_handle(); in journal_start() local
320 int journal_extend(handle_t *handle, int nblocks) in journal_extend()
386 int journal_restart(handle_t *handle, int nblocks) in journal_restart()
519 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
751 int journal_get_write_access(handle_t *handle, struct buffer_head *bh) in journal_get_write_access()
784 int journal_get_create_access(handle_t *handle, struct buffer_head *bh) in journal_get_create_access()
880 int journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in journal_get_undo_access()
947 int journal_dirty_data(handle_t *handle, struct buffer_head *bh) in journal_dirty_data()
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dmpic_timer.h40 void mpic_start_timer(struct mpic_timer *handle) { } in mpic_start_timer()
41 void mpic_stop_timer(struct mpic_timer *handle) { } in mpic_stop_timer()
42 void mpic_get_remain_time(struct mpic_timer *handle, struct timeval *time) { } in mpic_get_remain_time()
43 void mpic_free_timer(struct mpic_timer *handle) { } in mpic_free_timer()
Dfsl_hcalls.h121 static inline unsigned int fh_partition_get_dtprop(int handle, in fh_partition_get_dtprop()
175 static inline unsigned int fh_partition_set_dtprop(int handle, in fh_partition_set_dtprop()
534 static inline unsigned int fh_get_core_state(unsigned int handle, in fh_get_core_state()
565 static inline unsigned int fh_enter_nap(unsigned int handle, unsigned int vcpu) in fh_enter_nap()
590 static inline unsigned int fh_exit_nap(unsigned int handle, unsigned int vcpu) in fh_exit_nap()
613 static inline unsigned int fh_claim_device(unsigned int handle) in fh_claim_device()
640 static inline unsigned int fh_partition_stop_dma(unsigned int handle) in fh_partition_stop_dma()
Depapr_hcalls.h282 static inline unsigned int ev_byte_channel_send(unsigned int handle, in ev_byte_channel_send()
325 static inline unsigned int ev_byte_channel_receive(unsigned int handle, in ev_byte_channel_receive()
368 static inline unsigned int ev_byte_channel_poll(unsigned int handle, in ev_byte_channel_poll()
402 static inline unsigned int ev_int_iack(unsigned int handle, in ev_int_iack()
428 static inline unsigned int ev_doorbell_send(unsigned int handle) in ev_doorbell_send()
/linux-4.1.27/mm/
Dzbud.c124 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict()
145 unsigned long *handle) in zbud_zpool_malloc()
149 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free()
173 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map()
178 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
246 unsigned long handle; in encode_handle() local
264 static struct zbud_header *handle_to_zbud_header(unsigned long handle) in handle_to_zbud_header()
339 unsigned long *handle) in zbud_alloc()
414 void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free()
571 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map()
[all …]
Dzpool.c84 int zpool_evict(void *pool, unsigned long handle) in zpool_evict()
247 unsigned long *handle) in zpool_malloc()
266 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free()
316 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle()
332 void zpool_unmap_handle(struct zpool *zpool, unsigned long handle) in zpool_unmap_handle()
Dzsmalloc.c245 unsigned long handle; member
302 static void free_handle(struct zs_pool *pool, unsigned long handle) in free_handle()
307 static void record_obj(unsigned long handle, unsigned long obj) in record_obj()
332 unsigned long *handle) in zs_zpool_malloc()
337 static void zs_zpool_free(void *pool, unsigned long handle) in zs_zpool_free()
348 static void *zs_zpool_map(void *pool, unsigned long handle, in zs_zpool_map()
368 static void zs_zpool_unmap(void *pool, unsigned long handle) in zs_zpool_unmap()
831 static unsigned long handle_to_obj(unsigned long handle) in handle_to_obj()
857 static inline int trypin_tag(unsigned long handle) in trypin_tag()
864 static void pin_tag(unsigned long handle) in pin_tag()
[all …]
/linux-4.1.27/drivers/acpi/acpica/
Devrgnini.c71 acpi_ev_system_memory_region_setup(acpi_handle handle, in acpi_ev_system_memory_region_setup()
133 acpi_ev_io_space_region_setup(acpi_handle handle, in acpi_ev_io_space_region_setup()
166 acpi_ev_pci_config_region_setup(acpi_handle handle, in acpi_ev_pci_config_region_setup()
409 acpi_ev_pci_bar_region_setup(acpi_handle handle, in acpi_ev_pci_bar_region_setup()
436 acpi_ev_cmos_region_setup(acpi_handle handle, in acpi_ev_cmos_region_setup()
461 acpi_ev_default_region_setup(acpi_handle handle, in acpi_ev_default_region_setup()
Dutxfmutex.c74 acpi_ut_get_mutex_object(acpi_handle handle, in acpi_ut_get_mutex_object()
136 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout) in acpi_acquire_mutex()
171 acpi_status acpi_release_mutex(acpi_handle handle, acpi_string pathname) in acpi_release_mutex()
Dnsdump.c136 acpi_ns_dump_pathname(acpi_handle handle, char *msg, u32 level, u32 component) in acpi_ns_dump_pathname()
828 void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level) in acpi_ns_dump_entry()
/linux-4.1.27/kernel/events/
Dring_buffer.c20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup()
36 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle()
45 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle()
105 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin()
206 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy()
212 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip()
218 void perf_output_end(struct perf_output_handle *handle) in perf_output_end()
268 void *perf_aux_output_begin(struct perf_output_handle *handle, in perf_aux_output_begin()
346 void perf_aux_output_end(struct perf_output_handle *handle, unsigned long size, in perf_aux_output_end()
400 int perf_aux_output_skip(struct perf_output_handle *handle, unsigned long size) in perf_aux_output_skip()
[all …]
/linux-4.1.27/drivers/staging/android/ion/
Dion.c342 struct ion_handle *handle; in ion_handle_create() local
361 struct ion_handle *handle = container_of(kref, struct ion_handle, ref); in ion_handle_destroy() local
380 struct ion_buffer *ion_handle_buffer(struct ion_handle *handle) in ion_handle_buffer()
385 static void ion_handle_get(struct ion_handle *handle) in ion_handle_get()
390 static int ion_handle_put(struct ion_handle *handle) in ion_handle_put()
423 struct ion_handle *handle; in ion_handle_get_by_id() local
435 struct ion_handle *handle) in ion_handle_validate()
441 static int ion_handle_add(struct ion_client *client, struct ion_handle *handle) in ion_handle_add()
476 struct ion_handle *handle; in ion_alloc() local
535 void ion_free(struct ion_client *client, struct ion_handle *handle) in ion_free()
[all …]
Dcompat_ion.c30 compat_int_t handle; member
39 compat_int_t handle; member
/linux-4.1.27/arch/mips/fw/cfe/
Dcfe_api.c51 int cfe_init(u64 handle, u64 ept) in cfe_init()
65 int cfe_close(int handle) in cfe_close()
303 int cfe_inpstat(int handle) in cfe_inpstat()
322 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, in cfe_ioctl()
364 int cfe_read(int handle, unsigned char *buffer, int length) in cfe_read()
369 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk()
409 int cfe_write(int handle, const char *buffer, int length) in cfe_write()
414 int cfe_writeblk(int handle, s64 offset, const char *buffer, int length) in cfe_writeblk()
/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_resource.c37 static unsigned int vmci_resource_hash(struct vmci_handle handle) in vmci_resource_hash()
45 static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle, in vmci_resource_lookup()
87 struct vmci_handle handle; in vmci_resource_find_id() local
107 struct vmci_handle handle) in vmci_resource_add()
145 struct vmci_handle handle = resource->handle; in vmci_resource_remove() local
Dvmci_doorbell.c93 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags) in vmci_dbell_get_priv_flags()
237 static int dbell_link(struct vmci_handle handle, u32 notify_idx) in dbell_link()
255 static int dbell_unlink(struct vmci_handle handle) in dbell_unlink()
272 static int dbell_notify_as_guest(struct vmci_handle handle, u32 priv_flags) in dbell_notify_as_guest()
300 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify()
412 int vmci_doorbell_create(struct vmci_handle *handle, in vmci_doorbell_create()
510 int vmci_doorbell_destroy(struct vmci_handle handle) in vmci_doorbell_destroy()
Dvmci_handle_array.c48 struct vmci_handle handle) in vmci_handle_arr_append_entry()
76 struct vmci_handle handle = VMCI_INVALID_HANDLE; in vmci_handle_arr_remove_entry() local
97 struct vmci_handle handle = VMCI_INVALID_HANDLE; in vmci_handle_arr_remove_tail() local
Dvmci_context.c664 struct vmci_handle handle; in vmci_ctx_remove_notification() local
899 struct vmci_handle handle; in vmci_ctx_rcv_notifications_release() local
939 int vmci_ctx_dbell_create(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_create()
969 int vmci_ctx_dbell_destroy(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_destroy()
1000 struct vmci_handle handle; in vmci_ctx_dbell_destroy_all() local
1036 struct vmci_handle handle, in vmci_ctx_notify_dbell()
1121 int vmci_ctx_qp_create(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_create()
1143 int vmci_ctx_qp_destroy(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_destroy()
1160 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_exists()
Dvmci_doorbell.h29 struct vmci_handle handle; member
41 struct vmci_handle handle; member
Dvmci_queue_pair.c171 struct vmci_handle handle; member
211 struct vmci_handle handle; member
892 struct vmci_handle handle) in qp_list_find()
911 qp_guest_handle_to_entry(struct vmci_handle handle) in qp_guest_handle_to_entry()
925 qp_broker_handle_to_entry(struct vmci_handle handle) in qp_broker_handle_to_entry()
939 static int qp_notify_peer_local(bool attach, struct vmci_handle handle) in qp_notify_peer_local()
964 qp_guest_endpoint_create(struct vmci_handle handle, in qp_guest_endpoint_create()
1071 static int qp_detatch_hypercall(struct vmci_handle handle) in qp_detatch_hypercall()
1107 static int qp_detatch_guest_work(struct vmci_handle handle) in qp_detatch_guest_work()
1177 static int qp_alloc_guest_work(struct vmci_handle *handle, in qp_alloc_guest_work()
[all …]
Dvmci_queue_pair.h38 struct vmci_handle handle; member
51 struct vmci_handle handle; member
87 struct vmci_handle handle; member
100 struct vmci_handle handle; member
Dvmci_datagram.c66 struct vmci_handle handle; in dg_create_handle() local
114 struct vmci_handle handle, in vmci_datagram_get_priv_flags()
468 int vmci_datagram_destroy_handle(struct vmci_handle handle) in vmci_datagram_destroy_handle()
/linux-4.1.27/arch/arm/xen/
Dmm.c47 static void dma_cache_maint(dma_addr_t handle, unsigned long offset, in dma_cache_maint()
87 static void __xen_dma_page_dev_to_cpu(struct device *hwdev, dma_addr_t handle, in __xen_dma_page_dev_to_cpu()
93 static void __xen_dma_page_cpu_to_dev(struct device *hwdev, dma_addr_t handle, in __xen_dma_page_cpu_to_dev()
111 void __xen_dma_unmap_page(struct device *hwdev, dma_addr_t handle, in __xen_dma_unmap_page()
125 dma_addr_t handle, size_t size, enum dma_data_direction dir) in __xen_dma_sync_single_for_cpu()
133 dma_addr_t handle, size_t size, enum dma_data_direction dir) in __xen_dma_sync_single_for_device()
/linux-4.1.27/fs/jbd2/
Dtransaction.c257 static int start_this_handle(journal_t *journal, handle_t *handle, in start_this_handle()
383 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle() local
418 handle_t *handle = journal_current_handle(); in jbd2__journal_start() local
469 void jbd2_journal_free_reserved(handle_t *handle) in jbd2_journal_free_reserved()
491 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, in jbd2_journal_start_reserved()
547 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend()
622 int jbd2__journal_restart(handle_t *handle, int nblocks, gfp_t gfp_mask) in jbd2__journal_restart()
671 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
775 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
1010 int jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_write_access()
[all …]
/linux-4.1.27/drivers/platform/x86/
Dtoshiba_bluetooth.c65 static int toshiba_bluetooth_present(acpi_handle handle) in toshiba_bluetooth_present()
87 static int toshiba_bluetooth_status(acpi_handle handle) in toshiba_bluetooth_status()
103 static int toshiba_bluetooth_enable(acpi_handle handle) in toshiba_bluetooth_enable()
149 static int toshiba_bluetooth_disable(acpi_handle handle) in toshiba_bluetooth_disable()
Dclassmate-laptop.c86 static acpi_status cmpc_start_accel_v4(acpi_handle handle) in cmpc_start_accel_v4()
106 static acpi_status cmpc_stop_accel_v4(acpi_handle handle) in cmpc_stop_accel_v4()
126 static acpi_status cmpc_accel_set_sensitivity_v4(acpi_handle handle, int val) in cmpc_accel_set_sensitivity_v4()
144 static acpi_status cmpc_accel_set_g_select_v4(acpi_handle handle, int val) in cmpc_accel_set_g_select_v4()
162 static acpi_status cmpc_get_accel_v4(acpi_handle handle, in cmpc_get_accel_v4()
472 static acpi_status cmpc_start_accel(acpi_handle handle) in cmpc_start_accel()
487 static acpi_status cmpc_stop_accel(acpi_handle handle) in cmpc_stop_accel()
502 static acpi_status cmpc_accel_set_sensitivity(acpi_handle handle, int val) in cmpc_accel_set_sensitivity()
516 static acpi_status cmpc_get_accel(acpi_handle handle, in cmpc_get_accel()
703 static acpi_status cmpc_get_tablet(acpi_handle handle, in cmpc_get_tablet()
[all …]
Dintel_menlow.c67 acpi_handle handle = device->handle; in memory_get_max_bandwidth() local
93 acpi_handle handle = device->handle; in memory_get_cur_bandwidth() local
116 acpi_handle handle = device->handle; in memory_set_cur_bandwidth() local
239 acpi_handle handle; member
252 static int sensor_get_auxtrip(acpi_handle handle, int index, in sensor_get_auxtrip()
274 static int sensor_set_auxtrip(acpi_handle handle, int index, int value) in sensor_set_auxtrip()
388 acpi_handle handle) in intel_menlow_add_one_attribute()
418 static acpi_status intel_menlow_register_sensor(acpi_handle handle, u32 lvl, in intel_menlow_register_sensor()
Dtoshiba_haps.c39 static int toshiba_haps_reset_protection(acpi_handle handle) in toshiba_haps_reset_protection()
52 static int toshiba_haps_protection_level(acpi_handle handle, int level) in toshiba_haps_protection_level()
154 static int toshiba_haps_available(acpi_handle handle) in toshiba_haps_available()
Dwmi.c66 acpi_handle handle; member
253 acpi_handle handle; in wmi_method_enable() local
285 acpi_handle handle; in wmi_evaluate_method() local
343 acpi_handle handle; in wmi_query_block() local
418 acpi_handle handle; in wmi_set_block() local
722 struct wmi_block *wblock, acpi_handle handle) in wmi_create_device()
764 static int parse_wdg(acpi_handle handle) in parse_wdg()
Deeepc-laptop.c159 acpi_handle handle; /* the handle of the acpi device */ member
189 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int()
198 static int read_acpi_int(acpi_handle handle, const char *method, int *val) in read_acpi_int()
243 acpi_handle *handle) in acpi_setter_handle()
567 static void eeepc_rfkill_hotplug(struct eeepc_laptop *eeepc, acpi_handle handle) in eeepc_rfkill_hotplug()
643 acpi_handle handle; in eeepc_rfkill_hotplug_update() local
651 static void eeepc_rfkill_notify(acpi_handle handle, u32 event, void *data) in eeepc_rfkill_notify()
665 acpi_handle handle; in eeepc_register_rfkill_notifier() local
691 acpi_handle handle; in eeepc_unregister_rfkill_notifier() local
785 acpi_handle handle = data; in eeepc_rfkill_set() local
[all …]
Dsony-laptop.c738 static union acpi_object *__call_snc_method(acpi_handle handle, char *method, in __call_snc_method()
773 static int sony_nc_int_call(acpi_handle handle, char *name, int *value, in sony_nc_int_call()
801 static int sony_nc_buffer_call(acpi_handle handle, char *name, u64 *value, in sony_nc_buffer_call()
898 static int sony_find_snc_handle(int handle) in sony_find_snc_handle()
917 static int sony_call_snc_handle(int handle, int argument, int *result) in sony_call_snc_handle()
1030 int handle; member
1161 static int sony_nc_hotkeys_decode(u32 event, unsigned int handle) in sony_nc_hotkeys_decode()
1211 unsigned int handle = 0; in sony_nc_notify() local
1294 static acpi_status sony_walk_callback(acpi_handle handle, u32 level, in sony_walk_callback()
1322 unsigned int handle = handles->cap[i]; in sony_nc_function_setup() local
[all …]
Dideapad-laptop.c102 static int read_method_int(acpi_handle handle, const char *method, int *val) in read_method_int()
117 static int method_vpcr(acpi_handle handle, int cmd, int *ret) in method_vpcr()
140 static int method_vpcw(acpi_handle handle, int cmd, int data) in method_vpcw()
159 static int read_ec_data(acpi_handle handle, int cmd, unsigned long *data) in read_ec_data()
183 static int write_ec_cmd(acpi_handle handle, int cmd, unsigned long data) in write_ec_cmd()
782 static void ideapad_acpi_notify(acpi_handle handle, u32 event, void *data) in ideapad_acpi_notify()
/linux-4.1.27/arch/m68k/kernel/
Ddma.c22 dma_addr_t *handle, gfp_t flag) in dma_alloc_coherent()
65 void *addr, dma_addr_t handle) in dma_free_coherent()
104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, in dma_sync_single_for_device()
136 dma_addr_t handle = virt_to_bus(addr); in dma_map_single() local
147 dma_addr_t handle = page_to_phys(page) + offset; in dma_map_page() local
/linux-4.1.27/drivers/input/
Devbug.c41 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… in evbug_event()
50 struct input_handle *handle; in evbug_connect() local
83 static void evbug_disconnect(struct input_handle *handle) in evbug_disconnect()
Dapm-power.c35 static void apmpower_event(struct input_handle *handle, unsigned int type, in apmpower_event()
56 struct input_handle *handle; in apmpower_connect() local
86 static void apmpower_disconnect(struct input_handle *handle) in apmpower_disconnect()
Dinput.c96 static unsigned int input_to_handler(struct input_handle *handle, in input_to_handler()
134 struct input_handle *handle; in input_pass_values() local
454 void input_inject_event(struct input_handle *handle, in input_inject_event()
521 int input_grab_device(struct input_handle *handle) in input_grab_device()
543 static void __input_release_device(struct input_handle *handle) in __input_release_device()
570 void input_release_device(struct input_handle *handle) in input_release_device()
587 int input_open_device(struct input_handle *handle) in input_open_device()
623 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device()
647 void input_close_device(struct input_handle *handle) in input_close_device()
695 struct input_handle *handle; in input_disconnect_device() local
[all …]
/linux-4.1.27/fs/
Dfhandle.c22 struct file_handle *handle = NULL; in do_sys_name_to_handle() local
92 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, in SYSCALL_DEFINE5() argument
138 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, in do_handle_to_path()
171 struct file_handle *handle = NULL; in handle_to_path() local
255 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in SYSCALL_DEFINE3() argument
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c226 u16 handle; member
390 _scsih_get_sas_address(struct MPT3SAS_ADAPTER *ioc, u16 handle, in _scsih_get_sas_address()
557 _scsih_sas_device_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in _scsih_sas_device_find_by_handle()
603 _scsih_device_remove_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in _scsih_device_remove_by_handle()
750 _scsih_raid_device_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in _scsih_raid_device_find_by_handle()
842 mpt3sas_scsih_expander_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_scsih_expander_find_by_handle()
1326 u16 handle, struct scsi_device *sdev) in _scsih_display_sata_capabilities()
1398 u16 handle; in _scsih_get_resync() local
1447 u16 handle = 0; in _scsih_get_state() local
1635 u16 handle, volume_handle = 0; in _scsih_slave_configure() local
[all …]
Dmpt3sas_config.c960 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg0()
1001 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg1()
1212 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle) in mpt3sas_config_get_expander_pg0()
1253 u16 handle) in mpt3sas_config_get_expander_pg1()
1295 *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle) in mpt3sas_config_get_enclosure_pg0()
1416 u32 handle) in mpt3sas_config_get_raid_volume_pg1()
1452 mpt3sas_config_get_number_pds(struct MPT3SAS_ADAPTER *ioc, u16 handle, in mpt3sas_config_get_number_pds()
1506 u32 handle, u16 sz) in mpt3sas_config_get_raid_volume_pg0()
/linux-4.1.27/kernel/power/
Dswap.c221 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles()
311 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer()
318 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer()
350 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page()
390 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer()
398 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish()
440 static int save_image(struct swap_map_handle *handle, in save_image()
575 static int save_image_lzo(struct swap_map_handle *handle, in save_image_lzo()
816 struct swap_map_handle handle; in swsusp_write() local
860 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader()
[all …]
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_acpi.c105 static union acpi_object *radeon_atif_call(acpi_handle handle, int function, in radeon_atif_call()
200 static int radeon_atif_verify_interface(acpi_handle handle, in radeon_atif_verify_interface()
247 static int radeon_atif_get_notification_params(acpi_handle handle, in radeon_atif_get_notification_params()
309 static int radeon_atif_get_sbios_requests(acpi_handle handle, in radeon_atif_get_sbios_requests()
353 acpi_handle handle; in radeon_atif_handler() local
420 static union acpi_object *radeon_atcs_call(acpi_handle handle, int function, in radeon_atcs_call()
486 static int radeon_atcs_verify_interface(acpi_handle handle, in radeon_atcs_verify_interface()
550 acpi_handle handle; in radeon_acpi_pcie_notify_device_ready() local
585 acpi_handle handle; in radeon_acpi_pcie_performance_request() local
692 acpi_handle handle; in radeon_acpi_init() local
Dradeon_vce.c302 uint32_t handle = atomic_read(&rdev->vce.handles[i]); in radeon_vce_free_handles() local
329 uint32_t handle, struct radeon_fence **fence) in radeon_vce_get_create_msg()
396 uint32_t handle, struct radeon_fence **fence) in radeon_vce_get_destroy_msg()
502 uint32_t handle, bool *allocated) in radeon_vce_validate_handle()
543 uint32_t tmp, handle = 0; in radeon_vce_cs_parse() local
Dradeon_uvd.c213 uint32_t handle = atomic_read(&rdev->uvd.handles[i]); in radeon_uvd_suspend() local
288 uint32_t handle = atomic_read(&rdev->uvd.handles[i]); in radeon_uvd_free_handles() local
424 int32_t *msg, msg_type, handle; in radeon_uvd_cs_msg() local
729 uint32_t handle, struct radeon_fence **fence) in radeon_uvd_get_create_msg()
765 uint32_t handle, struct radeon_fence **fence) in radeon_uvd_get_destroy_msg()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_scsih.c211 u16 handle; member
401 _scsih_get_sas_address(struct MPT2SAS_ADAPTER *ioc, u16 handle, in _scsih_get_sas_address()
565 _scsih_sas_device_find_by_handle(struct MPT2SAS_ADAPTER *ioc, u16 handle) in _scsih_sas_device_find_by_handle()
704 _scsih_raid_device_find_by_handle(struct MPT2SAS_ADAPTER *ioc, u16 handle) in _scsih_raid_device_find_by_handle()
796 mpt2sas_scsih_expander_find_by_handle(struct MPT2SAS_ADAPTER *ioc, u16 handle) in mpt2sas_scsih_expander_find_by_handle()
1450 u16 handle, struct scsi_device *sdev) in _scsih_display_sata_capabilities()
1518 u16 handle; in _scsih_get_resync() local
1570 u16 handle = 0; in _scsih_get_state() local
1716 u16 handle; in _scsih_disable_ddio() local
1747 u16 handle; in _scsih_get_num_volumes() local
[all …]
Dmpt2sas_config.c807 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_sas_device_pg0()
847 *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_sas_device_pg1()
1055 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_expander_pg0()
1096 u16 handle) in mpt2sas_config_get_expander_pg1()
1138 *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_enclosure_pg0()
1259 u32 handle) in mpt2sas_config_get_raid_volume_pg1()
1295 mpt2sas_config_get_number_pds(struct MPT2SAS_ADAPTER *ioc, u16 handle, in mpt2sas_config_get_number_pds()
1349 u32 handle, u16 sz) in mpt2sas_config_get_raid_volume_pg0()
/linux-4.1.27/drivers/xen/
Dxen-acpi-cpuhotplug.c134 static int is_processor_present(acpi_handle handle) in is_processor_present()
155 static int xen_apic_id(acpi_handle handle) in xen_apic_id()
248 static void acpi_processor_hotplug_notify(acpi_handle handle, in acpi_processor_hotplug_notify()
322 static acpi_status is_processor_device(acpi_handle handle) in is_processor_device()
353 processor_walk_namespace_cb(acpi_handle handle, in processor_walk_namespace_cb()
Dxen-acpi-pad.c57 static int acpi_pad_pur(acpi_handle handle) in acpi_pad_pur()
80 static void acpi_pad_handle_notify(acpi_handle handle) in acpi_pad_handle_notify()
104 static void acpi_pad_notify(acpi_handle handle, u32 event, in acpi_pad_notify()
Dxen-acpi-memhotplug.c162 static int acpi_memory_get_device(acpi_handle handle, in acpi_memory_get_device()
232 static void acpi_memory_device_notify(acpi_handle handle, u32 event, void *data) in acpi_memory_device_notify()
350 static acpi_status is_memory_device(acpi_handle handle) in is_memory_device()
375 acpi_memory_register_notify_handler(acpi_handle handle, in acpi_memory_register_notify_handler()
391 acpi_memory_deregister_notify_handler(acpi_handle handle, in acpi_memory_deregister_notify_handler()
/linux-4.1.27/fs/ocfs2/
Dsuballoc.c373 static int ocfs2_block_group_fill(handle_t *handle, in ocfs2_block_group_fill()
451 ocfs2_block_group_alloc_contig(struct ocfs2_super *osb, handle_t *handle, in ocfs2_block_group_alloc_contig()
496 handle_t *handle, in ocfs2_block_group_claim_bits()
515 static int ocfs2_block_group_grow_discontig(handle_t *handle, in ocfs2_block_group_grow_discontig()
577 static void ocfs2_bg_alloc_cleanup(handle_t *handle, in ocfs2_bg_alloc_cleanup()
608 ocfs2_block_group_alloc_discontig(handle_t *handle, in ocfs2_block_group_alloc_discontig()
696 handle_t *handle = NULL; in ocfs2_block_group_alloc() local
1341 int ocfs2_block_group_set_bits(handle_t *handle, in ocfs2_block_group_set_bits()
1408 static int ocfs2_relink_block_group(handle_t *handle, in ocfs2_relink_block_group()
1585 handle_t *handle, in ocfs2_alloc_dinode_update_counts()
[all …]
Dalloc.c529 static inline int ocfs2_et_root_journal_access(handle_t *handle, in ocfs2_et_root_journal_access()
726 int ocfs2_path_bh_journal_access(handle_t *handle, in ocfs2_path_bh_journal_access()
747 handle_t *handle, in ocfs2_journal_access_path()
997 static int ocfs2_create_new_meta_bhs(handle_t *handle, in ocfs2_create_new_meta_bhs()
1104 static int ocfs2_adjust_rightmost_branch(handle_t *handle, in ocfs2_adjust_rightmost_branch()
1157 static int ocfs2_add_branch(handle_t *handle, in ocfs2_add_branch()
1340 static int ocfs2_shift_tree_depth(handle_t *handle, in ocfs2_shift_tree_depth()
1510 static int ocfs2_grow_tree(handle_t *handle, struct ocfs2_extent_tree *et, in ocfs2_grow_tree()
2030 static void ocfs2_complete_edge_insert(handle_t *handle, in ocfs2_complete_edge_insert()
2101 static int ocfs2_rotate_subtree_right(handle_t *handle, in ocfs2_rotate_subtree_right()
[all …]
Dnamei.c242 handle_t *handle = NULL; in ocfs2_mknod() local
502 handle_t *handle, in __ocfs2_mknod_locked()
615 handle_t *handle, in ocfs2_mknod_locked()
672 handle_t *handle; in ocfs2_link() local
870 handle_t *handle = NULL; in ocfs2_unlink() local
1202 handle_t *handle = NULL; in ocfs2_rename() local
1649 handle_t *handle, in ocfs2_create_symlink_data()
1759 handle_t *handle = NULL; in ocfs2_symlink() local
2172 handle_t *handle, in ocfs2_orphan_add()
2274 handle_t *handle, in ocfs2_orphan_del()
[all …]
Djournal.c351 handle_t *handle; in ocfs2_start_trans() local
389 handle_t *handle) in ocfs2_commit_trans()
426 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans()
471 int ocfs2_allocate_extend_trans(handle_t *handle, int thresh) in ocfs2_allocate_extend_trans()
650 static int __ocfs2_journal_access(handle_t *handle, in __ocfs2_journal_access()
710 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_di()
716 int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_eb()
722 int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_rb()
729 int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_gd()
735 int ocfs2_journal_access_db(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_db()
[all …]
Dquota_global.c224 handle_t *handle = journal_current_handle(); in ocfs2_quota_write() local
593 handle_t *handle; in ocfs2_sync_dquot_helper() local
648 handle_t *handle; in ocfs2_write_dquot() local
706 handle_t *handle; in ocfs2_release_dquot() local
788 handle_t *handle; in ocfs2_acquire_dquot() local
876 handle_t *handle; in ocfs2_mark_dquot_dirty() local
925 handle_t *handle; in ocfs2_write_info() local
Dlocalalloc.c381 handle_t *handle; in ocfs2_shutdown_local_alloc() local
563 handle_t *handle; in ocfs2_complete_local_alloc_recovery() local
729 handle_t *handle, in ocfs2_claim_local_alloc_bits()
785 handle_t *handle, in ocfs2_free_local_alloc_bits()
964 handle_t *handle, in ocfs2_sync_local_to_main()
1163 handle_t *handle, in ocfs2_local_alloc_new_window()
1256 handle_t *handle = NULL; in ocfs2_local_alloc_slide_window() local
Ddir.c170 static int ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, in ocfs2_dx_dir_link_trailer()
1116 int ocfs2_update_entry(struct inode *dir, handle_t *handle, in ocfs2_update_entry()
1154 static int __ocfs2_delete_entry(handle_t *handle, struct inode *dir, in __ocfs2_delete_entry()
1258 static int ocfs2_delete_entry_dx(handle_t *handle, struct inode *dir, in ocfs2_delete_entry_dx()
1374 static inline int ocfs2_delete_entry_id(handle_t *handle, in ocfs2_delete_entry_id()
1401 static inline int ocfs2_delete_entry_el(handle_t *handle, in ocfs2_delete_entry_el()
1414 int ocfs2_delete_entry(handle_t *handle, in ocfs2_delete_entry()
1483 static int __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, in __ocfs2_dx_dir_leaf_insert()
1506 static void ocfs2_dx_inline_root_insert(struct inode *dir, handle_t *handle, in ocfs2_dx_inline_root_insert()
1514 static int ocfs2_dx_dir_insert(struct inode *dir, handle_t *handle, in ocfs2_dx_dir_insert()
[all …]
Drefcounttree.c563 handle_t *handle = NULL; in ocfs2_create_refcount_tree() local
705 handle_t *handle = NULL; in ocfs2_set_refcount_tree() local
767 handle_t *handle = NULL; in ocfs2_remove_refcount_tree() local
1245 static int ocfs2_change_refcount_rec(handle_t *handle, in ocfs2_change_refcount_rec()
1286 static int ocfs2_expand_inline_ref_root(handle_t *handle, in ocfs2_expand_inline_ref_root()
1526 static int ocfs2_new_leaf_refcount_block(handle_t *handle, in ocfs2_new_leaf_refcount_block()
1622 static int ocfs2_expand_refcount_tree(handle_t *handle, in ocfs2_expand_refcount_tree()
1664 static int ocfs2_adjust_refcount_rec(handle_t *handle, in ocfs2_adjust_refcount_rec()
1748 static int ocfs2_insert_refcount_rec(handle_t *handle, in ocfs2_insert_refcount_rec()
1836 static int ocfs2_split_refcount_rec(handle_t *handle, in ocfs2_split_refcount_rec()
[all …]
Dacl.c169 handle_t *handle, umode_t new_mode) in ocfs2_acl_set_mode()
224 int ocfs2_set_acl(handle_t *handle, in ocfs2_set_acl()
340 int ocfs2_init_acl(handle_t *handle, in ocfs2_init_acl()
Dfile.c264 handle_t *handle; in ocfs2_update_inode_atime() local
298 int ocfs2_set_inode_size(handle_t *handle, in ocfs2_set_inode_size()
325 handle_t *handle = NULL; in ocfs2_simple_size_update() local
384 handle_t *handle; in ocfs2_orphan_for_truncate() local
544 handle_t *handle, in ocfs2_add_inode_data()
569 handle_t *handle = NULL; in __ocfs2_extend_allocation() local
727 handle_t *handle = NULL; in ocfs2_zero_start_ordered_transaction() local
770 handle_t *handle; in ocfs2_write_zero_page() local
1133 handle_t *handle = NULL; in ocfs2_setattr() local
1324 handle_t *handle; in __ocfs2_write_remove_suid() local
[all …]
Dexport.c51 struct ocfs2_inode_handle *handle) in ocfs2_get_dentry()
241 struct ocfs2_inode_handle handle; in ocfs2_fh_to_dentry() local
Dresize.c86 static int ocfs2_update_last_group_and_inode(handle_t *handle, in ocfs2_update_last_group_and_inode()
267 handle_t *handle; in ocfs2_group_extend() local
456 handle_t *handle; in ocfs2_group_add() local
Dquota_local.c97 handle_t *handle; in ocfs2_modify_bh() local
468 handle_t *handle; in ocfs2_recover_local_quota_file() local
592 handle_t *handle; in ocfs2_finish_quota_recovery() local
974 handle_t *handle; in ocfs2_local_quota_add_chunk() local
1109 handle_t *handle; in ocfs2_extend_local_quota_file() local
1273 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) in ocfs2_local_release_dquot()
Dxattr.c78 handle_t *handle; member
428 static int ocfs2_xattr_bucket_journal_access(handle_t *handle, in ocfs2_xattr_bucket_journal_access()
447 static void ocfs2_xattr_bucket_journal_dirty(handle_t *handle, in ocfs2_xattr_bucket_journal_dirty()
719 handle_t *handle = ctxt->handle; in ocfs2_xattr_extend_allocation() local
785 handle_t *handle = ctxt->handle; in __ocfs2_remove_xattr_range() local
1337 handle_t *handle, in __ocfs2_xattr_set_value_outside()
1431 static int ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc, in ocfs2_xa_journal_access()
1437 static void ocfs2_xa_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc) in ocfs2_xa_journal_dirty()
1532 static int ocfs2_xa_block_journal_access(handle_t *handle, in ocfs2_xa_block_journal_access()
1547 static void ocfs2_xa_block_journal_dirty(handle_t *handle, in ocfs2_xa_block_journal_dirty()
[all …]
Dmove_extents.c58 static int __ocfs2_move_extent(handle_t *handle, in __ocfs2_move_extent()
231 handle_t *handle; in ocfs2_defrag_extent() local
570 handle_t *handle; in ocfs2_move_extent() local
901 handle_t *handle; in ocfs2_move_extents() local
/linux-4.1.27/include/uapi/drm/
Dtegra_drm.h34 __u32 handle; member
38 __u32 handle; member
90 __u32 handle; member
98 __u32 handle; member
102 __u32 handle; member
110 __u32 handle; member
139 __u32 handle; member
147 __u32 handle; member
159 __u32 handle; member
166 __u32 handle; member
Darmada_drm.h20 uint32_t handle; member
27 uint32_t handle; member
38 uint32_t handle; member
Domap_drm.h62 uint32_t handle; /* out */ member
73 uint32_t handle; /* buffer handle (in) */ member
78 uint32_t handle; /* buffer handle (in) */ member
89 uint32_t handle; /* buffer handle (in) */ member
Dmsm_drm.h82 uint32_t handle; /* out */ member
86 uint32_t handle; /* in */ member
98 uint32_t handle; /* in */ member
104 uint32_t handle; /* in */ member
169 uint32_t handle; /* in, GEM handle */ member
Dqxl_drm.h52 uint32_t handle; /* 0 is an invalid handle */ member
57 uint32_t handle; member
96 uint32_t handle; member
122 uint32_t handle; member
Dvmwgfx_drm.h336 uint32_t handle; member
390 uint32_t handle; member
426 uint32_t handle; member
481 uint32_t handle; member
622 uint32_t handle; member
653 uint32_t handle; member
679 uint32_t handle; member
724 uint32_t handle; member
870 uint32_t handle; member
941 uint32_t handle; member
[all …]
Dnouveau_drm.h52 uint32_t handle; member
76 uint32_t handle; member
122 uint32_t handle; member
127 uint32_t handle; member
Ddrm.h202 void *handle; /**< Handle of map */ member
216 void *handle; /**< User-space: "Handle" to pass to mmap() */ member
410 drm_context_t handle; member
426 drm_drawable_t handle; member
437 drm_drawable_t handle; member
531 unsigned long handle; /**< Used for binding / unbinding */ member
542 unsigned long handle; /**< From drm_agp_buffer */ member
572 unsigned long handle; /**< Used for mapping / unmapping */ member
588 __u32 handle; member
595 __u32 handle; member
[all …]
Di915_drm.h446 __u32 handle; member
452 __u32 handle; member
468 __u32 handle; member
484 __u32 handle; member
512 __u32 handle; member
524 __u32 handle; member
535 __u32 handle; member
611 __u32 handle; member
661 __u32 handle; member
773 __u32 handle; member
[all …]
/linux-4.1.27/drivers/gpio/
Dgpiolib-acpi.c27 acpi_handle handle; member
124 acpi_handle handle; in acpi_get_gpiod() local
161 static void acpi_gpio_chip_dh(acpi_handle handle, void *data) in acpi_gpio_chip_dh()
172 acpi_handle handle, evt_handle; in acpi_gpiochip_request_interrupt() local
292 acpi_handle handle; in acpi_gpiochip_request_interrupts() local
322 acpi_handle handle; in acpi_gpiochip_free_interrupts() local
636 acpi_handle handle = ACPI_HANDLE(chip->dev); in acpi_gpiochip_request_regions() local
651 acpi_handle handle = ACPI_HANDLE(chip->dev); in acpi_gpiochip_free_regions() local
672 acpi_handle handle; in acpi_gpiochip_add() local
704 acpi_handle handle; in acpi_gpiochip_remove() local
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dacpi_thermal_rel.c70 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt()
150 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art()
226 static void get_single_name(acpi_handle handle, char *name) in get_single_name()
375 int acpi_thermal_rel_misc_device_add(acpi_handle handle) in acpi_thermal_rel_misc_device_add()
383 int acpi_thermal_rel_misc_device_remove(acpi_handle handle) in acpi_thermal_rel_misc_device_remove()
Dint3402_thermal.c23 acpi_handle *handle; member
27 static void int3402_notify(acpi_handle handle, u32 event, void *data) in int3402_notify()
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c612 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
617 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore()
622 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
691 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
721 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore()
835 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
866 void acpi_os_delete_lock(acpi_spinlock handle) in acpi_os_delete_lock()
871 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) in acpi_os_acquire_lock()
877 void acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags) in acpi_os_release_lock()
/linux-4.1.27/arch/c6x/kernel/
Ddma.c17 static void c6x_dma_sync(dma_addr_t handle, size_t size, in c6x_dma_sync()
54 void dma_unmap_single(struct device *dev, dma_addr_t handle, in dma_unmap_single()
94 void dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, in dma_sync_single_for_cpu()
104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, in dma_sync_single_for_device()
/linux-4.1.27/include/uapi/linux/
Dfirewire-cdev.h137 __u32 handle; member
200 __u32 handle; member
326 __u32 handle; member
531 __u32 handle; member
575 __u32 handle; member
585 __u32 handle; member
642 __u32 handle; member
655 __u32 handle; member
702 __u32 handle; member
718 __u32 handle; member
[all …]
Dphonet.h117 static inline __u8 pn_obj(__u16 handle) in pn_obj()
122 static inline __u8 pn_dev(__u16 handle) in pn_dev()
127 static inline __u16 pn_port(__u16 handle) in pn_port()
132 static inline __u8 pn_addr(__u16 handle) in pn_addr()
151 __u16 handle) in pn_sockaddr_set_object()
Dnbd.h64 char handle[8]; member
76 char handle[8]; /* handle you got from request */ member
/linux-4.1.27/drivers/gpu/drm/
Ddrm_memory.c97 void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp()
103 int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp()
109 int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp()
Ddrm_prime.c66 uint32_t handle; member
75 struct dma_buf *dma_buf, uint32_t handle) in drm_prime_add_buf_handle()
91 uint32_t handle) in drm_prime_lookup_buf_by_handle()
105 uint32_t *handle) in drm_prime_lookup_buf_handle()
403 struct drm_file *file_priv, uint32_t handle, in drm_gem_prime_handle_to_fd()
566 uint32_t *handle) in drm_gem_prime_fd_to_handle()
Ddrm_gem.c251 drm_gem_handle_delete(struct drm_file *filp, u32 handle) in drm_gem_handle_delete()
302 uint32_t handle) in drm_gem_dumb_destroy()
547 u32 handle) in drm_gem_object_lookup()
661 u32 handle; in drm_gem_open_ioctl() local
Ddrm_ioc32.c188 u32 handle; /**< User-space: "Handle" to pass to mmap() */ member
199 void *handle; in compat_drm_getmap() local
236 void *handle; in compat_drm_addmap() local
276 u32 handle; in compat_drm_rmmap() local
580 u32 handle; /**< Handle of map */ member
611 void *handle; in compat_drm_getsareactx() local
795 u32 handle; /**< Used for binding / unbinding */ member
836 u32 handle; in compat_drm_agp_free() local
848 u32 handle; /**< From drm_agp_buffer */ member
876 u32 handle; in compat_drm_agp_unbind() local
[all …]
Ddrm_legacy.h82 unsigned long handle; member
/linux-4.1.27/drivers/firmware/efi/libstub/
Darm-stub.c53 void *handle = (void *)(unsigned long)image->device_handle; in efi_open_volume() local
70 efi_status_t efi_file_close(void *handle) in efi_file_close()
78 efi_file_read(void *handle, unsigned long *size, void *addr) in efi_file_read()
88 efi_char16_t *filename_16, void **handle, u64 *file_sz) in efi_file_size()
168 unsigned long efi_entry(void *handle, efi_system_table_t *sys_table, in efi_entry()
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage-coherent.h28 static inline void xen_dma_unmap_page(struct device *hwdev, dma_addr_t handle, in xen_dma_unmap_page()
33 dma_addr_t handle, size_t size, enum dma_data_direction dir) { } in xen_dma_sync_single_for_cpu()
36 dma_addr_t handle, size_t size, enum dma_data_direction dir) { } in xen_dma_sync_single_for_device()
/linux-4.1.27/net/rfkill/
Dinput.c196 static void rfkill_event(struct input_handle *handle, unsigned int type, in rfkill_event()
224 struct input_handle *handle; in rfkill_connect() local
253 static void rfkill_start(struct input_handle *handle) in rfkill_start()
270 static void rfkill_disconnect(struct input_handle *handle) in rfkill_disconnect()
/linux-4.1.27/arch/arm/include/asm/xen/
Dpage-coherent.h49 static inline void xen_dma_unmap_page(struct device *hwdev, dma_addr_t handle, in xen_dma_unmap_page()
66 dma_addr_t handle, size_t size, enum dma_data_direction dir) in xen_dma_sync_single_for_cpu()
77 dma_addr_t handle, size_t size, enum dma_data_direction dir) in xen_dma_sync_single_for_device()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_chan.c88 u32 handle, u32 size, struct nouveau_channel **pchan) in nouveau_channel_prep()
185 u32 handle, u32 engine, struct nouveau_channel **pchan) in nouveau_channel_ind()
243 u32 handle, struct nouveau_channel **pchan) in nouveau_channel_dma()
395 u32 handle, u32 arg0, u32 arg1, in nouveau_channel_new()
Dnouveau_acpi.c74 static int nouveau_optimus_dsm(acpi_handle handle, int func, int arg, uint32_t *result) in nouveau_optimus_dsm()
113 static int nouveau_check_optimus_dsm(acpi_handle handle) in nouveau_check_optimus_dsm()
131 static int nouveau_dsm(acpi_handle handle, int func, int arg) in nouveau_dsm()
154 static int nouveau_dsm_switch_mux(acpi_handle handle, int mux_id) in nouveau_dsm_switch_mux()
161 static int nouveau_dsm_set_discrete_state(acpi_handle handle, enum vga_switcheroo_state state) in nouveau_dsm_set_discrete_state()
401 acpi_handle handle; in nouveau_acpi_edid() local
Dnouveau_abi16.h18 u32 handle; member
57 uint32_t handle; member
69 uint32_t handle; member
75 uint32_t handle; member
82 uint32_t handle; member
/linux-4.1.27/drivers/media/radio/
Dlm7000.h20 static inline void lm7000_set_freq(u32 freq, void *handle, in lm7000_set_freq()
21 void (*set_pins)(void *handle, u8 pins)) in lm7000_set_freq()
/linux-4.1.27/drivers/sh/intc/
Daccess.c56 unsigned int handle) in intc_set_field_from_handle()
66 unsigned long intc_get_field_from_handle(unsigned int value, unsigned int handle) in intc_get_field_from_handle()
166 unsigned long handle, in intc_mode_field()
176 unsigned long handle, in intc_mode_zero()
186 unsigned long handle, in intc_mode_prio()
Dchip.c16 void _intc_enable(struct irq_data *data, unsigned long handle) in _intc_enable()
45 unsigned long handle = (unsigned long)irq_data_get_irq_chip_data(data); in intc_disable() local
85 unsigned long handle = intc_get_ack_handle(irq); in intc_mask_ack() local
Dbalancing.c17 unsigned long handle = dist_handle[irq]; in intc_balancing_enable() local
30 unsigned long handle = dist_handle[irq]; in intc_balancing_disable() local
/linux-4.1.27/arch/ia64/sn/kernel/
Dio_acpi_init.c39 acpi_handle handle; member
65 sn_acpi_hubdev_init(acpi_handle handle, u32 depth, void *context, void **ret) in sn_acpi_hubdev_init()
128 acpi_handle handle; in sn_get_bussoft_ptr() local
171 sn_extract_device_info(acpi_handle handle, struct pcidev_info **pcidev_info, in sn_extract_device_info()
300 find_matching_device(acpi_handle handle, u32 lvl, void *context, void **rv) in find_matching_device()
/linux-4.1.27/include/linux/
Dacpi.h262 static inline long acpi_is_video_device(acpi_handle handle) in acpi_is_video_device()
294 static inline int acpi_get_node(acpi_handle handle) in acpi_get_node()
651 acpi_handle_printk(const char *level, void *handle, const char *fmt, ...) {} in acpi_handle_printk()
658 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ argument
668 #define acpi_handle_emerg(handle, fmt, ...) \ argument
670 #define acpi_handle_alert(handle, fmt, ...) \ argument
672 #define acpi_handle_crit(handle, fmt, ...) \ argument
674 #define acpi_handle_err(handle, fmt, ...) \ argument
676 #define acpi_handle_warn(handle, fmt, ...) \ argument
678 #define acpi_handle_notice(handle, fmt, ...) \ argument
[all …]
Dvmw_vmci_defs.h445 struct vmci_handle handle; /* Identifier. */ member
491 struct vmci_handle handle; /* queue_pair handle. */ member
590 struct vmci_handle handle; member
601 struct vmci_handle handle; member
610 struct vmci_handle handle; member
634 struct vmci_handle handle; /* queue_pair handle. */ member
685 struct vmci_handle handle; member
697 struct vmci_handle handle; member
816 const struct vmci_handle handle) in vmci_q_header_init()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_dumb.c37 uint32_t handle; in qxl_mode_dumb_create() local
73 uint32_t handle, uint64_t *offset_p) in qxl_mode_dumb_mmap()
Dqxl_ioctl.c40 uint32_t handle; in qxl_alloc_ioctl() local
111 struct drm_file *file_priv, uint64_t handle, in qxlhw_handle_to_bo()
410 int handle; in qxl_alloc_surf_ioctl() local
/linux-4.1.27/drivers/macintosh/
Dmac_hid.c70 static bool mac_hid_emumouse_filter(struct input_handle *handle, in mac_hid_emumouse_filter()
96 struct input_handle *handle; in mac_hid_emumouse_connect() local
136 static void mac_hid_emumouse_disconnect(struct input_handle *handle) in mac_hid_emumouse_disconnect()
/linux-4.1.27/drivers/staging/android/uapi/
Dion.h91 ion_user_handle_t handle; member
105 ion_user_handle_t handle; member
114 ion_user_handle_t handle; member
/linux-4.1.27/drivers/mfd/
Ddln2.c31 __le16 handle; member
192 u16 handle, u16 rx_slot) in dln2_transfer_complete()
246 u16 id, echo, handle, size; in dln2_rx() local
305 static void *dln2_prep_buf(u16 handle, u16 cmd, u16 echo, const void *obuf, in dln2_prep_buf()
330 static int dln2_send_wait(struct dln2_dev *dln2, u16 handle, u16 cmd, u16 echo, in dln2_send_wait()
351 static bool find_free_slot(struct dln2_dev *dln2, u16 handle, int *slot) in find_free_slot()
379 static int alloc_rx_slot(struct dln2_dev *dln2, u16 handle) in alloc_rx_slot()
396 static void free_rx_slot(struct dln2_dev *dln2, u16 handle, int slot) in free_rx_slot()
429 static int _dln2_transfer(struct dln2_dev *dln2, u16 handle, u16 cmd, in _dln2_transfer()
522 u16 handle; in dln2_transfer() local
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c56 void **handle, u64 *file_sz) in __file_size32()
109 void **handle, u64 *file_sz) in __file_size64()
161 efi_char16_t *filename_16, void **handle, u64 *file_sz) in efi_file_size()
170 efi_file_read(void *handle, unsigned long *size, void *addr) in efi_file_read()
187 efi_status_t efi_file_close(void *handle) in efi_file_close()
207 void *handle = (void *)(unsigned long)image->device_handle; in __open_volume32() local
233 void *handle = (void *)(unsigned long)image->device_handle; in __open_volume64() local
880 u32 handle = handles[i]; in setup_uga32() local
925 u64 handle = handles[i]; in setup_uga64() local
1053 void *options, *handle; in make_boot_params() local
[all …]
/linux-4.1.27/arch/m68k/include/asm/
Ddma-mapping.h40 dma_addr_t *handle, gfp_t flag) in dma_alloc_noncoherent()
45 void *addr, dma_addr_t handle) in dma_free_noncoherent()
90 static inline void dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, in dma_sync_single_for_cpu()
108 static inline int dma_mapping_error(struct device *dev, dma_addr_t handle) in dma_mapping_error()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Ddevice.c35 u32 handle, u32 oclass, void *data, u32 size, in nvif_device_init()
57 nvif_device_new(struct nvif_object *parent, u32 handle, u32 oclass, in nvif_device_new()
/linux-4.1.27/drivers/pci/
Dpci-acpi.c30 phys_addr_t acpi_pci_root_get_mcfg_addr(acpi_handle handle) in acpi_pci_root_get_mcfg_addr()
145 static acpi_status acpi_run_hpx(acpi_handle handle, struct hotplug_params *hpx) in acpi_run_hpx()
209 static acpi_status acpi_run_hpp(acpi_handle handle, struct hotplug_params *hpp) in acpi_run_hpp()
257 acpi_handle handle, phandle; in pci_get_hp_params() local
615 acpi_handle handle) in pci_acpi_optimize_delay()
/linux-4.1.27/include/net/bluetooth/
Dhci.h513 __le16 handle; member
519 __le16 handle; member
573 __le16 handle; member
579 __le16 handle; member
584 __le16 handle; member
590 __le16 handle; member
608 __le16 handle; member
613 __le16 handle; member
619 __le16 handle; member
624 __le16 handle; member
[all …]
/linux-4.1.27/arch/blackfin/include/asm/
Ddma-mapping.h110 dma_sync_single_range_for_cpu(struct device *dev, dma_addr_t handle, in dma_sync_single_range_for_cpu()
118 dma_sync_single_range_for_device(struct device *dev, dma_addr_t handle, in dma_sync_single_range_for_device()
126 dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, size_t size, in dma_sync_single_for_cpu()
133 dma_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, in dma_sync_single_for_device()
/linux-4.1.27/net/sched/
Dcls_u32.c49 u32 handle; member
76 u32 handle; member
253 u32_lookup_ht(struct tc_u_common *tp_c, u32 handle) in u32_lookup_ht()
267 u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
286 static unsigned long u32_get(struct tcf_proto *tp, u32 handle) in u32_get()
560 static u32 gen_new_kid(struct tc_u_hnode *ht, u32 handle) in gen_new_kid()
607 u32 handle = nla_get_u32(tb[TCA_U32_LINK]); in u32_set_parms() local
726 struct tcf_proto *tp, unsigned long base, u32 handle, in u32_change()
Dcls_cgroup.c22 u32 handle; member
65 static unsigned long cls_cgroup_get(struct tcf_proto *tp, u32 handle) in cls_cgroup_get()
92 u32 handle, struct nlattr **tca, in cls_cgroup_change()
Dcls_bpf.c42 u32 handle; member
165 static unsigned long cls_bpf_get(struct tcf_proto *tp, u32 handle) in cls_bpf_get()
305 u32 handle; in cls_bpf_grab_new_handle() local
324 u32 handle, struct nlattr **tca, in cls_bpf_change()
Dcls_basic.c31 u32 handle; member
59 static unsigned long basic_get(struct tcf_proto *tp, u32 handle) in basic_get()
166 struct tcf_proto *tp, unsigned long base, u32 handle, in basic_change()
Dcls_fw.c52 static u32 fw_hash(u32 handle) in fw_hash()
98 static unsigned long fw_get(struct tcf_proto *tp, u32 handle) in fw_get()
238 u32 handle, in fw_change()
Dcls_route.c57 u32 handle; member
230 static unsigned long route4_get(struct tcf_proto *tp, u32 handle) in route4_get()
382 u32 handle, struct route4_head *head, in route4_set_parms()
476 u32 handle, in route4_change()
/linux-4.1.27/arch/ia64/kernel/
Dacpi.c799 static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node()
868 static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) in _acpi_map_lsapic()
890 int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu) in acpi_map_cpu()
911 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, in acpi_map_iosapic()
966 int __ref acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) in acpi_register_ioapic()
982 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) in acpi_unregister_ioapic()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c43 uint32_t handle; member
298 uint32_t handle, in vmw_user_resource_lookup_handle()
341 uint32_t handle, in vmw_user_lookup_handle()
485 uint32_t *handle, in vmw_user_dmabuf_alloc()
611 static int vmw_user_dmabuf_synccpu_release(uint32_t handle, in vmw_user_dmabuf_synccpu_release()
697 uint32_t handle; in vmw_dmabuf_alloc_ioctl() local
735 uint32_t handle, struct vmw_dma_buffer **out, in vmw_user_dmabuf_lookup()
769 uint32_t *handle) in vmw_user_dmabuf_reference()
1043 struct drm_device *dev, uint32_t handle, in vmw_dumb_map_offset()
1070 uint32_t handle) in vmw_dumb_destroy()
Dvmwgfx_prime.c122 int fd, u32 *handle) in vmw_prime_fd_to_handle()
131 uint32_t handle, uint32_t flags, in vmw_prime_handle_to_fd()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-me.c80 lnet_handle_me_t *handle) in LNetMEAttach()
152 lnet_handle_me_t *handle) in LNetMEInsert()
Dlib-md.c267 lnet_unlink_t unlink, lnet_handle_md_t *handle) in LNetMDAttach()
347 LNetMDBind(lnet_md_t umd, lnet_unlink_t unlink, lnet_handle_md_t *handle) in LNetMDBind()
/linux-4.1.27/drivers/usb/wusbcore/
Dmmc.c98 unsigned handle, itr; in wusbhc_mmcie_set() local
144 unsigned handle, itr; in wusbhc_mmcie_rm() local
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c105 static void arm_dma_unmap_page(struct device *dev, dma_addr_t handle, in arm_dma_unmap_page()
115 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_dma_sync_single_for_cpu()
123 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_dma_sync_single_for_device()
611 static void *__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in __dma_alloc()
667 void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arm_dma_alloc()
681 dma_addr_t *handle, gfp_t gfp, struct dma_attrs *attrs) in arm_coherent_dma_alloc()
727 dma_addr_t handle, struct dma_attrs *attrs, in __arm_dma_free()
756 dma_addr_t handle, struct dma_attrs *attrs) in arm_dma_free()
762 dma_addr_t handle, struct dma_attrs *attrs) in arm_coherent_dma_free()
768 void *cpu_addr, dma_addr_t handle, size_t size, in arm_dma_get_sgtable()
[all …]
/linux-4.1.27/drivers/gpu/drm/gma500/
Dgem.c60 uint32_t handle, uint64_t *offset) in psb_gem_dumb_map_gtt()
103 u32 handle; in psb_gem_create() local
/linux-4.1.27/drivers/ata/
Dlibata-zpodd.c228 static void zpodd_wake_dev(acpi_handle handle, u32 event, void *context) in zpodd_wake_dev()
242 acpi_handle handle = ata_dev_acpi_handle(dev); in ata_acpi_add_pm_notifier() local
249 acpi_handle handle = ata_dev_acpi_handle(dev); in ata_acpi_remove_pm_notifier() local
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_init.c171 void bnx2i_start(void *handle) in bnx2i_start()
228 void bnx2i_stop(void *handle) in bnx2i_stop()
381 int bnx2i_get_stats(void *handle) in bnx2i_get_stats()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_gem.c242 u32 handle; in armada_gem_dumb_create() local
271 uint32_t handle, uint64_t *offset) in armada_gem_dumb_map_offset()
304 uint32_t handle) in armada_gem_dumb_destroy()
316 u32 handle; in armada_gem_create_ioctl() local
/linux-4.1.27/drivers/usb/core/
Dusb-acpi.c88 static enum usb_port_connect_type usb_acpi_get_connect_type(acpi_handle handle, in usb_acpi_get_connect_type()
161 acpi_handle *handle; in usb_acpi_find_companion() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c169 struct llog_handle *handle, in llog_read_header()
202 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle()
624 int llog_create(const struct lu_env *env, struct llog_handle *handle, in llog_create()
647 struct llog_handle *handle, in llog_declare_write_rec()
671 int llog_write_rec(const struct lu_env *env, struct llog_handle *handle, in llog_write_rec()
790 struct llog_handle *handle; in llog_erase() local
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dwil_platform.c29 void *handle = NULL; in wil_platform_init() local
/linux-4.1.27/net/vmw_vsock/
Dvmci_transport.c143 struct vmci_handle handle) in vmci_transport_packet_init()
216 struct vmci_handle handle, in __vmci_transport_send_control_pkt()
236 struct vmci_handle handle) in vmci_transport_reply_control_pkt_fast()
260 struct vmci_handle handle) in vmci_transport_send_control_pkt_bh()
282 struct vmci_handle handle) in vmci_transport_send_control_pkt()
353 struct vmci_handle handle) in vmci_transport_send_qp_offer()
362 struct vmci_handle handle) in vmci_transport_send_attach()
538 struct vmci_handle *handle, in vmci_transport_queue_pair_alloc()
1143 struct vmci_handle handle; in vmci_transport_recv_connecting_server() local
1390 struct vmci_handle handle; in vmci_transport_recv_connecting_client_negotiate() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h82 void *handle; member
88 static inline void t4_set_arp_err_handler(struct sk_buff *skb, void *handle, in t4_set_arp_err_handler()
/linux-4.1.27/include/drm/
Ddrm_agpsupport.h71 static inline void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp()
75 static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp()
80 static inline int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h478 lnet_eq2handle(lnet_handle_eq_t *handle, lnet_eq_t *eq) in lnet_eq2handle()
489 lnet_handle2eq(lnet_handle_eq_t *handle) in lnet_handle2eq()
502 lnet_md2handle(lnet_handle_md_t *handle, lnet_libmd_t *md) in lnet_md2handle()
508 lnet_handle2md(lnet_handle_md_t *handle) in lnet_handle2md()
543 lnet_me2handle(lnet_handle_me_t *handle, lnet_me_t *me) in lnet_me2handle()
549 lnet_handle2me(lnet_handle_me_t *handle) in lnet_handle2me()
/linux-4.1.27/drivers/pci/pcie/
Dportdrv_acpi.c38 acpi_handle handle; in pcie_port_acpi_setup() local
/linux-4.1.27/arch/c6x/include/asm/
Ddma-mapping.h63 dma_addr_t handle; in dma_map_page() local
72 static inline void dma_unmap_page(struct device *dev, dma_addr_t handle, in dma_unmap_page()
/linux-4.1.27/drivers/parisc/
Dccio-rm-dma.c83 dma_addr_t *handle) in ccio_alloc_consistent()
97 void *vaddr, dma_addr_t handle) in ccio_free_consistent()
/linux-4.1.27/drivers/block/xen-blkback/
Dcommon.h73 blkif_vdev_t handle; /* only for read/write requests */ member
98 blkif_vdev_t handle; member
133 blkif_vdev_t handle; /* only for read/write requests */ member
162 blkif_vdev_t handle; member
222 blkif_vdev_t handle; member
256 grant_handle_t handle; member
265 unsigned int handle; member
333 grant_handle_t handle; member
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_gem.c40 u32 handle; in udl_gem_create() local
213 uint32_t handle, uint64_t *offset) in udl_gem_mmap()
/linux-4.1.27/arch/sparc/kernel/
Dds.c85 __u64 handle; member
93 __u64 handle; member
99 __u64 handle; member
105 __u64 handle; member
110 __u64 handle; member
115 __u64 handle; member
120 __u64 handle; member
125 __u64 handle; member
131 __u64 handle; member
219 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap()
[all …]
/linux-4.1.27/drivers/pnp/pnpacpi/
Dcore.c65 acpi_handle handle; in pnpacpi_set_resources() local
299 static acpi_status __init pnpacpi_add_device_handler(acpi_handle handle, in pnpacpi_add_device_handler()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mipi_dsi.c70 static struct sh_mipi *sh_mipi_by_handle(int handle) in sh_mipi_by_handle()
97 static int sh_mipi_dcs(int handle, u8 cmd) in sh_mipi_dcs()
105 static int sh_mipi_dcs_param(int handle, u8 cmd, u8 param) in sh_mipi_dcs_param()
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic_timer.c282 void mpic_start_timer(struct mpic_timer *handle) in mpic_start_timer()
297 void mpic_stop_timer(struct mpic_timer *handle) in mpic_stop_timer()
322 void mpic_get_remain_time(struct mpic_timer *handle, struct timeval *time) in mpic_get_remain_time()
355 void mpic_free_timer(struct mpic_timer *handle) in mpic_free_timer()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_classes_pSeries.h66 u64 handle; member
70 u64 handle; member
74 u64 handle; member
78 u64 handle; member
81 u64 handle; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c293 struct llog_handle *handle) in llog_client_read_header()
350 struct llog_handle *handle) in llog_client_close()
/linux-4.1.27/drivers/gpu/drm/vgem/
Dvgem_drv.c138 unsigned int *handle, in vgem_gem_create()
199 uint32_t handle, uint64_t *offset) in vgem_gem_dumb_map()
/linux-4.1.27/drivers/tty/vt/
Dkeyboard.c167 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper()
194 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper()
226 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper()
268 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper()
998 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1364 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1410 struct input_handle *handle; in kbd_connect() local
1438 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1449 static void kbd_start(struct input_handle *handle) in kbd_start()
/linux-4.1.27/drivers/net/ethernet/qualcomm/
Dqca_framing.c73 qcafrm_fsm_decode(struct qcafrm_handle *handle, u8 *buf, u16 buf_len, u8 recv_byte) in qcafrm_fsm_decode()
/linux-4.1.27/arch/x86/kernel/acpi/
Dboot.c730 static void acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node()
743 static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) in _acpi_map_lsapic()
761 int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu) in acpi_map_cpu()
782 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) in acpi_register_ioapic()
816 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) in acpi_unregister_ioapic()
839 int acpi_ioapic_registered(acpi_handle handle, u32 gsi_base) in acpi_ioapic_registered()
/linux-4.1.27/drivers/iommu/
Ddmar.c1783 static inline bool dmar_detect_dsm(acpi_handle handle, int func) in dmar_detect_dsm()
1788 static int dmar_walk_dsm_resource(acpi_handle handle, int func, in dmar_walk_dsm_resource()
1875 static int dmar_hotplug_insert(acpi_handle handle) in dmar_hotplug_insert()
1921 static int dmar_hotplug_remove(acpi_handle handle) in dmar_hotplug_remove()
1945 static acpi_status dmar_get_dsm_handle(acpi_handle handle, u32 lvl, in dmar_get_dsm_handle()
1958 static int dmar_device_hotplug(acpi_handle handle, bool insert) in dmar_device_hotplug()
1992 int dmar_device_add(acpi_handle handle) in dmar_device_add()
1997 int dmar_device_remove(acpi_handle handle) in dmar_device_remove()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c165 unsigned int *handle) in rockchip_gem_create_with_handle()
197 struct drm_device *dev, uint32_t handle, in rockchip_gem_dumb_map_offset()

1234