| /linux-4.1.27/security/ |
| D | device_cgroup.c | 42 short type; member 256 static char type_to_char(short type) in type_to_char() 321 static bool match_exception(struct list_head *exceptions, short type, in match_exception() 358 static bool match_exception_partial(struct list_head *exceptions, short type, in match_exception_partial() 812 static int __devcgroup_check_permission(short type, u32 major, u32 minor, in __devcgroup_check_permission() 838 short type, access = 0; in __devcgroup_inode_permission() local 855 short type; in devcgroup_inode_mknod() local
|
| /linux-4.1.27/drivers/acpi/apei/ |
| D | einj.c | 56 u32 type; member 96 u64 type; member 157 static int __einj_get_available_error_type(u32 *type) in __einj_get_available_error_type() 172 static int einj_get_available_error_type(u32 *type) in einj_get_available_error_type() 299 static int __einj_error_trigger(u64 trigger_paddr, u32 type, in __einj_error_trigger() 417 static int __einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2, in __einj_error_inject() 522 static int einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2, in einj_error_inject()
|
| /linux-4.1.27/drivers/pci/ |
| D | access.c | 28 #define PCI_OP_READ(size,type,len) \ argument 43 #define PCI_OP_WRITE(size,type,len) \ argument 234 #define PCI_USER_READ_CONFIG(size,type) \ argument 254 #define PCI_USER_WRITE_CONFIG(size,type) \ argument 576 int type = pci_pcie_type(dev); in pcie_cap_has_lnkctl() local 589 int type = pci_pcie_type(dev); in pcie_cap_has_sltctl() local 598 int type = pci_pcie_type(dev); in pcie_cap_has_rtctl() local
|
| /linux-4.1.27/drivers/char/agp/ |
| D | generic.c | 223 size_t page_count, u32 type) in agp_allocate_memory() 1033 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory() 1115 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory() 1153 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type) in agp_generic_alloc_by_type() 1167 struct agp_memory *agp_generic_alloc_user(size_t page_count, int type) in agp_generic_alloc_user() 1324 dma_addr_t addr, int type) in agp_generic_mask_memory() 1335 int type) in agp_generic_type_to_mask_type()
|
| D | sgi-agp.c | 74 int type) in sgi_tioca_mask_memory() 128 int type) in sgi_tioca_insert_memory() 201 int type) in sgi_tioca_remove_memory()
|
| /linux-4.1.27/crypto/ |
| D | testmgr.c | 37 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() 1503 u32 type, u32 mask) in alg_test_aead() 1532 const char *driver, u32 type, u32 mask) in alg_test_cipher() 1561 const char *driver, u32 type, u32 mask) in alg_test_skcipher() 1590 u32 type, u32 mask) in alg_test_comp() 1612 u32 type, u32 mask) in alg_test_pcomp() 1634 u32 type, u32 mask) in alg_test_hash() 1657 const char *driver, u32 type, u32 mask) in alg_test_crc32c() 1704 u32 type, u32 mask) in alg_test_cprng() 1725 const char *driver, u32 type, u32 mask) in drbg_cavs_test() [all …]
|
| D | ablkcipher.c | 346 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize() 362 static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_ablkcipher_ops() 444 static int crypto_init_givcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_givcipher_ops() 531 static int crypto_givcipher_default(struct crypto_alg *alg, u32 type, u32 mask) in crypto_givcipher_default() 614 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask) in crypto_lookup_skcipher() 655 u32 type, u32 mask) in crypto_grab_skcipher() 674 u32 type, u32 mask) in crypto_alloc_ablkcipher()
|
| D | pcompress.c | 36 static int crypto_pcomp_init(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_pcomp_init() 93 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, in crypto_alloc_pcomp()
|
| D | rng.c | 52 static int crypto_init_rng_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_rng_ops() 95 static unsigned int crypto_rng_ctxsize(struct crypto_alg *alg, u32 type, in crypto_rng_ctxsize()
|
| D | crypto_user.c | 339 static struct crypto_alg *crypto_user_skcipher_alg(const char *name, u32 type, in crypto_user_skcipher_alg() 365 static struct crypto_alg *crypto_user_aead_alg(const char *name, u32 type, in crypto_user_aead_alg() 453 #define MSGSIZE(type) sizeof(struct type) argument 485 int type, err; in crypto_user_rcv_msg() local
|
| /linux-4.1.27/tools/lib/traceevent/ |
| D | event-parse.c | 94 enum pevent_func_arg_type type; member 718 static int event_item_type(enum event_type type) in event_item_type() 882 enum event_type type; in __read_token() local 1047 enum event_type type; in force_token() local 1074 enum event_type type; in read_token() local 1115 enum event_type type; in read_token_item() local 1130 static int test_type(enum event_type type, enum event_type expect) in test_type() 1140 static int test_type_token(enum event_type type, const char *token, in test_type_token() 1159 enum event_type type; in __read_expect_type() local 1176 enum event_type type; in __read_expected() local [all …]
|
| /linux-4.1.27/fs/9p/ |
| D | xattr_user.c | 23 void *buffer, size_t size, int type) in v9fs_xattr_user_get() 50 const void *value, size_t size, int flags, int type) in v9fs_xattr_user_set()
|
| D | xattr_security.c | 23 void *buffer, size_t size, int type) in v9fs_xattr_security_get() 50 const void *value, size_t size, int flags, int type) in v9fs_xattr_security_set()
|
| D | xattr_trusted.c | 23 void *buffer, size_t size, int type) in v9fs_xattr_trusted_get() 50 const void *value, size_t size, int flags, int type) in v9fs_xattr_trusted_set()
|
| /linux-4.1.27/arch/x86/include/asm/ |
| D | hw_breakpoint.h | 17 u8 type; member 46 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots()
|
| D | archrandom.h | 69 #define GET_RANDOM(name, type, rdrand, nop) \ argument 86 #define GET_SEED(name, type, rdseed, nop) \ argument
|
| D | mpspec_def.h | 68 unsigned char type; member 78 unsigned char type; member 106 unsigned char type; member 114 unsigned char type; member 137 unsigned char type; member
|
| D | io.h | 44 #define build_mmio_read(name, size, type, reg, barrier) \ argument 49 #define build_mmio_write(name, size, type, reg, barrier) \ argument 273 #define BUILDIO(bwl, bw, type) \ argument
|
| /linux-4.1.27/net/802/ |
| D | fddi.c | 53 unsigned short type, in fddi_header() 100 __be16 type; in fddi_type_trans() local
|
| D | garp.c | 141 const void *data, u8 len, u8 type) in garp_attr_cmp() 151 const void *data, u8 len, u8 type) in garp_attr_lookup() 171 const void *data, u8 len, u8 type) in garp_attr_create() 346 const void *data, u8 len, u8 type) in garp_request_join() 366 const void *data, u8 len, u8 type) in garp_request_leave()
|
| D | mrp.c | 230 const void *value, u8 len, u8 type) in mrp_attr_cmp() 240 const void *value, u8 len, u8 type) in mrp_attr_lookup() 260 const void *value, u8 len, u8 type) in mrp_attr_create() 522 const void *value, u8 len, u8 type) in mrp_request_join() 547 const void *value, u8 len, u8 type) in mrp_request_leave()
|
| /linux-4.1.27/drivers/firmware/efi/ |
| D | efi-pstore.c | 33 enum pstore_type_id *type; member 210 static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type, in efi_pstore_read() 238 static int efi_pstore_write(enum pstore_type_id type, in efi_pstore_write() 267 enum pstore_type_id type; member 321 static int efi_pstore_erase(enum pstore_type_id type, u64 id, int count, in efi_pstore_erase()
|
| /linux-4.1.27/security/keys/ |
| D | request_key.c | 505 struct key *request_key_and_link(struct key_type *type, in request_key_and_link() 616 struct key *request_key(struct key_type *type, in request_key() 653 struct key *request_key_with_auxdata(struct key_type *type, in request_key_with_auxdata() 689 struct key *request_key_async(struct key_type *type, in request_key_async() 714 struct key *request_key_async_with_auxdata(struct key_type *type, in request_key_async_with_auxdata()
|
| /linux-4.1.27/arch/sparc/include/asm/ |
| D | uaccess_32.h | 50 #define access_ok(type, addr, size) \ argument 178 #define __get_user_check(x, addr, size, type) ({ \ argument 208 #define __get_user_check_ret(x, addr, size, type, retval) ({ \ argument 233 #define __get_user_nocheck(x, addr, size, type) ({ \ argument 250 #define __get_user_nocheck_ret(x, addr, size, type, retval) ({ \ argument
|
| D | head_32.h | 11 #define TRAP_ENTRY(type, label) \ argument 23 #define SKIP_TRAP(type, name) \ argument
|
| D | uaccess_64.h | 57 static inline int access_ok(int type, const void __user * addr, unsigned long size) in access_ok() 143 #define __get_user_nocheck(data, addr, size, type) ({ \ argument 160 #define __get_user_nocheck_ret(data, addr, size, type, retval) ({ \ argument
|
| /linux-4.1.27/net/ceph/ |
| D | ceph_hash.c | 97 unsigned int ceph_str_hash(int type, const char *s, unsigned int len) in ceph_str_hash() 110 const char *ceph_str_hash_name(int type) in ceph_str_hash_name()
|
| /linux-4.1.27/arch/ia64/kernel/ |
| D | paravirt.c | 97 #define DEFINE_FUNC1(name, type) \ argument 334 #define DEFINE_FUNC1(name, type, code) \ argument 754 #define IA64_NATIVE_PATCH_BUNDLE_ELEM(name, type) \ argument 865 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type) in ia64_native_patch_bundle() 883 #define PARAVIRT_BR_TARGET(name, type) \ argument 895 ia64_native_patch_branch(unsigned long tag, unsigned long type) in ia64_native_patch_branch()
|
| /linux-4.1.27/kernel/ |
| D | profile.c | 166 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 185 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister() 281 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() 393 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() 401 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() 409 void profile_tick(int type) in profile_tick()
|
| /linux-4.1.27/drivers/acpi/ |
| D | processor_core.c | 111 static phys_cpuid_t map_madt_entry(int type, u32 acpi_id) in map_madt_entry() 148 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()
|
| D | ioapic.c | 64 static bool acpi_is_ioapic(acpi_handle handle, char **type) in acpi_is_ioapic() 101 char *type = NULL; in handle_ioapic_add() local
|
| /linux-4.1.27/fs/ocfs2/ |
| D | ocfs2_lockid.h | 56 static inline char ocfs2_lock_type_char(enum ocfs2_lock_type type) in ocfs2_lock_type_char() 120 static inline const char *ocfs2_lock_type_string(enum ocfs2_lock_type type) in ocfs2_lock_type_string()
|
| D | journal.c | 654 int type) in __ocfs2_journal_access() 711 struct buffer_head *bh, int type) in ocfs2_journal_access_di() 717 struct buffer_head *bh, int type) in ocfs2_journal_access_eb() 723 struct buffer_head *bh, int type) in ocfs2_journal_access_rb() 730 struct buffer_head *bh, int type) in ocfs2_journal_access_gd() 736 struct buffer_head *bh, int type) in ocfs2_journal_access_db() 742 struct buffer_head *bh, int type) in ocfs2_journal_access_xb() 748 struct buffer_head *bh, int type) in ocfs2_journal_access_dq() 754 struct buffer_head *bh, int type) in ocfs2_journal_access_dr() 760 struct buffer_head *bh, int type) in ocfs2_journal_access_dl() [all …]
|
| /linux-4.1.27/sound/pci/emu10k1/ |
| D | voice.c | 48 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, in voice_alloc() 115 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number, in snd_emu10k1_voice_alloc()
|
| /linux-4.1.27/include/xen/interface/ |
| D | callback.h | 85 uint16_t type; member 98 uint16_t type; member
|
| /linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
| D | event.c | 30 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put() local 43 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get() local
|
| /linux-4.1.27/drivers/acpi/acpica/ |
| D | nswalk.c | 106 struct acpi_namespace_node *acpi_ns_get_next_node_typed(acpi_object_type type, in acpi_ns_get_next_node_typed() 184 acpi_ns_walk_namespace(acpi_object_type type, in acpi_ns_walk_namespace()
|
| D | nsdump.c | 178 acpi_object_type type; in acpi_ns_dump_one_object() local 649 acpi_ns_dump_objects(acpi_object_type type, in acpi_ns_dump_objects() 773 acpi_ns_dump_object_paths(acpi_object_type type, in acpi_ns_dump_object_paths()
|
| /linux-4.1.27/drivers/scsi/libfc/ |
| D | fc_libfc.c | 241 void fc_fc4_conf_lport_params(struct fc_lport *lport, enum fc_fh_type type) in fc_fc4_conf_lport_params() 271 int fc_fc4_register_provider(enum fc_fh_type type, struct fc4_prov *prov) in fc_fc4_register_provider() 294 void fc_fc4_deregister_provider(enum fc_fh_type type, struct fc4_prov *prov) in fc_fc4_deregister_provider()
|
| /linux-4.1.27/mm/ |
| D | swap_cgroup.c | 38 static int swap_cgroup_prepare(int type) in swap_cgroup_prepare() 143 int swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() 183 void swap_cgroup_swapoff(int type) in swap_cgroup_swapoff()
|
| D | zpool.c | 21 char *type; member 103 static struct zpool_driver *zpool_get_driver(char *type) in zpool_get_driver() 144 struct zpool *zpool_create_pool(char *type, char *name, gfp_t gfp, in zpool_create_pool()
|
| D | swapfile.c | 704 swp_entry_t get_swap_page_of_type(int type) in get_swap_page_of_type() 728 unsigned long offset, type; in swap_info_get() local 991 int type; in swap_type_of() local 1034 sector_t swapdev_block(int type, pgoff_t offset) in swapdev_block() 1051 unsigned int count_swap_pages(int type, int free) in count_swap_pages() 1330 int try_to_unuse(unsigned int type, bool frontswap, in try_to_unuse() 1562 unsigned int type; in drain_mmlist() local 1976 int type; in swap_start() local 1999 int type; in swap_next() local 2095 unsigned int type; in alloc_swap_info() local [all …]
|
| /linux-4.1.27/fs/reiserfs/ |
| D | xattr_acl.c | 20 reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in reiserfs_set_acl() 180 struct posix_acl *reiserfs_get_acl(struct inode *inode, int type) in reiserfs_get_acl() 238 int type, struct posix_acl *acl) in __reiserfs_set_acl()
|
| /linux-4.1.27/fs/hfsplus/ |
| D | catalog.c | 176 hfsplus_cat_entry *entry, int type, in hfsplus_fill_cat_thread() 198 u16 type; in hfsplus_find_cat() local 328 u16 type; in hfsplus_delete_cat() local 421 int entry_size, type; in hfsplus_rename_cat() local
|
| D | dir.c | 39 u16 type; in hfsplus_lookup() local 140 u16 type; in hfsplus_readdir() local 227 unsigned type = DT_UNKNOWN; in hfsplus_readdir() local
|
| /linux-4.1.27/drivers/base/power/ |
| D | qos.c | 302 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request() 350 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request() 577 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request() 607 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request() 630 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request()
|
| /linux-4.1.27/drivers/hid/ |
| D | hid-roccat-savu.h | 20 uint8_t type; member 51 uint8_t type; member
|
| /linux-4.1.27/arch/x86/mm/ |
| D | iomap_32.c | 60 int idx, type; in kmap_atomic_prot_pfn() local 101 int idx, type; in iounmap_atomic() local
|
| D | highmem_32.c | 36 int idx, type; in kmap_atomic_prot() local 77 int idx, type; in __kunmap_atomic() local
|
| /linux-4.1.27/drivers/uwb/ |
| D | scan.c | 58 unsigned channel, enum uwb_scan_type type, in uwb_rc_scan() 123 unsigned type; in uwb_rc_scan_store() local
|
| D | address.c | 125 const void *_addr, enum uwb_addr_type type) in uwb_rc_addr_set() 163 void *_addr, enum uwb_addr_type type) in uwb_rc_addr_get() 362 int type) in __uwb_addr_print()
|
| /linux-4.1.27/drivers/input/keyboard/ |
| D | gpio_keys.c | 99 static inline int get_n_events_by_type(int type) in get_n_events_by_type() 169 char *buf, unsigned int type, in gpio_keys_attr_show_helper() 213 const char *buf, unsigned int type) in gpio_keys_attr_store_helper() 263 #define ATTR_SHOW_FN(name, type, only_disabled) \ argument 289 #define ATTR_STORE_FN(name, type) \ argument 338 unsigned int type = button->type ?: EV_KEY; in gpio_keys_gpio_report_event() local
|
| /linux-4.1.27/fs/f2fs/ |
| D | xattr.c | 29 size_t list_size, const char *name, size_t len, int type) in f2fs_xattr_generic_list() 66 void *buffer, size_t size, int type) in f2fs_xattr_generic_get() 90 const void *value, size_t size, int flags, int type) in f2fs_xattr_generic_set() 116 size_t list_size, const char *name, size_t len, int type) in f2fs_xattr_advise_list() 131 void *buffer, size_t size, int type) in f2fs_xattr_advise_get() 144 const void *value, size_t size, int flags, int type) in f2fs_xattr_advise_set()
|
| D | checkpoint.c | 81 block_t blkaddr, int type) in is_valid_blkaddr() 115 int ra_meta_pages(struct f2fs_sb_info *sbi, block_t start, int nrpages, int type) in ra_meta_pages() 240 long sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, in sync_meta_pages() 320 static void __add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in __add_ino_entry() 357 static void __remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in __remove_ino_entry() 375 void add_dirty_inode(struct f2fs_sb_info *sbi, nid_t ino, int type) in add_dirty_inode() 381 void remove_dirty_inode(struct f2fs_sb_info *sbi, nid_t ino, int type) in remove_dirty_inode()
|
| D | node.h | 79 unsigned int type, bool set) in set_nat_flag() 88 static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type) in get_nat_flag() 346 static inline int is_file(struct inode *inode, int type) in is_file() 351 static inline void set_file(struct inode *inode, int type) in set_file() 356 static inline void clear_file(struct inode *inode, int type) in clear_file() 383 static inline int is_node(struct page *page, int type) in is_node() 405 static inline void set_mark(struct page *page, int mark, int type) in set_mark()
|
| /linux-4.1.27/fs/ |
| D | fcntl.c | 83 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown() 101 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() 111 enum pid_type type; in f_setown() local 147 int type; in f_setown_ex() local 493 enum pid_type type; in send_sigio() local 528 enum pid_type type; in send_sigurg() local
|
| /linux-4.1.27/fs/ntfs/ |
| D | attrib.c | 589 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find() 857 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find() 1187 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_lookup() 1307 const ATTR_TYPE type) in ntfs_attr_find_in_attrdef() 1342 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check() 1378 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident() 1410 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
|
| /linux-4.1.27/lib/ |
| D | kobject.c | 943 enum kobj_ns_type type = ops->type; in kobj_ns_type_register() local 968 int kobj_ns_type_registered(enum kobj_ns_type type) in kobj_ns_type_registered() 995 bool kobj_ns_current_may_mount(enum kobj_ns_type type) in kobj_ns_current_may_mount() 1008 void *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current() 1021 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) in kobj_ns_netlink() 1034 const void *kobj_ns_initial(enum kobj_ns_type type) in kobj_ns_initial() 1047 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_drop()
|
| /linux-4.1.27/net/batman-adv/ |
| D | distributed-arp-table.c | 329 uint16_t type, int hdr_size, char *msg) in batadv_dbg_arp() 396 uint16_t type, int hdr_size, char *msg) in batadv_dbg_arp() 809 uint16_t type = 0; in batadv_arp_get_type() local 906 uint16_t type = 0; in batadv_dat_snoop_outgoing_arp_request() local 994 uint16_t type; in batadv_dat_snoop_incoming_arp_request() local 1072 uint16_t type; in batadv_dat_snoop_outgoing_arp_reply() local 1115 uint16_t type; in batadv_dat_snoop_incoming_arp_reply() local 1166 uint16_t type; in batadv_dat_drop_broadcast_packet() local
|
| D | main.c | 629 uint8_t type, uint8_t version) in batadv_tvlv_handler_get() 678 uint8_t type, uint8_t version) in batadv_tvlv_container_get() 750 uint8_t type, uint8_t version) in batadv_tvlv_container_unregister() 773 uint8_t type, uint8_t version, in batadv_tvlv_container_register() 1059 uint8_t type, uint8_t version, uint8_t flags) in batadv_tvlv_handler_register() 1094 uint8_t type, uint8_t version) in batadv_tvlv_handler_unregister() 1121 uint8_t *dst, uint8_t type, uint8_t version, in batadv_tvlv_unicast_send()
|
| /linux-4.1.27/include/uapi/linux/ |
| D | firewire-cdev.h | 63 __u32 type; member 87 __u32 type; member 118 __u32 type; member 134 __u32 type; member 193 __u32 type; member 259 __u32 type; member 298 __u32 type; member 325 __u32 type; member 349 __u32 type; member 605 __u32 type; member [all …]
|
| D | igmp.h | 31 __u8 type; member 54 __u8 type; member 63 __u8 type; member
|
| /linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/ |
| D | halbtc8821a1ant.c | 268 bool force_exec, u8 type) in btc8821a1ant_auto_rate_fb_retry() 308 bool force_exec, u8 type) in halbtc8821a1ant_retry_limit() 330 bool force_exec, u8 type) in halbtc8821a1ant_ampdu_max_time() 793 bool force_exec, u8 type) in halbtc8821a1ant_coex_table_with_type() 1030 bool force_exec, bool turn_on, u8 type) in halbtc8821a1ant_ps_tdma() 2523 void ex_halbtc8821a1ant_ips_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a1ant_ips_notify() 2547 void ex_halbtc8821a1ant_lps_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a1ant_lps_notify() 2563 void ex_halbtc8821a1ant_scan_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a1ant_scan_notify() 2609 void ex_halbtc8821a1ant_connect_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a1ant_connect_notify() 2647 u8 type) in ex_halbtc8821a1ant_media_status_notify() [all …]
|
| D | halbtc8192e2ant.c | 354 bool force_exec, u8 type) in btc8192e2ant_autorate_fallback_retry() 393 bool force_exec, u8 type) in halbtc8192e2ant_retrylimit() 417 bool force_exec, u8 type) in halbtc8192e2ant_ampdu_maxtime() 1103 bool force_exec, u8 type) in btc8192e2ant_coex_tbl_w_type() 1214 bool force_exec, bool turn_on, u8 type) in halbtc8192e2ant_ps_tdma() 3536 void ex_halbtc8192e2ant_ips_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8192e2ant_ips_notify() 3550 void ex_halbtc8192e2ant_lps_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8192e2ant_lps_notify() 3563 void ex_halbtc8192e2ant_scan_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8192e2ant_scan_notify() 3573 void ex_halbtc8192e2ant_connect_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8192e2ant_connect_notify() 3584 u8 type) in ex_halbtc8192e2ant_media_status_notify() [all …]
|
| D | halbtc8723b1ant.c | 267 bool force_exec, u8 type) in btc8723b1ant_auto_rate_fb_retry() 306 bool force_exec, u8 type) in halbtc8723b1ant_retry_limit() 329 bool force_exec, u8 type) in halbtc8723b1ant_ampdu_maxtime() 794 bool force_exec, u8 type) in halbtc8723b1ant_coex_table_with_type() 1165 bool force_exec, bool turn_on, u8 type) in halbtc8723b1ant_ps_tdma() 2683 void ex_halbtc8723b1ant_ips_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8723b1ant_ips_notify() 2711 void ex_halbtc8723b1ant_lps_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8723b1ant_lps_notify() 2727 void ex_halbtc8723b1ant_scan_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8723b1ant_scan_notify() 2781 void ex_halbtc8723b1ant_connect_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8723b1ant_connect_notify() 2831 u8 type) in ex_halbtc8723b1ant_media_status_notify() [all …]
|
| /linux-4.1.27/drivers/net/ethernet/amd/ |
| D | declance.c | 228 #define shift_off(off, type) \ argument 231 #define lib_off(rt, type) \ argument 234 #define lib_ptr(ib, rt, type) \ argument 237 #define rds_off(rt, type) \ argument 240 #define rds_ptr(rd, rt, type) \ argument 243 #define tds_off(rt, type) \ argument 246 #define tds_ptr(td, rt, type) \ argument 251 int type; member 326 static void cp_to_buf(const int type, void *to, const void *from, int len) in cp_to_buf() 385 static void cp_from_buf(const int type, void *to, const void *from, int len) in cp_from_buf() [all …]
|
| /linux-4.1.27/include/linux/usb/ |
| D | audio.h | 29 u8 type; member 40 u8 type; member
|
| /linux-4.1.27/drivers/spi/ |
| D | spi-fsl-lib.c | 33 #define MPC8XXX_SPI_RX_BUF(type) \ argument 42 #define MPC8XXX_SPI_TX_BUF(type) \ argument
|
| /linux-4.1.27/drivers/usb/gadget/ |
| D | epautoconf.c | 49 u8 type; in ep_matches() local 254 u8 type; in usb_ep_autoconfig_ss() local
|
| /linux-4.1.27/sound/soc/codecs/ |
| D | wm_adsp.h | 24 int type; member 31 int type; member 39 int type; member
|
| /linux-4.1.27/net/core/ |
| D | gen_stats.c | 28 gnet_stats_copy(struct gnet_dump *d, int type, void *buf, int size) in gnet_stats_copy() 61 gnet_stats_start_copy_compat(struct sk_buff *skb, int type, int tc_stats_type, in gnet_stats_start_copy_compat() 96 gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock, in gnet_stats_start_copy()
|
| /linux-4.1.27/drivers/isdn/hardware/eicon/ |
| D | um_xdi.h | 12 dword type; member 33 dword type; member 63 dword type; member
|
| /linux-4.1.27/net/nfc/hci/ |
| D | hcp.c | 34 u8 type, u8 instruction, in nfc_hci_hcp_message_tx() 131 void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, in nfc_hci_hcp_message_rx()
|
| /linux-4.1.27/include/trace/events/ |
| D | v4l2.h | 15 #define show_type(type) \ argument 62 #define show_timecode_type(type) \ argument
|
| /linux-4.1.27/drivers/scsi/fnic/ |
| D | rq_enet_desc.h | 42 u64 address, u8 type, u16 length) in rq_enet_desc_enc() 50 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec()
|
| /linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
| D | rq_enet_desc.h | 44 u64 address, u8 type, u16 length) in rq_enet_desc_enc() 52 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec()
|
| /linux-4.1.27/net/netfilter/ |
| D | nf_nat_ftp.c | 29 static int nf_nat_ftp_fmt_cmd(struct nf_conn *ct, enum nf_ct_ftp_type type, in nf_nat_ftp_fmt_cmd() 61 enum nf_ct_ftp_type type, in nf_nat_ftp()
|
| D | nfnetlink.c | 98 static inline const struct nfnetlink_subsystem *nfnetlink_get_subsys(u_int16_t type) in nfnetlink_get_subsys() 109 nfnetlink_find_client(u_int16_t type, const struct nfnetlink_subsystem *ss) in nfnetlink_find_client() 158 int type, err; in nfnetlink_rcv_msg() local 318 int msglen, type; in nfnetlink_rcv_batch() local 475 int type; in nfnetlink_bind() local
|
| D | xt_repldata.h | 16 #define xt_alloc_initial_table(type, typ2) ({ \ argument
|
| /linux-4.1.27/arch/sparc/lib/ |
| D | U3memcpy.S | 37 #define LOAD(type,addr,dest) type [addr], dest argument 41 #define STORE(type,src,addr) type src, [addr] argument
|
| /linux-4.1.27/tools/iio/ |
| D | iio_event_monitor.c | 106 enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id); in event_is_known() local 202 enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id); in print_event() local
|
| /linux-4.1.27/arch/powerpc/platforms/powernv/ |
| D | opal-dump.c | 27 uint32_t type; member 49 static const char* dump_type_to_string(uint32_t type) in dump_type_to_string() 118 static int64_t dump_fips_init(uint8_t type) in dump_fips_init() 218 __be32 id, size, type; in dump_read_info() local 322 uint32_t type) in create_dump_obj()
|
| D | opal-elog.c | 27 uint64_t type; member 49 static const char *elog_type_to_string(uint64_t type) in elog_type_to_string() 185 static struct elog_obj *create_elog_obj(uint64_t id, size_t size, uint64_t type) in create_elog_obj() 243 __be64 type; in elog_work_fn() local
|
| /linux-4.1.27/drivers/gpu/drm/ |
| D | drm_drv.c | 232 unsigned int type) in drm_minor_get_slot() 246 static int drm_minor_alloc(struct drm_device *dev, unsigned int type) in drm_minor_alloc() 292 static void drm_minor_free(struct drm_device *dev, unsigned int type) in drm_minor_free() 313 static int drm_minor_register(struct drm_device *dev, unsigned int type) in drm_minor_register() 348 static void drm_minor_unregister(struct drm_device *dev, unsigned int type) in drm_minor_unregister()
|
| /linux-4.1.27/fs/nilfs2/ |
| D | sysfs.h | 100 #define NILFS_ATTR(type, name, mode, show, store) \ argument 104 #define NILFS_INFO_ATTR(type, name) \ argument 106 #define NILFS_RO_ATTR(type, name) \ argument 108 #define NILFS_RW_ATTR(type, name) \ argument
|
| /linux-4.1.27/drivers/target/iscsi/ |
| D | iscsi_target_seq_pdu_list.c | 71 u8 type) in iscsit_ordered_seq_lists() 84 u8 type) in iscsit_ordered_pdu_lists() 131 u8 type) in iscsit_randomize_pdu_lists() 181 u8 type) in iscsit_randomize_seq_lists()
|
| D | iscsi_target_seq_pdu_list.h | 47 int type; member 53 int type; member 65 int type; member
|
| /linux-4.1.27/drivers/infiniband/hw/amso1100/ |
| D | c2_mq.c | 142 u8 __iomem *pool_start, u16 __iomem *peer, u32 type) in c2_mq_req_init() 159 u8 *pool_start, u16 __iomem *peer, u32 type) in c2_mq_rep_init()
|
| /linux-4.1.27/include/linux/ |
| D | kcore.h | 19 int type; member 33 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
| D | moduleparam.h | 124 #define module_param(name, type, perm) \ argument 130 #define module_param_unsafe(name, type, perm) \ argument 144 #define module_param_named(name, value, type, perm) \ argument 152 #define module_param_named_unsafe(name, value, type, perm) \ argument 310 #define core_param(name, var, type, perm) \ argument 376 #define __param_check(name, p, type) \ argument 454 #define module_param_array(name, type, nump, perm) \ argument 468 #define module_param_array_named(name, array, type, nump, perm) \ argument
|
| D | genl_magic_struct.h | 155 #define __field(attr_nr, attr_flag, name, nla_type, type, \ argument 160 #define __array(attr_nr, attr_flag, name, nla_type, type, \ argument 221 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 226 #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ argument 245 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 250 #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ argument 264 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 269 #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ argument
|
| D | rbtree.h | 50 #define rb_entry(ptr, type, member) container_of(ptr, type, member) argument 88 #define rb_entry_safe(ptr, type, member) \ argument
|
| D | genl_magic_func.h | 178 #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...) \ argument 195 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 204 #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ argument 357 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 366 #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ argument 382 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 385 #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ argument
|
| D | hdmi.h | 43 #define HDMI_INFOFRAME_SIZE(type) \ argument 47 enum hdmi_infoframe_type type; member 138 enum hdmi_infoframe_type type; member 182 enum hdmi_infoframe_type type; member 255 enum hdmi_infoframe_type type; member 287 enum hdmi_infoframe_type type; member 302 enum hdmi_infoframe_type type; member
|
| D | list.h | 351 #define list_entry(ptr, type, member) \ argument 362 #define list_first_entry(ptr, type, member) \ argument 373 #define list_last_entry(ptr, type, member) \ argument 384 #define list_first_entry_or_null(ptr, type, member) \ argument 688 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) argument 697 #define hlist_entry_safe(ptr, type, member) \ argument
|
| D | percpu.h | 131 #define alloc_percpu_gfp(type, gfp) \ argument 134 #define alloc_percpu(type) \ argument
|
| D | rfkill-regulator.h | 45 enum rfkill_type type; /* the type as specified in rfkill.h */ member
|
| D | rfkill-gpio.h | 34 enum rfkill_type type; member
|
| /linux-4.1.27/drivers/isdn/sc/ |
| D | message.c | 85 unsigned int type, in sendmessage() 170 unsigned char type, in send_and_receive()
|
| /linux-4.1.27/arch/powerpc/include/asm/ |
| D | pmi.h | 48 u8 type; member 56 u8 type; member
|
| /linux-4.1.27/include/uapi/linux/dvb/ |
| D | ca.h | 32 int type; /* CA interface this slot supports */ member 49 unsigned int type; /* type of supported scrambling system */ member 65 unsigned int type; member
|
| /linux-4.1.27/drivers/xen/xenbus/ |
| D | xenbus_probe_backend.c | 63 const char *devid, *type, *frontend; in backend_bus_id() local 136 const char *type, in xenbus_probe_backend_unit() 154 static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type, in xenbus_probe_backend()
|
| /linux-4.1.27/net/rfkill/ |
| D | input.c | 85 static void __rfkill_handle_normal_op(const enum rfkill_type type, in __rfkill_handle_normal_op() 172 static void rfkill_schedule_toggle(enum rfkill_type type) in rfkill_schedule_toggle() 196 static void rfkill_event(struct input_handle *handle, unsigned int type, in rfkill_event()
|
| /linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
| D | ldlm_internal.h | 128 int type; /* LDLM_{CP,BL,GL}_CALLBACK */ member 241 #define LDLM_POOL_PROC_READER_SEQ_SHOW(var, type) \ argument 255 #define LDLM_POOL_PROC_WRITER(var, type) \ argument
|
| /linux-4.1.27/tools/perf/util/ |
| D | data-convert-bt.c | 70 static int value_set(struct bt_ctf_field_type *type, in value_set() 162 struct bt_ctf_field_type *type; in add_tracepoint_field_value() local 305 u64 type = evsel->attr.sample_type; in add_generic_values() local 440 struct bt_ctf_field_type *type; in add_tracepoint_fields_types() local 493 u64 type = evsel->attr.sample_type; in add_generic_types() local 655 struct bt_ctf_field_type *type; in create_int_type() local 688 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument
|
| D | svghelper.c | 154 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox() 173 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox() 192 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox() 211 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() 238 const char *type; in svg_running() local 386 const char *type; in svg_process() local 417 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
|
| D | parse-events.l | 72 static int sym(yyscan_t scanner, int type, int config) in sym() 80 static int term(yyscan_t scanner, int type) in term()
|
| /linux-4.1.27/arch/mips/mm/ |
| D | highmem.c | 48 int idx, type; in kmap_atomic() local 105 int idx, type; in kmap_atomic_pfn() local
|
| /linux-4.1.27/arch/sh/include/asm/ |
| D | io.h | 66 #define __BUILD_UNCACHED_IO(bwlq, type) \ argument 88 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument 157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 180 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ argument 184 #define BUILDIO_IOPORT(bwlq, type) \ argument 192 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument
|
| D | hw_breakpoint.h | 15 u16 type; member 50 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots()
|
| /linux-4.1.27/drivers/staging/wlan-ng/ |
| D | p80211mgmt.h | 298 u16 type; member 310 u16 type; member 333 u16 type; member 349 u16 type; member 364 u16 type; member 381 u16 type; member 398 u16 type; member 416 u16 type; member 433 u16 type; member 448 u16 type; member [all …]
|
| /linux-4.1.27/net/ax25/ |
| D | ax25_ip.c | 50 unsigned short type, const void *daddr, in ax25_hard_header() 219 unsigned short type, const void *daddr, in ax25_hard_header()
|
| D | ax25_in.c | 161 static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) in ax25_process_rx_frame() 191 int type = 0, mine = 0, dama; in ax25_rcv() local
|
| /linux-4.1.27/net/lapb/ |
| D | lapb_out.c | 119 void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type) in lapb_transmit_buffer() 207 void lapb_check_need_response(struct lapb_cb *lapb, int type, int pf) in lapb_check_need_response()
|
| /linux-4.1.27/arch/mips/pci/ |
| D | ops-bcm63xx.c | 64 static int bcm63xx_setup_cfg_access(int type, unsigned int busn, in bcm63xx_setup_cfg_access() 100 static int bcm63xx_do_cfg_read(int type, unsigned int busn, in bcm63xx_do_cfg_read() 121 static int bcm63xx_do_cfg_write(int type, unsigned int busn, in bcm63xx_do_cfg_write() 150 int type; in bcm63xx_pci_read() local 164 int type; in bcm63xx_pci_write() local
|
| /linux-4.1.27/arch/arm64/kernel/ |
| D | cacheinfo.c | 68 enum cache_type type, unsigned int level) in ci_leaf_init() 110 enum cache_type type; in __populate_cache_leaves() local
|
| /linux-4.1.27/security/tomoyo/ |
| D | mount.c | 76 struct path *dir, const char *type, in tomoyo_mount_acl() 188 const char *type, unsigned long flags, in tomoyo_mount_permission()
|
| /linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
| D | linux-crypto.c | 42 const struct cfs_crypto_hash_type **type, in cfs_crypto_hash_alloc() 103 const struct cfs_crypto_hash_type *type; in cfs_crypto_hash_digest() local 134 const struct cfs_crypto_hash_type *type; in cfs_crypto_hash_init() local
|
| /linux-4.1.27/fs/gfs2/ |
| D | util.h | 103 u16 type, in gfs2_metatype_check_i() 119 #define gfs2_metatype_check(sdp, bh, type) \ argument 122 static inline void gfs2_metatype_set(struct buffer_head *bh, u16 type, in gfs2_metatype_set()
|
| /linux-4.1.27/drivers/net/wireless/b43/ |
| D | tables_lpphy.c | 596 u32 type, value; in b43_lptab_read() local 628 u32 type; in b43_lptab_read_bulk() local 662 u32 type; in b43_lptab_write() local 692 u32 type, value; in b43_lptab_write_bulk() local
|
| /linux-4.1.27/drivers/media/dvb-core/ |
| D | dvbdev.c | 58 #define nums2minor(num,type,id) ((num << 6) | (id << 4) | type) argument 167 static int dvbdev_get_free_id (struct dvb_adapter *adap, int type) in dvbdev_get_free_id() 184 int type, int minor) in dvb_register_media_device() 272 const struct dvb_device *template, void *priv, int type) in dvb_register_device()
|
| /linux-4.1.27/arch/mips/mti-malta/ |
| D | malta-memory.c | 134 static int __init fw_memtype_classify(unsigned int type) in fw_memtype_classify() 155 long type; in fw_meminit() local
|
| /linux-4.1.27/net/ipv6/ |
| D | xfrm6_protocol.c | 84 u8 type, u8 code, int offset, __be32 info) in xfrm6_esp_err() 111 u8 type, u8 code, int offset, __be32 info) in xfrm6_ah_err() 138 u8 type, u8 code, int offset, __be32 info) in xfrm6_ipcomp_err()
|
| /linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
| D | if.c | 39 unsigned int type, bool increment, struct file *file, int page) in mtrr_file_add() 169 mtrr_type type; in mtrr_ioctl() local 408 mtrr_type type; in mtrr_seq_show() local
|
| D | generic.c | 229 u8 type, prev_type; in mtrr_type_lookup() local 311 mtrr_type type) in update_fixed_last() 511 unsigned long *size, mtrr_type *type) in generic_get_mtrr() 752 unsigned long size, mtrr_type type) in generic_set_mtrr() 784 unsigned int type) in generic_validate_add_page()
|
| D | main.c | 223 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in set_mtrr() 235 unsigned long size, mtrr_type type) in set_mtrr_from_inactive_cpu() 283 unsigned int type, bool increment) in mtrr_add_page() 435 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add()
|
| /linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
| D | prominfo_proc.c | 58 unsigned char type; member 78 static const char *fit_type_name(unsigned char type) in fit_type_name() 107 unsigned type; in dump_fit_entry() local
|
| /linux-4.1.27/sound/core/seq/oss/ |
| D | seq_oss_event.c | 303 int type; in note_on_event() local 382 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event() 400 set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct… in set_control_event()
|
| /linux-4.1.27/drivers/mmc/core/ |
| D | bus.c | 71 const char *type; in mmc_bus_uevent() local 259 struct mmc_card *mmc_alloc_card(struct mmc_host *host, struct device_type *type) in mmc_alloc_card() 285 const char *type; in mmc_add_card() local
|
| /linux-4.1.27/arch/x86/kernel/ |
| D | hw_breakpoint.c | 61 __encode_dr7(int drnum, unsigned int len, unsigned int type) in __encode_dr7() 76 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type) in encode_dr7() 85 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) in decode_dr7()
|
| D | kdebugfs.c | 26 u32 type; member 81 struct dentry *d, *type, *data; in create_setup_data_node() local
|
| D | e820.c | 56 e820_any_mapped(u64 start, u64 end, unsigned type) in e820_any_mapped() 79 int __init e820_all_mapped(u64 start, u64 end, unsigned type) in e820_all_mapped() 111 int type) in __e820_add_region() 128 void __init e820_add_region(u64 start, u64 size, int type) in e820_add_region() 133 static void __init e820_print_type(u32 type) in e820_print_type() 390 u32 type = biosmap->type; in __append_e820_map() local
|
| /linux-4.1.27/arch/tile/mm/ |
| D | highmem.c | 96 static void kmap_atomic_register(struct page *page, int type, in kmap_atomic_register() 201 int idx, type; in kmap_atomic_prot() local 241 int idx, type; in __kunmap_atomic() local
|
| /linux-4.1.27/include/linux/uwb/ |
| D | debug-cmd.h | 43 __u8 type; member 59 __u32 type; member
|
| /linux-4.1.27/drivers/media/v4l2-core/ |
| D | v4l2-mem2mem.c | 71 enum v4l2_buf_type type) in get_queue_ctx() 83 enum v4l2_buf_type type) in v4l2_m2m_get_vq() 460 enum v4l2_buf_type type) in v4l2_m2m_streamon() 478 enum v4l2_buf_type type) in v4l2_m2m_streamoff() 816 enum v4l2_buf_type type) in v4l2_m2m_ioctl_streamon() 825 enum v4l2_buf_type type) in v4l2_m2m_ioctl_streamoff()
|
| /linux-4.1.27/fs/nfsd/ |
| D | nfs4idmap.c | 67 int type; /* User / Group */ member 526 idmap_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, in idmap_name_to_id() 565 struct svc_rqst *rqstp, int type, u32 id) in idmap_id_to_name() 592 numeric_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id) in numeric_name_to_id() 608 do_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id) in do_name_to_id() 621 struct svc_rqst *rqstp, int type, u32 id) in encode_name_from_id()
|
| /linux-4.1.27/sound/core/ |
| D | control_compat.c | 67 s32 type; member 217 static int get_elem_size(int type, int count) in get_elem_size() 240 int i, type, size; in copy_ctl_value_from_user() local 282 int type, int count) in copy_ctl_value_to_user() 307 int err, type, count; in ctl_elem_read_user() local 336 int err, type, count; in ctl_elem_write_user() local
|
| D | jack.c | 116 int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() 208 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, in snd_jack_set_key()
|
| D | memalloc.c | 172 int snd_dma_alloc_pages(int type, struct device *device, size_t size, in snd_dma_alloc_pages() 236 int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size, in snd_dma_alloc_pages_fallback()
|
| /linux-4.1.27/drivers/staging/fsl-mc/bus/ |
| D | dprc.c | 134 int *type, in dprc_get_irq() 338 char *type, in dprc_set_res_quota() 372 char *type, in dprc_get_res_quota() 506 char *type) in dprc_get_pool() 614 char *type, in dprc_get_res_count() 656 char *type, in dprc_get_res_ids()
|
| /linux-4.1.27/kernel/time/ |
| D | alarmtimer.c | 281 static void alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type) in alarmtimer_freezerset() 302 void alarm_init(struct alarm *alarm, enum alarmtimer_type type, in alarm_init() 532 enum alarmtimer_type type; in alarm_timer_create() local 681 static int update_rmtp(ktime_t exp, enum alarmtimer_type type, in update_rmtp() 708 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() local 749 enum alarmtimer_type type = clock2alarm(which_clock); in alarm_timer_nsleep() local
|
| /linux-4.1.27/drivers/tty/serial/8250/ |
| D | 8250_acorn.c | 31 unsigned int type; member 45 struct serial_card_type *type = id->data; in serial_card_probe() local
|
| /linux-4.1.27/fs/ext2/ |
| D | acl.c | 143 ext2_get_acl(struct inode *inode, int type) in ext2_get_acl() 185 ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext2_set_acl()
|
| /linux-4.1.27/drivers/net/wireless/zd1211rw/ |
| D | zd_rf.c | 47 const char *zd_rf_name(u8 type) in zd_rf_name() 70 int zd_rf_init_hw(struct zd_rf *rf, u8 type) in zd_rf_init_hw()
|
| /linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_kernel_queue.c | 38 enum kfd_queue_type type, unsigned int queue_size) in initialize() 276 enum kfd_queue_type type) in kernel_queue_init()
|
| D | kfd_mqd_manager_vi.c | 28 struct mqd_manager *mqd_manager_init_vi(enum KFD_MQD_TYPE type, in mqd_manager_init_vi()
|
| D | kfd_mqd_manager.c | 26 struct mqd_manager *mqd_manager_init(enum KFD_MQD_TYPE type, in mqd_manager_init()
|
| /linux-4.1.27/security/integrity/ |
| D | integrity.h | 68 u8 type; member 80 u8 type; member 83 u8 type; member 95 uint8_t type; /* xattr type */ member
|
| /linux-4.1.27/drivers/staging/speakup/ |
| D | speakup.h | 42 #define IS_CHAR(x, type) (spk_chartab[((u_char)x)]&type) argument 43 #define IS_TYPE(x, type) ((spk_chartab[((u_char)x)]&type) == type) argument
|
| /linux-4.1.27/arch/arm/mach-imx/devices/ |
| D | platform-spi_imx.c | 12 #define imx_spi_imx_data_entry_single(soc, type, _devid, _id, hwid, _size) \ argument 21 #define imx_spi_imx_data_entry(soc, type, devid, id, hwid, size) \ argument
|
| /linux-4.1.27/net/ipv4/ |
| D | gre_offload.c | 129 __be16 type; in gre_gro_receive() local 233 __be16 type; in gre_gro_complete() local
|
| /linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
| D | genops.c | 97 struct obd_type *type; in class_search_type() local 114 struct obd_type *type = class_search_type(name); in class_get_type() local 146 void class_put_type(struct obd_type *type) in class_put_type() 162 struct obd_type *type; in class_register_type() local 229 struct obd_type *type = class_search_type(name); in class_unregister_type() local 280 struct obd_type *type = NULL; in class_newdev() local 596 const char *type; in class_notify_sptlrpc_conf() local 1809 void *kuc_alloc(int payload_len, int transport, int type) in kuc_alloc()
|
| /linux-4.1.27/fs/ext4/ |
| D | ext4_jbd2.h | 299 #define ext4_journal_start_sb(sb, type, nblocks) \ argument 302 #define ext4_journal_start(inode, type, nblocks) \ argument 305 #define ext4_journal_start_with_reserve(inode, type, blocks, rsv_blocks) \ argument 309 unsigned int line, int type, in __ext4_journal_start() 319 #define ext4_journal_start_reserved(handle, type) \ argument
|
| /linux-4.1.27/drivers/input/joystick/ |
| D | db9.c | 146 static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, i… in db9_saturn_write_sub() 169 static unsigned char db9_saturn_read_sub(struct parport *port, int type) in db9_saturn_read_sub() 189 static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered) in db9_saturn_read_analog() 206 static unsigned char db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, in… in db9_saturn_read_packet() 339 int type, n, max_pads; in db9_saturn() local
|
| /linux-4.1.27/drivers/xen/ |
| D | tmem.c | 277 static inline struct tmem_oid oswiz(unsigned type, u32 ind) in oswiz() 285 static int tmem_frontswap_store(unsigned type, pgoff_t offset, in tmem_frontswap_store() 311 static int tmem_frontswap_load(unsigned type, pgoff_t offset, in tmem_frontswap_load() 333 static void tmem_frontswap_flush_page(unsigned type, pgoff_t offset) in tmem_frontswap_flush_page() 347 static void tmem_frontswap_flush_area(unsigned type) in tmem_frontswap_flush_area()
|
| /linux-4.1.27/drivers/media/tuners/ |
| D | xc4000.c | 74 unsigned int type; member 82 unsigned int type; member 570 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq() 636 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware() 701 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() 797 __u32 type, size; in xc4000_fwupload() local 879 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode() 944 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() 1164 unsigned int type; in xc4000_set_params() local 1280 unsigned int type = 0; in xc4000_set_analog_params() local
|
| D | tuner-simple.h | 32 unsigned int type) in simple_tuner_attach()
|
| /linux-4.1.27/arch/arm/mm/ |
| D | mmu.c | 354 const struct mem_type *get_mem_type(unsigned int type) in get_mem_type() 697 const struct mem_type *type) in alloc_init_pte() 708 const struct mem_type *type) in __map_init_section() 735 const struct mem_type *type) in alloc_init_pmd() 766 const struct mem_type *type) in alloc_init_pud() 780 const struct mem_type *type) in create_36bit_mapping() 848 const struct mem_type *type; in create_mapping() local
|
| /linux-4.1.27/include/crypto/ |
| D | algapi.h | 33 unsigned int type; member 167 u32 type, u32 mask) in crypto_attr_alg() 261 u32 type = CRYPTO_ALG_TYPE_BLKCIPHER; in crypto_spawn_blkcipher() local 280 u32 type = CRYPTO_ALG_TYPE_CIPHER; in crypto_spawn_cipher() local 293 u32 type = CRYPTO_ALG_TYPE_HASH; in crypto_spawn_hash() local 382 u32 type, u32 mask) in crypto_get_attr_alg() 391 static inline int crypto_requires_sync(u32 type, u32 mask) in crypto_requires_sync()
|
| /linux-4.1.27/arch/x86/include/asm/xen/ |
| D | hypercall.h | 141 #define _hypercall0(type, name) \ argument 152 #define _hypercall1(type, name, a1) \ argument 163 #define _hypercall2(type, name, a1, a2) \ argument 174 #define _hypercall3(type, name, a1, a2, a3) \ argument 185 #define _hypercall4(type, name, a1, a2, a3, a4) \ argument 196 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \ argument 416 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist()
|
| /linux-4.1.27/fs/configfs/ |
| D | item.c | 117 struct config_item_type *type) in config_item_init_type_name() 126 struct config_item_type *type) in config_group_init_type_name()
|
| /linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
| D | i40e_hmc.h | 121 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \ argument 142 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \ argument 178 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument 202 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
|
| /linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
| D | i40e_hmc.h | 121 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \ argument 142 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \ argument 178 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument 202 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
|
| /linux-4.1.27/drivers/net/ethernet/sfc/ |
| D | mcdi_mon.c | 108 unsigned int type, state, value; in efx_mcdi_sensor_event() local 141 unsigned int type; member 285 unsigned int index, unsigned int type, in efx_mcdi_mon_add_attr() 316 int rc, i, j, type; in efx_mcdi_mon_probe() local
|
| /linux-4.1.27/net/atm/ |
| D | signaling.c | 141 void sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type, in sigd_enq2() 179 void sigd_enq(struct atm_vcc *vcc, enum atmsvc_msg_type type, in sigd_enq()
|
| /linux-4.1.27/sound/aoa/core/ |
| D | gpio-pmf.c | 131 enum notify_type type, in pmf_set_notify() 210 enum notify_type type) in pmf_get_detect()
|
| /linux-4.1.27/block/ |
| D | t10-pi.c | 50 unsigned int type) in t10_pi_generate() 74 unsigned int type) in t10_pi_verify()
|
| /linux-4.1.27/arch/ia64/include/asm/ |
| D | paravirt_patch.h | 28 #define PARAVIRT_PATCH_SITE_BR(type) \ argument
|
| /linux-4.1.27/arch/x86/pci/ |
| D | init.c | 11 int type = 0; in pci_arch_init() local
|
| /linux-4.1.27/sound/usb/6fire/ |
| D | firmware.c | 87 u8 type; in usb6fire_fw_ihex_next_record() local 163 int type, int value, char *data, int len) in usb6fire_fw_ezusb_write() 178 int type, int value, char *data, int len) in usb6fire_fw_ezusb_read()
|
| /linux-4.1.27/sound/firewire/dice/ |
| D | dice-transaction.c | 14 static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type, in get_subaddr() 40 enum snd_dice_addr_type type, in snd_dice_transaction_write() 50 enum snd_dice_addr_type type, unsigned int offset, in snd_dice_transaction_read()
|
| /linux-4.1.27/arch/blackfin/kernel/ |
| D | kgdb.c | 153 unsigned int type:1; member 159 static int bfin_set_hw_break(unsigned long addr, int len, enum kgdb_bptype type) in bfin_set_hw_break() 206 static int bfin_remove_hw_break(unsigned long addr, int len, enum kgdb_bptype type) in bfin_remove_hw_break()
|
| /linux-4.1.27/drivers/s390/char/ |
| D | sclp_rw.h | 17 u16 type; member 25 u16 type; member 40 u16 type; member
|
| /linux-4.1.27/fs/nfs/ |
| D | nfs4trace.h | 496 #define show_lock_cmd(type) \ argument 501 #define show_lock_type(type) \ argument
|
| /linux-4.1.27/sound/pci/ctxfi/ |
| D | ctresource.h | 37 u32 type:4; /* The type (RSCTYP) of a resource */ member 58 enum RSCTYP type; /* The type (RSCTYP) of resource to manage */ member
|
| /linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_dcb.c | 94 struct qlcnic_dcb_param type[3]; member 165 struct qlcnic_dcb_cee type[QLC_DCB_NUM_PARAM]; member 425 char *buf, u8 type) in qlcnic_82xx_dcb_query_cee_param() 658 struct qlcnic_dcb_cee *type) in qlcnic_dcb_fill_cee_tc_params() 688 struct qlcnic_dcb_cee *type) in qlcnic_dcb_fill_cee_pg_params() 713 struct qlcnic_dcb_cee *type) in qlcnic_dcb_fill_cee_app_params() 748 struct qlcnic_dcb_cee *type = &cfg->type[idx]; in qlcnic_dcb_map_cee_params() local 798 struct qlcnic_dcb_cee *type; in qlcnic_dcb_get_pg_tc_cfg_tx() local 835 struct qlcnic_dcb_cee *type; in qlcnic_dcb_get_pg_bwg_cfg_tx() local 860 struct qlcnic_dcb_cee *type; in qlcnic_dcb_get_pfc_cfg() local [all …]
|
| /linux-4.1.27/drivers/net/wireless/iwlwifi/ |
| D | iwl-drv.c | 303 enum iwl_ucode_type type, in get_sec() 310 enum iwl_ucode_type type, in set_sec_data() 318 enum iwl_ucode_type type, in set_sec_size() 326 enum iwl_ucode_type type, in get_sec_size() 333 enum iwl_ucode_type type, in set_sec_offset() 379 const void *data, enum iwl_ucode_type type, in iwl_store_ucode_sec() 982 enum iwl_ucode_type type) in iwl_alloc_ucode()
|
| /linux-4.1.27/arch/powerpc/kernel/ |
| D | jump_label.c | 16 enum jump_label_type type) in arch_jump_label_transform()
|
| D | msi.c | 16 int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in arch_setup_msi_irqs()
|
| /linux-4.1.27/tools/lib/symbol/ |
| D | kallsyms.h | 12 static inline u8 kallsyms2elf_type(char type) in kallsyms2elf_type()
|
| /linux-4.1.27/net/nfc/ |
| D | llcp_commands.c | 44 static u8 llcp_tlv8(u8 *tlv, u8 type) in llcp_tlv8() 52 static u16 llcp_tlv16(u8 *tlv, u8 type) in llcp_tlv16() 91 u8 *nfc_llcp_build_tlv(u8 type, u8 *value, u8 value_length, u8 *tlv_length) in nfc_llcp_build_tlv() 203 u8 *tlv = tlv_array, type, length, offset = 0; in nfc_llcp_parse_gb_tlv() local 252 u8 *tlv = tlv_array, type, length, offset = 0; in nfc_llcp_parse_connection_tlv() local
|
| /linux-4.1.27/drivers/pci/hotplug/ |
| D | ibmphp_res.c | 390 static int add_bus_range (int type, struct range_node *range, struct bus_node *bus_cur) in add_bus_range() 465 static void update_resources (struct bus_node *bus_cur, int type, int rangeno) in update_resources() 785 char * type = ""; in ibmphp_remove_resource() local 1504 char * type = ""; in ibmphp_find_resource() local 1899 static int range_exists_already (struct range_node * range, struct bus_node * bus_cur, u8 type) in range_exists_already()
|
| /linux-4.1.27/drivers/net/wireless/p54/ |
| D | p54usb.c | 122 enum p54u_hw_type type; member 394 enum net2280_op_type type, in p54u_write() 413 enum net2280_op_type type, in p54u_read() 640 #define P54U_WRITE(type, addr, data) \ in p54u_upload_firmware_net2280() argument 648 #define P54U_READ(type, addr) \ in p54u_upload_firmware_net2280() argument
|
| /linux-4.1.27/drivers/iio/adc/ |
| D | ad7291.c | 204 enum iio_event_type type, in ad7291_read_event_value() 229 enum iio_event_type type, in ad7291_write_event_value() 250 enum iio_event_type type, in ad7291_read_event_config() 273 enum iio_event_type type, in ad7291_write_event_config()
|
| /linux-4.1.27/drivers/infiniband/hw/usnic/ |
| D | usnic_vnic.c | 206 enum usnic_vnic_res_type type) in usnic_vnic_res_cnt() 212 enum usnic_vnic_res_type type) in usnic_vnic_res_free_cnt() 218 usnic_vnic_get_resources(struct usnic_vnic *vnic, enum usnic_vnic_res_type type, in usnic_vnic_get_resources() 288 enum usnic_vnic_res_type type, in usnic_vnic_alloc_res_chunk()
|
| /linux-4.1.27/tools/usb/usbip/libsrc/ |
| D | list.h | 103 #define list_entry(ptr, type, member) \ argument 132 #define container_of(ptr, type, member) ({ \ argument
|
| /linux-4.1.27/scripts/kconfig/ |
| D | list.h | 18 #define container_of(ptr, type, member) ({ \ argument 39 #define list_entry(ptr, type, member) \ argument
|
| /linux-4.1.27/drivers/media/pci/saa7164/ |
| D | saa7164-types.h | 132 u8 type; member 139 u8 type; member 156 u8 type; member 174 u8 type; member 185 u8 type; member 240 u8 type; member 279 u8 type; member 293 u8 type; member 303 u8 type; member 341 u8 type; member [all …]
|
| /linux-4.1.27/drivers/bluetooth/ |
| D | bpa10x.c | 62 __u8 type; member 81 struct { __u8 type; int expect; } *scb; in bpa10x_recv() member 82 int type, len = 0; in bpa10x_recv() local
|
| /linux-4.1.27/arch/m68k/include/asm/ |
| D | atariints.h | 115 static inline int get_mfp_bit( unsigned irq, int type ) in get_mfp_bit() 125 static inline void set_mfp_bit( unsigned irq, int type ) in set_mfp_bit() 136 static inline void clear_mfp_bit( unsigned irq, int type ) in clear_mfp_bit()
|
| /linux-4.1.27/net/ipv6/netfilter/ |
| D | nf_conntrack_proto_icmpv6.c | 76 int type = orig->dst.u.icmp.type - 128; in icmpv6_invert_tuple() local 126 int type = ct->tuplehash[0].tuple.dst.u.icmp.type - 128; in icmpv6_new() local 202 int type; in icmpv6_error() local
|
| /linux-4.1.27/drivers/staging/fsl-mc/include/ |
| D | dprc.h | 494 char type[16]; member 615 char type[16]; member 752 char type[16]; member
|
| /linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
| D | module.h | 4 #define module_param(name, type, perm) argument
|
| /linux-4.1.27/drivers/firmware/ |
| D | iscsi_ibft.c | 256 static ssize_t ibft_attr_show_initiator(void *data, int type, char *buf) in ibft_attr_show_initiator() 297 static ssize_t ibft_attr_show_nic(void *data, int type, char *buf) in ibft_attr_show_nic() 354 static ssize_t ibft_attr_show_target(void *data, int type, char *buf) in ibft_attr_show_target() 448 static umode_t ibft_check_nic_for(void *data, int type) in ibft_check_nic_for() 501 static umode_t __init ibft_check_tgt_for(void *data, int type) in ibft_check_tgt_for() 537 static umode_t __init ibft_check_initiator_for(void *data, int type) in ibft_check_initiator_for()
|
| /linux-4.1.27/drivers/hwmon/ |
| D | gl518sm.c | 119 enum chips type; member 238 #define show(type, suffix, value) \ argument 292 #define set(type, suffix, value, reg) \ argument 311 #define set_bits(type, suffix, value, reg, mask, shift) \ argument 333 #define set_low(type, suffix, value, reg) \ argument 335 #define set_high(type, suffix, value, reg) \ argument
|
| /linux-4.1.27/arch/arm/mach-mvebu/ |
| D | coherency.c | 172 int type; in coherency_type() local 216 int type = coherency_type(); in coherency_init() local
|
| /linux-4.1.27/fs/xfs/ |
| D | xfs_quotaops.c | 102 xfs_quota_type(int type) in xfs_quota_type() 122 int type, in xfs_fs_set_info()
|
| /linux-4.1.27/arch/powerpc/kernel/vdso32/ |
| D | note.S | 9 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument
|
| /linux-4.1.27/arch/sh/kernel/vsyscall/ |
| D | vsyscall-note.S | 9 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument
|
| /linux-4.1.27/arch/arm/mach-imx/ |
| D | irq-common.c | 25 int mxc_set_irq_fiq(unsigned int irq, unsigned int type) in mxc_set_irq_fiq()
|