Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 6129) sorted by relevance

12345678910>>...246

/linux/drivers/acpi/acpica/
H A Dnssearch.c61 acpi_object_type type, in acpi_ns_search_one_scope()
165 acpi_object_type type, in acpi_ns_search_parent_tree()
255 acpi_object_type type, in acpi_ns_search_and_enter()
/linux/fs/orangefs/
H A Dacl.c13 struct posix_acl *orangefs_get_acl(struct inode *inode, int type, bool rcu) in orangefs_get_acl()
67 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __orangefs_set_acl()
122 struct posix_acl *acl, int type) in orangefs_set_acl()
/linux/arch/m68k/mm/
H A Dmotorola.c116 #define ptable_size(type) (1U << ptable_shift[type]) argument
117 #define ptable_mask(type) ((1U << (PAGE_SIZE / ptable_size(type))) - 1) argument
119 void __init init_pointer_table(void *table, int type) in init_pointer_table()
142 void *get_pointer_table(struct mm_struct *mm, int type) in get_pointer_table()
200 int free_pointer_table(void *table, int type) in free_pointer_table()
/linux/crypto/
H A Daf_alg.c30 const struct af_alg_type *type; member
45 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type() local
62 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type()
92 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type()
113 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()
154 const struct af_alg_type *type; in alg_bind() local
211 const struct af_alg_type *type = ask->type; in alg_setkey() local
289 const struct af_alg_type *type = ask->type; in alg_setkey_by_key_serial() local
362 const struct af_alg_type *type; in alg_setsockopt() local
414 const struct af_alg_type *type; in af_alg_accept() local
/linux/scripts/kconfig/
H A Dmenu.c68 void menu_add_entry(struct symbol *sym, enum menu_type type) in menu_add_entry()
135 void menu_set_type(int type) in menu_set_type()
151 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop()
179 struct property *menu_add_prompt(enum prop_type type, const char *prompt, in menu_add_prompt()
217 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
222 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
600 enum prop_type type; in menu_get_menu_or_parent_menu() local
/linux/fs/btrfs/
H A Dacl.c18 struct posix_acl *btrfs_get_acl(struct inode *inode, int type, bool rcu) in btrfs_get_acl()
58 struct posix_acl *acl, int type) in __btrfs_set_acl()
113 struct posix_acl *acl, int type) in btrfs_set_acl()
/linux/fs/ocfs2/dlm/
H A Ddlmconvert.c61 struct dlm_lock *lock, int flags, int type) in dlmconvert_master()
105 int type, int *call_ast, in __dlmconvert_master()
251 struct dlm_lock *lock, int flags, int type) in dlmconvert_remote()
355 struct dlm_lock *lock, int flags, int type) in dlm_send_remote_convert_request()
/linux/fs/f2fs/
H A Diostat.h41 enum page_type type; member
46 enum page_type type) in iostat_update_submit_ctx()
70 enum iostat_type type, unsigned long long io_bytes) {} in f2fs_update_iostat()
75 enum page_type type) {} in iostat_update_submit_ctx()
/linux/drivers/hwmon/
H A Dscmi-hwmon.c90 static int scmi_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read()
102 scmi_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read_string()
115 scmi_hwmon_is_visible(const void *drvdata, enum hwmon_sensor_types type, in scmi_hwmon_is_visible()
160 enum hwmon_sensor_types type, u32 config) in scmi_hwmon_add_chan_info()
233 enum hwmon_sensor_types type; in scmi_hwmon_probe() local
/linux/fs/bcachefs/
H A Dacl.c76 static inline int acl_to_xattr_type(int type) in acl_to_xattr_type()
193 int type) in bch2_acl_to_xattr()
270 struct posix_acl *bch2_get_acl(struct inode *vinode, int type, bool rcu) in bch2_get_acl()
313 struct posix_acl *acl, int type) in bch2_set_acl_trans()
343 struct posix_acl *_acl, int type) in bch2_set_acl()
H A Dextents_format.h95 __u32 type:2, member
120 __u64 type:3, member
146 __u64 type:4, member
173 __u64 type:1, member
193 __u64 type:5, member
216 __u64 type:7, member
229 unsigned long type; member
H A Dchecksum.c30 unsigned int type; member
130 struct bch_csum bch2_checksum(struct bch_fs *c, unsigned type, in bch2_checksum()
168 int bch2_encrypt(struct bch_fs *c, unsigned type, in bch2_encrypt()
182 static struct bch_csum __bch2_checksum_bio(struct bch_fs *c, unsigned type, in __bch2_checksum_bio()
247 struct bch_csum bch2_checksum_bio(struct bch_fs *c, unsigned type, in bch2_checksum_bio()
255 int __bch2_encrypt_bio(struct bch_fs *c, unsigned type, in __bch2_encrypt_bio()
290 struct bch_csum bch2_checksum_merge(unsigned type, struct bch_csum a, in bch2_checksum_merge()
/linux/drivers/pci/msi/
H A Dlegacy.c19 int __weak arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in arch_setup_msi_irqs()
51 static int pci_msi_setup_check_result(struct pci_dev *dev, int type, int ret) in pci_msi_setup_check_result()
66 int pci_msi_legacy_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in pci_msi_legacy_setup_msi_irqs()
/linux/include/rdma/
H A Drdma_netlink.h127 const char *type; member
134 #define MODULE_ALIAS_RDMA_LINK(type) MODULE_ALIAS("rdma-link-" type) argument
135 #define MODULE_ALIAS_RDMA_CLIENT(type) MODULE_ALIAS("rdma-client-" type) argument
/linux/scripts/include/
H A Dlist.h19 #define container_of(ptr, type, member) ({ \ argument
228 #define list_entry(ptr, type, member) \ argument
239 #define list_first_entry(ptr, type, member) \ argument
250 #define list_last_entry(ptr, type, member) \ argument
398 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) argument
400 #define hlist_entry_safe(ptr, type, member) \ argument
/linux/arch/x86/include/asm/
H A Dhypervisor.h49 enum x86_hypervisor_type type; member
72 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
78 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
/linux/drivers/accel/habanalabs/common/
H A Dhwmon.c17 static u32 fixup_flags_legacy_fw(struct hl_device *hdev, enum hwmon_sensor_types type, in fixup_flags_legacy_fw()
64 static u32 fixup_flags_legacy_fw(struct hl_device *hdev, enum hwmon_sensor_types type, in fixup_flags_legacy_fw()
77 static u32 adjust_hwmon_flags(struct hl_device *hdev, enum hwmon_sensor_types type, u32 cpucp_flags) in adjust_hwmon_flags()
155 enum hwmon_sensor_types type; in hl_build_hwmon_channel_info() local
243 static int hl_read(struct device *dev, enum hwmon_sensor_types type, in hl_read()
397 static int hl_write(struct device *dev, enum hwmon_sensor_types type, in hl_write()
492 static umode_t hl_is_visible(const void *data, enum hwmon_sensor_types type, in hl_is_visible()
/linux/arch/powerpc/include/asm/
H A Demulated_ops.h57 #define __PPC_WARN_EMULATED(type) \ argument
66 #define __PPC_WARN_EMULATED(type) do { } while (0) argument
70 #define PPC_WARN_EMULATED(type, regs) \ argument
77 #define PPC_WARN_ALIGNMENT(type, regs) \ argument
/linux/fs/hfs/
H A Dcatalog.c66 hfs_cat_rec *rec, int type, in hfs_cat_build_thread()
191 int res, len, type; in hfs_cat_find_brec() local
226 int res, type; in hfs_cat_delete() local
294 int entry_size, type; in hfs_cat_move() local
/linux/net/ipv6/
H A Dfou6.c45 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in fou6_build_header() local
62 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in gue6_build_header() local
76 u8 type, u8 code, int offset, __be32 info) in gue6_err_proto_handler()
90 u8 type, u8 code, int offset, __be32 info) in gue6_err()
/linux/include/uapi/linux/netfilter/
H A Dxt_sctp.h39 #define bytes(type) (sizeof(type) * 8) argument
41 #define SCTP_CHUNKMAP_SET(chunkmap, type) \ argument
47 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ argument
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ argument
/linux/include/acpi/
H A Dacpixf.h35 #define ACPI_GLOBAL(type,name) \ argument
39 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
44 #define ACPI_GLOBAL(type,name) \ argument
49 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h79 static inline const char *cdnsp_trb_type_string(u8 type) in cdnsp_trb_type_string()
139 static inline const char *cdnsp_ring_type_string(enum cdnsp_ring_type type) in cdnsp_ring_type_string()
181 int type = TRB_FIELD_TO_TYPE(field3); in cdnsp_decode_trb() local
517 static inline const char *cdnsp_ep_type_string(u8 type) in cdnsp_ep_type_string()
/linux/include/linux/
H A Dpm_qos.h57 enum pm_qos_type type; member
93 enum freq_qos_req_type type; member
108 enum dev_pm_qos_req_type type; member
221 enum dev_pm_qos_req_type type) in dev_pm_qos_read_value()
238 enum dev_pm_qos_req_type type, in dev_pm_qos_add_request()
248 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier()
252 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier()
264 enum dev_pm_qos_req_type type, in dev_pm_qos_add_ancestor_request()
/linux/drivers/irqchip/
H A Dirq-meson-gpio.c79 #define INIT_MESON_COMMON(irqs, init, sel, type) \ argument
327 unsigned int type, u32 *channel_hwirq) in meson8_gpio_irq_set_type()
383 unsigned int type, u32 *channel_hwirq) in meson_s4_gpio_irq_set_type()
412 static unsigned int meson_gpio_irq_type_output(unsigned int type) in meson_gpio_irq_type_output()
430 static int meson_gpio_irq_set_type(struct irq_data *data, unsigned int type) in meson_gpio_irq_set_type()
460 unsigned int *type) in meson_gpio_irq_domain_translate()
474 unsigned int type) in meson_gpio_irq_allocate_gic_irq()
496 unsigned int type; in meson_gpio_irq_domain_alloc() local

12345678910>>...246