Home
last modified time | relevance | path

Searched defs:type (Results 476 – 500 of 8989) sorted by relevance

1...<<11121314151617181920>>...360

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c111 static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type, in get_sve()
149 static int set_sve(pid_t pid, const struct vec_type *type, in set_sve()
160 static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type) in ptrace_set_get_inherit()
214 static void ptrace_set_get_vl(pid_t child, const struct vec_type *type, in ptrace_set_get_vl()
271 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) in ptrace_sve_fpsimd()
327 const struct vec_type *type, in ptrace_set_sve_get_sve_data()
425 const struct vec_type *type, in ptrace_set_sve_get_fpsimd_data()
508 const struct vec_type *type, in ptrace_set_fpsimd_get_sve_data()
/openbmc/linux/arch/m68k/coldfire/
H A Dintc-525x.c24 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_mask() local
37 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_unmask() local
50 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_ack() local
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js25 {type: 'delete', label: 'Remove'}, property in AnonymousClass2bd021dd0601
26 {type: 'enable', label: 'Enable'}, property in AnonymousClass2bd021dd0701
27 {type: 'disable', label: 'Disable'}, property in AnonymousClass2bd021dd0801
47 const editAction = {type: 'Edit', enabled: true, file: 'icon-edit.svg'}; property in AnonymousFunction2bd021dd0200.mapTableData.editAction
49 type: 'Delete', property in AnonymousFunction2bd021dd0200.mapTableData.deleteAction
/openbmc/linux/sound/core/
H A Dsound.c99 void *snd_lookup_minor_data(unsigned int minor, int type) in snd_lookup_minor_data()
181 static int snd_find_free_minor(int type, struct snd_card *card, int dev) in snd_find_free_minor()
204 static int snd_find_free_minor(int type, struct snd_card *card, int dev) in snd_find_free_minor()
252 int snd_register_device(int type, struct snd_card *card, int dev, in snd_register_device()
329 static const char *snd_device_type_name(int type) in snd_device_type_name()
H A Dpcm_memory.c54 static int do_alloc_pages(struct snd_card *card, int type, struct device *dev, in do_alloc_pages()
266 int type, struct device *data, in preallocate_pages()
301 static int preallocate_pages_for_all(struct snd_pcm *pcm, int type, in preallocate_pages_for_all()
327 int type, struct device *data, in snd_pcm_lib_preallocate_pages()
346 int type, void *data, in snd_pcm_lib_preallocate_pages_for_all()
384 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, in snd_pcm_set_managed_buffer()
405 int snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type, in snd_pcm_set_managed_buffer_all()
/openbmc/linux/include/sound/
H A Dump_msg.h131 u32 type:4; member
150 u32 type:4; member
169 u32 type:4; member
188 u32 type:4; member
207 u32 type:4; member
226 u32 type:4; member
245 u32 type:4; member
275 u32 type:4; member
302 u32 type:4; member
327 u32 type:4; member
[all …]
/openbmc/linux/include/uapi/sound/
H A Dfirewire.h20 unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */ member
24 unsigned int type; member
29 unsigned int type; member
45 unsigned int type; member
50 unsigned int type; member
55 unsigned int type; member
66 unsigned int type; member
71 unsigned int type; member
92 unsigned int type; member
131 unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h242 enum cudbg_qdesc_qtype type, in cudbg_fill_qdesc_txq()
254 enum cudbg_qdesc_qtype type, in cudbg_fill_qdesc_rxq()
266 enum cudbg_qdesc_qtype type, in cudbg_fill_qdesc_flq()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dcustom_serial.json6 "type": "default", string
12 "type": "byte", string
20 "type": "string", string
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_plane.c103 static int sti_plane_get_default_zpos(enum drm_plane_type type) in sti_plane_get_default_zpos()
117 enum drm_plane_type type) in sti_plane_attach_zorder_property()
133 enum drm_plane_type type) in sti_plane_init_property()
/openbmc/linux/drivers/iio/dummy/
H A Diio_simple_dummy_events.c32 enum iio_event_type type, in iio_simple_dummy_read_event_config()
54 enum iio_event_type type, in iio_simple_dummy_write_event_config()
120 enum iio_event_type type, in iio_simple_dummy_read_event_value()
144 enum iio_event_type type, in iio_simple_dummy_write_event_value()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.cpp109 FRUIdentity::FRUIdentity(const std::string& procedure, CalloutValueType type) in FRUIdentity()
119 FRUIdentity::FRUIdentity(const std::string& fru, CalloutValueType type, in FRUIdentity()
242 CalloutValueType type) in setMaintenanceProcedure()
272 CalloutValueType type) in setSymbolicFRU()
/openbmc/linux/include/crypto/internal/
H A Dcipher.h57 u32 type, u32 mask) in crypto_alloc_cipher()
90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher()
187 const char *name, u32 type, u32 mask) in crypto_grab_cipher()
209 u32 type = CRYPTO_ALG_TYPE_CIPHER; in crypto_spawn_cipher() local
/openbmc/qemu/ui/
H A Dclipboard.c68 uint32_t type; in qemu_clipboard_update() local
121 uint32_t type; in qemu_clipboard_info_unref() local
139 QemuClipboardType type) in qemu_clipboard_request()
171 QemuClipboardType type, in qemu_clipboard_set_data()
/openbmc/linux/mm/
H A Dshmem_quota.c57 static int shmem_check_quota_file(struct super_block *sb, int type) in shmem_check_quota_file()
67 static int shmem_read_file_info(struct super_block *sb, int type) in shmem_read_file_info()
86 static int shmem_write_file_info(struct super_block *sb, int type) in shmem_write_file_info()
95 static int shmem_free_file_info(struct super_block *sb, int type) in shmem_free_file_info()
327 static int shmem_dquot_write_info(struct super_block *sb, int type) in shmem_dquot_write_info()
/openbmc/linux/include/linux/
H A Dptp_classify.h122 unsigned int type) in ptp_get_msgtype()
167 void ptp_header_update_correction(struct sk_buff *skb, unsigned int type, in ptp_header_update_correction()
220 unsigned int type) in ptp_parse_header()
225 unsigned int type) in ptp_get_msgtype()
232 static inline bool ptp_msg_is_sync(struct sk_buff *skb, unsigned int type) in ptp_msg_is_sync()
238 void ptp_header_update_correction(struct sk_buff *skb, unsigned int type, in ptp_header_update_correction()
H A Ddevice-mapper.h225 #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON) argument
231 #define dm_target_always_writeable(type) \ argument
239 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE) argument
246 #define dm_target_is_wildcard(type) ((type)->features & DM_TARGET_WILDCARD) argument
252 #define dm_target_has_integrity(type) ((type)->features & DM_TARGET_INTEGRITY) argument
258 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY) argument
269 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM) argument
272 #define dm_target_supports_zoned_hm(type) (false) argument
279 #define dm_target_supports_nowait(type) ((type)->features & DM_TARGET_NOWAIT) argument
285 #define dm_target_passes_crypto(type) ((type)->features & DM_TARGET_PASSES_CRYPTO) argument
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-phy-db.c84 enum iwl_phy_db_section_type type, in iwl_phy_db_get_section()
110 enum iwl_phy_db_section_type type, in iwl_phy_db_free_section()
151 enum iwl_phy_db_section_type type; in iwl_phy_db_set_section() local
281 u32 type, u8 **data, u16 *size, u16 ch_id) in iwl_phy_db_get_section_data()
309 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd()
337 enum iwl_phy_db_section_type type, in iwl_phy_db_send_all_channel_groups()
/openbmc/linux/net/batman-adv/
H A Dtvlv.c69 batadv_tvlv_handler_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_handler_get()
131 batadv_tvlv_container_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_container_get()
209 u8 type, u8 version) in batadv_tvlv_container_unregister()
232 u8 type, u8 version, in batadv_tvlv_container_register()
547 u8 type, u8 version, u8 flags) in batadv_tvlv_handler_register()
591 u8 type, u8 version) in batadv_tvlv_handler_unregister()
618 const u8 *dst, u8 type, u8 version, in batadv_tvlv_unicast_send()
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c40 u64 type:8; member
180 static int add_map_entry_at(u64 start, u64 end, u8 type, int idx) in add_map_entry_at()
262 static void add_map_entry(u64 start, u64 end, u8 type) in add_map_entry()
305 u8 type; in map_add_var() local
350 u8 type; in mtrr_build_map() local
478 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge()
505 u8 type = MTRR_TYPE_INVALID; in mtrr_type_lookup() local
605 mtrr_type type) in update_fixed_last()
797 unsigned long *size, mtrr_type *type) in generic_get_mtrr()
979 unsigned long size, mtrr_type type) in generic_set_mtrr()
[all …]
/openbmc/linux/kernel/bpf/
H A Dinode.c32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get()
52 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put()
70 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj()
129 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type()
437 enum bpf_type type) in bpf_obj_do_pin()
480 enum bpf_type type; in bpf_obj_pin_user() local
496 enum bpf_type *type, int flags) in bpf_obj_do_get()
529 enum bpf_type type = BPF_TYPE_UNSPEC; in bpf_obj_get_user() local
556 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode()
583 struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type) in bpf_prog_get_type_path()
[all …]
/openbmc/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()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c21 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); argument
22 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); argument
24 #define PCI_OP(rw, size, type, op, mask) \ argument
/openbmc/qemu/util/
H A Dgetauxval.c84 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval()
105 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval()
117 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval()
/openbmc/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()

1...<<11121314151617181920>>...360