Searched refs:ent (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dswap_cgroup.h9 extern unsigned short swap_cgroup_cmpxchg(swp_entry_t ent,
11 extern unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id,
13 extern unsigned short lookup_swap_cgroup_id(swp_entry_t ent);
20 unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id, argument
27 unsigned short lookup_swap_cgroup_id(swp_entry_t ent) argument
H A Dnubus.h98 const struct nubus_dirent *ent,
101 const struct nubus_dirent *ent,
104 const struct nubus_dirent *ent);
112 const struct nubus_dirent *ent,
116 const struct nubus_dirent *ent,
119 const struct nubus_dirent *ent) {}
146 struct nubus_dirent *ent);
149 struct nubus_dirent *ent);
153 int nubus_get_subdir(const struct nubus_dirent *ent,
111 nubus_proc_add_rsrc_dir(struct proc_dir_entry *procdir, const struct nubus_dirent *ent, struct nubus_board *board) argument
115 nubus_proc_add_rsrc_mem(struct proc_dir_entry *procdir, const struct nubus_dirent *ent, unsigned int size) argument
118 nubus_proc_add_rsrc(struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
/linux-master/drivers/nubus/
H A Dnubus.c249 struct nubus_dirent ent; local
257 if (nubus_readdir(dir, &ent) == -1)
259 if (nubus_get_subdir(&ent, dir) == -1)
265 int nubus_get_subdir(const struct nubus_dirent *ent, argument
268 dir->ptr = dir->base = nubus_dirptr(ent);
270 dir->mask = ent->mask;
275 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) argument
283 ent->base = nd->ptr;
296 ent->type = resid >> 24;
298 ent
330 nubus_find_rsrc(struct nubus_dir *dir, unsigned char rsrc_type, struct nubus_dirent *ent) argument
350 struct nubus_dirent ent; local
370 struct nubus_dirent ent; local
397 nubus_get_display_resource(struct nubus_rsrc *fres, struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
419 nubus_get_network_resource(struct nubus_rsrc *fres, struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
441 nubus_get_cpu_resource(struct nubus_rsrc *fres, struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
474 nubus_get_private_resource(struct nubus_rsrc *fres, struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
501 struct nubus_dirent ent; local
592 nubus_get_icon(struct nubus_board *board, struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
616 struct nubus_dirent ent; local
642 struct nubus_dirent ent; local
730 struct nubus_dirent ent; local
[all...]
H A Dproc.c69 const struct nubus_dirent *ent,
77 snprintf(name, sizeof(name), "%x", ent->type);
122 struct nubus_dirent ent; local
127 ent.mask = lanes;
128 ent.base = pded->res_ptr;
129 ent.data = 0;
130 nubus_seq_write_rsrc_mem(m, &ent, pded->res_size);
154 const struct nubus_dirent *ent,
163 snprintf(name, sizeof(name), "%x", ent->type);
165 pded = nubus_proc_alloc_pde_data(nubus_dirptr(ent), siz
68 nubus_proc_add_rsrc_dir(struct proc_dir_entry *procdir, const struct nubus_dirent *ent, struct nubus_board *board) argument
153 nubus_proc_add_rsrc_mem(struct proc_dir_entry *procdir, const struct nubus_dirent *ent, unsigned int size) argument
173 nubus_proc_add_rsrc(struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfs4idmap.c63 struct ent { struct
80 struct ent *new = container_of(cnew, struct ent, h);
81 struct ent *itm = container_of(citm, struct ent, h);
93 struct ent *map = container_of(ref, struct ent, h.ref);
100 struct ent *e = kmalloc(sizeof(*e), GFP_KERNEL);
112 idtoname_hash(struct ent *ent) argument
136 struct ent *ent = container_of(ch, struct ent, h); local
160 struct ent *ent; local
208 struct ent ent, *res; local
301 nametoid_hash(struct ent *ent) argument
316 struct ent *ent = container_of(ch, struct ent, h); local
338 struct ent *ent; local
378 struct ent ent, *res; local
[all...]
/linux-master/lib/
H A Derror-inject.c26 struct ei_entry *ent; local
30 list_for_each_entry(ent, &error_injection_list, list) {
31 if (addr >= ent->start_addr && addr < ent->end_addr) {
42 struct ei_entry *ent; local
46 list_for_each_entry(ent, &error_injection_list, list) {
47 if (addr >= ent->start_addr && addr < ent->end_addr) {
48 ei_type = ent->etype;
69 struct ei_entry *ent; local
119 struct ei_entry *ent, *n; local
199 struct ei_entry *ent = list_entry(v, struct ei_entry, list); local
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dmemtrace.c43 struct memtrace_entry *ent = filp->private_data; local
45 return simple_read_from_buffer(ubuf, count, ppos, ent->mem, ent->size);
50 struct memtrace_entry *ent = filp->private_data; local
52 if (ent->size < vma->vm_end - vma->vm_start)
55 if (vma->vm_pgoff << PAGE_SHIFT >= ent->size)
59 return remap_pfn_range(vma, vma->vm_start, PHYS_PFN(ent->start) + vma->vm_pgoff,
190 struct memtrace_entry *ent = &memtrace_array[i]; local
192 ent->mem = ioremap(ent
239 struct memtrace_entry *ent; local
[all...]
H A Dopal-xscom.c90 struct scom_debug_entry *ent = filp->private_data; local
103 rc = opal_scom_read(ent->chip, reg_base, reg, &val);
121 struct scom_debug_entry *ent = filp->private_data; local
136 rc = opal_scom_write(ent->chip, reg_base, reg, val);
158 struct scom_debug_entry *ent; local
161 ent = kzalloc(sizeof(*ent), GFP_KERNEL);
162 if (!ent)
165 ent->chip = chip;
166 snprintf(ent
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c123 qla27xx_skip_entry(struct qla27xx_fwdt_entry *ent, void *buf) argument
126 ent->hdr.driver_flags |= DRIVER_FLAG_SKIP_ENTRY;
130 qla27xx_next_entry(struct qla27xx_fwdt_entry *ent) argument
132 return (void *)ent + le32_to_cpu(ent->hdr.size);
137 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len)
141 qla27xx_skip_entry(ent, buf);
143 return qla27xx_next_entry(ent);
148 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len)
152 qla27xx_skip_entry(ent, bu
136 qla27xx_fwdt_entry_t0(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
147 qla27xx_fwdt_entry_t255(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
159 qla27xx_fwdt_entry_t256(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
175 qla27xx_fwdt_entry_t257(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
191 qla27xx_fwdt_entry_t258(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
210 qla27xx_fwdt_entry_t259(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
229 qla27xx_fwdt_entry_t260(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
243 qla27xx_fwdt_entry_t261(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
257 qla27xx_fwdt_entry_t262(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
326 qla27xx_fwdt_entry_t263(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
393 qla27xx_fwdt_entry_t264(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
421 qla27xx_fwdt_entry_t265(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
433 qla27xx_fwdt_entry_t266(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
450 qla27xx_fwdt_entry_t267(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
464 qla27xx_fwdt_entry_t268(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
534 qla27xx_fwdt_entry_t269(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
551 qla27xx_fwdt_entry_t270(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
571 qla27xx_fwdt_entry_t271(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
587 qla27xx_fwdt_entry_t272(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
607 qla27xx_fwdt_entry_t273(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
630 qla27xx_fwdt_entry_t274(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
692 qla27xx_fwdt_entry_t275(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
721 qla27xx_fwdt_entry_t276(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
746 qla27xx_fwdt_entry_t277(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
763 qla27xx_fwdt_entry_t278(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
780 qla27xx_fwdt_entry_other(struct scsi_qla_host *vha, struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) argument
841 struct qla27xx_fwdt_entry *ent = (void *)tmp + local
[all...]
/linux-master/fs/ocfs2/
H A Dfilecheck.c208 ocfs2_filecheck_erase_entries(struct ocfs2_filecheck_sysfs_entry *ent,
211 ocfs2_filecheck_adjust_max(struct ocfs2_filecheck_sysfs_entry *ent, argument
219 spin_lock(&ent->fs_fcheck->fc_lock);
220 if (len < (ent->fs_fcheck->fc_size - ent->fs_fcheck->fc_done)) {
224 len, ent->fs_fcheck->fc_size - ent->fs_fcheck->fc_done);
227 if (len < ent->fs_fcheck->fc_size)
228 BUG_ON(!ocfs2_filecheck_erase_entries(ent,
229 ent
306 struct ocfs2_filecheck_sysfs_entry *ent = container_of(kobj, local
345 ocfs2_filecheck_is_dup_entry(struct ocfs2_filecheck_sysfs_entry *ent, unsigned long ino) argument
361 ocfs2_filecheck_erase_entry(struct ocfs2_filecheck_sysfs_entry *ent) argument
379 ocfs2_filecheck_erase_entries(struct ocfs2_filecheck_sysfs_entry *ent, unsigned int count) argument
396 ocfs2_filecheck_done_entry(struct ocfs2_filecheck_sysfs_entry *ent, struct ocfs2_filecheck_entry *entry) argument
428 ocfs2_filecheck_handle_entry(struct ocfs2_filecheck_sysfs_entry *ent, struct ocfs2_filecheck_entry *entry) argument
453 struct ocfs2_filecheck_sysfs_entry *ent = container_of(kobj, local
[all...]
/linux-master/drivers/soc/qcom/
H A Dcmd-db.c120 rsc_offset(const struct rsc_hdr *hdr, const struct entry_header *ent) argument
123 u16 loffset = le16_to_cpu(ent->offset);
148 const struct entry_header *ent; local
150 u8 query[sizeof(ent->id)] __nonstring;
163 ent = rsc_to_entry_header(rsc_hdr);
164 for (j = 0; j < le16_to_cpu(rsc_hdr->cnt); j++, ent++) {
165 if (memcmp(ent->id, query, sizeof(ent->id)) == 0) {
167 *eh = ent;
191 const struct entry_header *ent; local
210 const struct entry_header *ent; local
258 const struct entry_header *ent; local
275 const struct entry_header *ent; local
[all...]
/linux-master/drivers/w1/
H A Dw1_family.c23 struct list_head *ent, *n; local
28 list_for_each_safe(ent, n, &w1_families) {
29 f = list_entry(ent, struct w1_family, family_entry);
56 struct list_head *ent, *n; local
60 list_for_each_safe(ent, n, &w1_families) {
61 f = list_entry(ent, struct w1_family, family_entry);
88 struct list_head *ent, *n; local
92 list_for_each_safe(ent, n, &w1_families) {
93 f = list_entry(ent, struct w1_family, family_entry);
/linux-master/drivers/nvdimm/
H A Dbtt.h34 #define ent_lba(ent) (ent & MAP_LBA_MASK)
35 #define ent_e_flag(ent) (!!(ent & MAP_ERR_MASK))
36 #define ent_z_flag(ent) (!!(ent & MAP_TRIM_MASK))
37 #define set_e_flag(ent) (ent |= MAP_ERR_MASK)
39 #define ent_normal(ent) (ent_e_flag(ent)
92 struct log_entry ent[4]; member in struct:log_group
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c111 struct mlx5_ib_dev *dev = async_create->ent->dev;
124 static void queue_adjust_cache_locked(struct mlx5_cache_ent *ent);
146 static int push_mkey_locked(struct mlx5_cache_ent *ent, u32 mkey) argument
148 unsigned long tmp = ent->mkeys_queue.ci % NUM_MKEYS_PER_PAGE;
151 lockdep_assert_held(&ent->mkeys_queue.lock);
152 if (ent->mkeys_queue.ci >=
153 ent->mkeys_queue.num_pages * NUM_MKEYS_PER_PAGE) {
157 ent->mkeys_queue.num_pages++;
158 list_add_tail(&page->list, &ent->mkeys_queue.pages_list);
160 page = list_last_entry(&ent
169 pop_mkey_locked(struct mlx5_cache_ent *ent) argument
193 struct mlx5_cache_ent *ent = mkey_out->ent; local
240 set_cache_mkc(struct mlx5_cache_ent *ent, void *mkc) argument
257 add_keys(struct mlx5_cache_ent *ent, unsigned int num) argument
301 create_cache_mkey(struct mlx5_cache_ent *ent, u32 *mkey) argument
324 remove_cache_mr_locked(struct mlx5_cache_ent *ent) argument
364 remove_cache_mr_locked(ent); variable
372 struct mlx5_cache_ent *ent = filp->private_data; local
410 struct mlx5_cache_ent *ent = filp->private_data; local
432 struct mlx5_cache_ent *ent = filp->private_data; local
456 struct mlx5_cache_ent *ent = filp->private_data; local
476 struct mlx5_cache_ent *ent; local
500 queue_adjust_cache_locked(struct mlx5_cache_ent *ent) argument
529 __cache_work_func(struct mlx5_cache_ent *ent) argument
597 struct mlx5_cache_ent *ent; local
628 mlx5_cache_ent_insert(struct mlx5_mkey_cache *cache, struct mlx5_cache_ent *ent) argument
689 _mlx5_mr_cache_alloc(struct mlx5_ib_dev *dev, struct mlx5_cache_ent *ent, int access_flags) argument
759 struct mlx5_cache_ent *ent = mkey_cache_ent_from_rb_key(dev, rb_key); local
767 clean_keys(struct mlx5_ib_dev *dev, struct mlx5_cache_ent *ent) argument
791 mlx5_mkey_cache_debugfs_add_ent(struct mlx5_ib_dev *dev, struct mlx5_cache_ent *ent) argument
829 mlx5r_mkeys_init(struct mlx5_cache_ent *ent) argument
843 mlx5r_mkeys_uninit(struct mlx5_cache_ent *ent) argument
859 struct mlx5_cache_ent *ent; local
911 struct mlx5_cache_ent *ent; local
944 struct mlx5_cache_ent *ent; local
996 struct mlx5_cache_ent *ent; local
1134 struct mlx5_cache_ent *ent; local
1803 struct mlx5_cache_ent *ent; local
1844 struct mlx5_cache_ent *ent = mr->mmkey.cache_ent; local
[all...]
/linux-master/tools/iio/
H A Dlsiio.c43 const struct dirent *ent; local
49 while (ent = readdir(dp), ent)
50 if (check_prefix(ent->d_name, "in_") &&
51 (check_postfix(ent->d_name, "_raw") ||
52 check_postfix(ent->d_name, "_input")))
53 printf(" %-10s\n", ent->d_name);
103 const struct dirent *ent; local
113 while (ent = readdir(dp), ent) {
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c119 struct mlx5_cmd_work_ent *ent; local
121 ent = kzalloc(sizeof(*ent), alloc_flags);
122 if (!ent)
125 ent->idx = -EINVAL;
126 ent->in = in;
127 ent->out = out;
128 ent->uout = uout;
129 ent->uout_size = uout_size;
130 ent
140 cmd_free_ent(struct mlx5_cmd_work_ent *ent) argument
159 cmd_alloc_index(struct mlx5_cmd *cmd, struct mlx5_cmd_work_ent *ent) argument
182 cmd_ent_get(struct mlx5_cmd_work_ent *ent) argument
187 cmd_ent_put(struct mlx5_cmd_work_ent *ent) argument
267 set_signature(struct mlx5_cmd_work_ent *ent, int csum) argument
276 poll_timeout(struct mlx5_cmd_work_ent *ent) argument
297 verify_signature(struct mlx5_cmd_work_ent *ent) argument
858 dump_command(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent, int input) argument
922 struct mlx5_cmd_work_ent *ent = container_of(dwork, local
967 struct mlx5_cmd_work_ent *ent = container_of(work, struct mlx5_cmd_work_ent, work); local
1126 wait_func_handle_exec_timeout(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent) argument
1151 wait_func(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent) argument
1210 struct mlx5_cmd_work_ent *ent; local
1673 struct mlx5_cmd_work_ent *ent; local
[all...]
/linux-master/drivers/scsi/
H A Desp_scsi.c190 "ent[%d] %s val[%02x] sreg[%02x] seqreg[%02x] "
404 static dma_addr_t esp_cur_dma_addr(struct esp_cmd_entry *ent, argument
409 if (ent->flags & ESP_CMD_FLAG_AUTOSENSE) {
410 return ent->sense_dma +
411 (ent->sense_ptr - cmd->sense_buffer);
419 static unsigned int esp_cur_dma_len(struct esp_cmd_entry *ent, argument
424 if (ent->flags & ESP_CMD_FLAG_AUTOSENSE) {
426 (ent->sense_ptr - cmd->sense_buffer);
431 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent, argument
436 if (ent
465 esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent) argument
480 esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent) argument
574 esp_alloc_lun_tag(struct esp_cmd_entry *ent, struct esp_lun_data *lp) argument
617 esp_free_lun_tag(struct esp_cmd_entry *ent, struct esp_lun_data *lp) argument
630 esp_map_sense(struct esp *esp, struct esp_cmd_entry *ent) argument
642 esp_unmap_sense(struct esp *esp, struct esp_cmd_entry *ent) argument
657 esp_autosense(struct esp *esp, struct esp_cmd_entry *ent) argument
706 struct esp_cmd_entry *ent; local
740 struct esp_cmd_entry *ent; local
893 esp_put_ent(struct esp *esp, struct esp_cmd_entry *ent) argument
898 esp_cmd_is_done(struct esp *esp, struct esp_cmd_entry *ent, struct scsi_cmnd *cmd, unsigned char host_byte) argument
947 esp_event_queue_full(struct esp *esp, struct esp_cmd_entry *ent) argument
960 struct esp_cmd_entry *ent; local
1049 struct esp_cmd_entry *ent; local
1139 struct esp_cmd_entry *ent; local
1224 struct esp_cmd_entry *ent; local
1316 esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent, struct scsi_cmnd *cmd) argument
1451 struct esp_cmd_entry *ent = esp->active_cmd; local
1591 struct esp_cmd_entry *ent = esp->active_cmd; local
1639 struct esp_cmd_entry *ent; local
1669 struct esp_cmd_entry *ent = esp->active_cmd; local
1739 struct esp_cmd_entry *ent = esp->active_cmd; local
1780 struct esp_cmd_entry *ent = esp->active_cmd; local
1825 struct esp_cmd_entry *ent = esp->active_cmd; local
1851 struct esp_cmd_entry *ent = esp->active_cmd; local
2028 esp_reset_cleanup_one(struct esp *esp, struct esp_cmd_entry *ent) argument
2054 struct esp_cmd_entry *ent, *tmp; local
2493 struct esp_cmd_entry *ent, *tmp; local
[all...]
/linux-master/arch/alpha/boot/
H A Dhead.S12 .ent __start
22 .ent wrent
31 .ent wrkgp
40 .ent switch_to_osf_pal
90 .ent tbi
99 .ent halt
108 .ent move_stack
/linux-master/include/media/drv-intf/
H A Dexynos-fimc.h152 #define fimc_pipeline_call(ent, op, args...) \
153 ((!(ent) || !(ent)->pipe) ? -ENOENT : \
154 (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
155 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Di2c.c75 u16 ent = dcb_i2c_entry(bios, idx, &ver, &len); local
76 if (ent) {
78 u32 ent_value = nvbios_rd32(bios, ent);
88 info->type = nvbios_rd08(bios, ent + 0x03);
90 info->type = nvbios_rd08(bios, ent + 0x03) & 0x07;
102 info->drive = nvbios_rd08(bios, ent + 0);
103 info->sense = nvbios_rd08(bios, ent + 1);
106 info->drive = nvbios_rd08(bios, ent + 1);
109 info->drive = nvbios_rd08(bios, ent + 0) & 0x0f;
110 if (nvbios_rd08(bios, ent
[all...]
/linux-master/net/
H A Dsysctl_net.c126 struct ctl_table *ent; local
129 ent = table;
130 for (size_t i = 0; i < table_size && ent->procname; ent++, i++) {
135 ent->procname, ent->mode, ent->proc_handler, ent->data);
138 if ((ent->mode & 0222) == 0) {
144 addr = (unsigned long)ent
[all...]
/linux-master/drivers/md/
H A Dmd-autodetect.c64 int ent; local
75 for (ent=0 ; ent< md_setup_ents ; ent++)
76 if (md_setup_args[ent].minor == minor &&
77 md_setup_args[ent].partitioned == partitioned) {
82 if (ent >= ARRAY_SIZE(md_setup_args)) {
86 if (ent >= md_setup_ents)
96 md_setup_args[ent].level = level;
97 md_setup_args[ent]
270 int ent; local
[all...]
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-streamer.c18 * @ent: reference media_entity
25 static struct media_entity *vimc_get_source_entity(struct media_entity *ent) argument
30 for (i = 0; i < ent->num_pads; i++) {
31 if (ent->pads[i].flags & MEDIA_PAD_FL_SOURCE)
33 pad = media_pad_remote_pad_first(&ent->pads[i]);
58 if (!is_media_entity_v4l2_subdev(ved->ent))
61 sd = media_entity_to_v4l2_subdev(ved->ent);
95 if (is_media_entity_v4l2_subdev(ved->ent)) {
96 sd = media_entity_to_v4l2_subdev(ved->ent);
100 ved->ent
[all...]
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-cpd.c54 const struct ipu6_cpd_ent *ent; local
56 ent = (const struct ipu6_cpd_ent *)((const u8 *)cpd + cpd_hdr->hdr_len);
57 return ent + idx;
164 const struct ipu6_cpd_ent *ent, *man_ent, *met_ent; local
193 ent = ipu6_cpd_get_moduledata(src);
195 ret = ipu6_cpd_parse_module_data(isp, src + ent->offset,
196 ent->len, dma_addr_src + ent->offset,
233 const struct ipu6_cpd_ent *ent; local
246 if ((cpd_size - len) / sizeof(*ent) < cpd_hd
323 const struct ipu6_cpd_ent *ent; local
[all...]
/linux-master/drivers/infiniband/hw/mlx4/
H A Dcm.c180 struct id_map_entry *ent = container_of(delay, struct id_map_entry, timeout); local
182 struct mlx4_ib_dev *dev = ent->dev;
187 if (!xa_erase(&sriov->pv_id_table, ent->pv_cm_id))
189 found_ent = id_map_find_by_sl_id(&dev->ib_dev, ent->slave_id, ent->sl_cm_id);
190 if (found_ent && found_ent == ent)
194 list_del(&ent->list);
196 kfree(ent);
203 struct id_map_entry *ent; local
207 ent
235 struct id_map_entry *ent; local
267 struct id_map_entry *ent; local
550 struct id_map_entry *ent = local
562 struct id_map_entry *ent = local
[all...]

Completed in 222 milliseconds

1234567891011>>