Home
last modified time | relevance | path

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

12345678910>>...306

/linux-6.15/drivers/pinctrl/sophgo/
Dpinctrl-cv1800b.c41 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1800b_get_pull_up() local
62 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1800b_get_pull_down() local
117 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1800b_get_oc_map() local
163 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1800b_get_schmitt_map() local
Dpinctrl-sg2000.c47 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in sg2000_get_pull_up() local
68 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in sg2000_get_pull_down() local
123 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in sg2000_get_oc_map() local
169 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in sg2000_get_schmitt_map() local
Dpinctrl-cv1812h.c47 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1812h_get_pull_up() local
68 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1812h_get_pull_down() local
123 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1812h_get_oc_map() local
169 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1812h_get_schmitt_map() local
/linux-6.15/mm/
Dshmem_quota.c55 static int shmem_check_quota_file(struct super_block *sb, int type) in shmem_check_quota_file()
65 static int shmem_read_file_info(struct super_block *sb, int type) in shmem_read_file_info()
84 static int shmem_write_file_info(struct super_block *sb, int type) in shmem_write_file_info()
93 static int shmem_free_file_info(struct super_block *sb, int type) in shmem_free_file_info()
325 static int shmem_dquot_write_info(struct super_block *sb, int type) in shmem_dquot_write_info()
/linux-6.15/scripts/kconfig/
Dexpr.c33 static struct expr *expr_lookup(enum expr_type type, void *l, void *r) in expr_lookup()
62 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
67 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
72 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
101 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
479 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
784 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
860 enum symbol_type type, in expr_parse_string()
/linux-6.15/arch/arm64/include/asm/
Duaccess.h188 #define __get_mem_asm(load, reg, x, addr, label, type) \ argument
195 #define __get_mem_asm(load, reg, x, addr, label, type) do { \ argument
206 #define __raw_get_mem(ldr, x, ptr, label, type) \ argument
279 #define __get_kernel_nofault(dst, src, type, err_label) \ argument
297 #define __put_mem_asm(store, reg, x, addr, label, type) \ argument
304 #define __raw_put_mem(str, x, ptr, label, type) \ argument
376 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
442 #define unsafe_copy_loop(dst, src, len, type, label) \ argument
/linux-6.15/security/tomoyo/
Dnetwork.c286 u8 type; in tomoyo_write_inet_network() local
331 u8 type; in tomoyo_write_unix_network() local
472 const u8 type = tomoyo_inet2mac[address->protocol][address->operation]; in tomoyo_inet_entry() local
549 const u8 type = tomoyo_unix2mac[address->protocol][address->operation]; in tomoyo_unix_entry() local
654 const unsigned int type = sock->type; in tomoyo_socket_listen_permission() local
691 const unsigned int type = sock->type; in tomoyo_socket_connect_permission() local
728 const unsigned int type = sock->type; in tomoyo_socket_bind_permission() local
763 const unsigned int type = sock->type; in tomoyo_socket_sendmsg_permission() local
/linux-6.15/arch/x86/kernel/
De820.c78 u64 start, u64 end, enum e820_type type) in _e820__mapped_any()
94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any()
100 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any()
113 enum e820_type type) in __e820__mapped_all()
148 bool __init e820__mapped_all(u64 start, u64 end, enum e820_type type) in e820__mapped_all()
166 …c void __init __e820__range_add(struct e820_table *table, u64 start, u64 size, enum e820_type type) in __e820__range_add()
182 void __init e820__range_add(u64 start, u64 size, enum e820_type type) in e820__range_add()
187 static void __init e820_print_type(enum e820_type type) in e820_print_type()
307 static bool e820_nomerge(enum e820_type type) in e820_nomerge()
429 u32 type = entry->type; in __append_e820_table() local
[all …]
/linux-6.15/drivers/media/tuners/
Dxc2028.c77 unsigned int type; member
85 unsigned int type; member
176 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq()
345 __u32 type, size; in load_all_firmwares() local
431 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware()
542 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware()
653 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode()
717 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware()
1010 unsigned int type, in generic_set_freq()
1161 unsigned int type=0; in xc2028_set_analog_freq() local
[all …]
/linux-6.15/include/crypto/internal/
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
/linux-6.15/drivers/iio/dummy/
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()
/linux-6.15/drivers/gpu/drm/xe/
Dxe_guc_hxg_helpers.h24 static inline const char *guc_hxg_type_to_string(unsigned int type) in guc_hxg_type_to_string()
46 static inline bool guc_hxg_type_is_action(unsigned int type) in guc_hxg_type_is_action()
58 static inline bool guc_hxg_type_is_reply(unsigned int type) in guc_hxg_type_is_reply()
/linux-6.15/arch/m68k/coldfire/
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
/linux-6.15/fs/9p/
Dacl.c110 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl()
122 struct posix_acl *v9fs_iop_get_inode_acl(struct inode *inode, int type, bool rcu) in v9fs_iop_get_inode_acl()
143 struct dentry *dentry, int type) in v9fs_iop_get_acl()
155 struct posix_acl *acl, int type) in v9fs_iop_set_acl()
248 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
/linux-6.15/certs/
Dsystem_keyring.c46 const struct key_type *type, in restrict_link_by_builtin_trusted()
66 const struct key_type *type, in restrict_link_by_digsig_builtin()
89 const struct key_type *type, in restrict_link_by_builtin_and_secondary_trusted()
118 const struct key_type *type, in restrict_link_by_digsig_builtin_and_secondary()
208 const struct key_type *type, in restrict_link_by_builtin_secondary_and_machine()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
Dfbnic_hwmon.c9 static int fbnic_hwmon_sensor_id(enum hwmon_sensor_types type) in fbnic_hwmon_sensor_id()
20 enum hwmon_sensor_types type, in fbnic_hwmon_is_visible()
31 static int fbnic_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in fbnic_hwmon_read()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
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()
/linux-6.15/lib/
Dfw_table.c27 enum acpi_subtable_type type; member
102 acpi_table_get_length(enum acpi_subtable_type type, in acpi_table_get_length()
158 enum acpi_subtable_type type; in acpi_parse_entries_array() local
212 cdat_table_parse(enum acpi_cdat_type type, in cdat_table_parse()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dbase.c255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) in nvkm_mmu_type()
265 nvkm_mmu_heap(struct nvkm_mmu *mmu, u8 type, u64 size) in nvkm_mmu_heap()
281 u8 type = NVKM_MEM_KIND * !!mmu->func->kind_sys; in nvkm_mmu_host() local
322 u8 type = NVKM_MEM_KIND * !!mmu->func->kind; in nvkm_mmu_vram() local
422 enum nvkm_subdev_type type, int inst, struct nvkm_mmu *mmu) in nvkm_mmu_ctor()
435 enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) in nvkm_mmu_new_()
/linux-6.15/drivers/net/ethernet/sfc/
Defx_reflash.c21 size_t header_offset, u32 *type, in efx_reflash_parse_reflash_header()
83 static int efx_reflash_partition_type(u32 type, u32 subtype, in efx_reflash_partition_type()
218 u32 type, subtype; in efx_reflash_parse_firmware_data() local
272 struct devlink *devlink, u32 type, in efx_reflash_erase_partition()
323 struct devlink *devlink, u32 type, in efx_reflash_write_partition()
400 u32 type, data_subtype, subtype; in efx_reflash_flash_firmware() local
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/
Dintr.c30 enum nvkm_intr_type type, int *leaf, u32 *mask) in nvkm_intr_xlat()
76 nvkm_intr_find(struct nvkm_subdev *subdev, enum nvkm_intr_type type, int *leaf, u32 *mask) in nvkm_intr_find()
102 nvkm_intr_allow(struct nvkm_subdev *subdev, enum nvkm_intr_type type) in nvkm_intr_allow()
128 nvkm_intr_block(struct nvkm_subdev *subdev, enum nvkm_intr_type type) in nvkm_intr_block()
270 nvkm_intr_subdev_add_dev(struct nvkm_intr *intr, enum nvkm_subdev_type type, int inst) in nvkm_intr_subdev_add_dev()
421 nvkm_inth_add(struct nvkm_intr *intr, enum nvkm_intr_type type, enum nvkm_intr_prio prio, in nvkm_inth_add()
/linux-6.15/drivers/media/pci/ivtv/
Divtv-streams.c168 static void ivtv_stream_init(struct ivtv *itv, int type) in ivtv_stream_init()
198 static int ivtv_prep_dev(struct ivtv *itv, int type) in ivtv_prep_dev()
261 int type; in ivtv_streams_setup() local
284 static int ivtv_reg_dev(struct ivtv *itv, int type) in ivtv_reg_dev()
341 int type; in ivtv_streams_register() local
359 int type; in ivtv_streams_cleanup() local
/linux-6.15/drivers/gpu/drm/sti/
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()
/linux-6.15/kernel/kcsan/
Dcore.c231 is_atomic(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, int type) in is_atomic()
268 should_watch(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, int type) in should_watch()
321 static void delay_access(int type) in delay_access()
402 int type, unsigned long ip) in find_reorder_access()
419 int type, unsigned long ip) in set_reorder_access()
457 int type, in kcsan_found_watchpoint()
527 kcsan_setup_watchpoint(const volatile void *ptr, size_t size, int type, unsigned long ip) in kcsan_setup_watchpoint()
719 check_access(const volatile void *ptr, size_t size, int type, unsigned long ip) in check_access()
907 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type, in kcsan_begin_scoped_access()
956 void __kcsan_check_access(const volatile void *ptr, size_t size, int type) in __kcsan_check_access()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c32 u8 type; member
143 pll_map_reg(struct nvkm_bios *bios, u32 reg, u32 *type, u8 *ver, u8 *len) in pll_map_reg()
185 pll_map_type(struct nvkm_bios *bios, u8 type, u32 *reg, u8 *ver, u8 *len) in pll_map_type()
230 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()

12345678910>>...306