Searched refs:ent (Results 151 - 175 of 627) sorted by relevance

1234567891011>>

/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-common.c179 bool vimc_is_source(struct media_entity *ent) argument
183 for (i = 0; i < ent->num_pads; i++)
184 if (ent->pads[i].flags & MEDIA_PAD_FL_SINK)
366 ved->ent = &sd->entity;
H A Dvimc-core.c179 media_entity_remove_links(vimc->ent_devs[i]->ent);
196 ret = media_create_pad_link(ved_src->ent, link->src_pad,
197 ved_sink->ent, link->sink_pad,
211 media_create_ancillary_link(ved_primary->ent, ved_ancillary->ent);
/linux-master/fs/omfs/
H A Dfile.c191 static sector_t find_block(struct inode *inode, struct omfs_extent_entry *ent, argument
198 be64_to_cpu(ent->e_blocks));
208 be64_to_cpu(ent->e_cluster)) +
212 ent++;
/linux-master/arch/alpha/lib/
H A Dev67-strncat.S29 .ent strncat
/linux-master/tools/perf/util/
H A Dprint-events.c175 struct probe_cache_entry *ent; local
180 list_for_each_entry(ent, &pcache->entries, node) {
184 ent->pev.group, ent->pev.event, bid_nd->s);
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.c181 struct list_head *ent; local
189 list_for_each(ent, &vas_instances) {
190 vinst = list_entry(ent, struct vas_instance, node);
/linux-master/drivers/gpio/
H A Dgpio-amd8111.c177 const struct pci_device_id *ent; local
189 ent = pci_match_id(pci_tbl, pdev);
190 if (ent)
/linux-master/drivers/ata/
H A Dsata_sis.c49 static int sis_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
181 static int sis_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
214 switch (ent->device) {
H A Dsata_uli.c43 static int uli_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
129 static int uli_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
132 unsigned int board_idx = (unsigned int) ent->driver_data;
/linux-master/arch/mips/sibyte/common/
H A Dbus_watcher.c134 struct proc_dir_entry *ent; local
136 ent = proc_create_single_data("bus_watcher", S_IWUSR | S_IRUGO, NULL,
138 if (!ent) {
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c121 * @ent: entry in idpf_pci_tbl
125 static int idpf_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
138 switch (ent->device) {
149 ent->device);
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1630 unsigned long now, unsigned long ent,
1635 if (!time_after(now, net_req->pre_send_jif + ent))
1638 if (time_in_range(now, connection->last_reconnect_jif, connection->last_reconnect_jif + ent))
1674 if (time_after(now, connection->send.last_sent_barrier_jif + ent)) {
1707 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */ local
1725 ent = timeout * HZ/10 * ko_count;
1726 et = min_not_zero(dt, ent);
1769 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout))
1781 ent
1628 net_timeout_reached(struct drbd_request *net_req, struct drbd_connection *connection, unsigned long now, unsigned long ent, unsigned int ko_count, unsigned int timeout) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dattr_repair.c282 struct xfs_attr_leaf_entry *ent,
301 if (!xrep_xattr_want_salvage(rx, ent->flags, lentry->nameval,
308 return xrep_xattr_salvage_key(rx, ent->flags, lentry->nameval,
319 struct xfs_attr_leaf_entry *ent,
333 .attr_filter = ent->flags & XFS_ATTR_NSP_ONDISK_MASK,
351 !xrep_xattr_want_salvage(rx, ent->flags, rentry->name,
377 error = xrep_xattr_salvage_key(rx, ent->flags, rentry->name,
398 struct xfs_attr_leaf_entry *ent; local
418 for (i = 0, ent = entries; i < leafhdr.count; ent
280 xrep_xattr_salvage_local_attr( struct xrep_xattr *rx, struct xfs_attr_leaf_entry *ent, unsigned int nameidx, const char *buf_end, struct xfs_attr_leaf_name_local *lentry) argument
317 xrep_xattr_salvage_remote_attr( struct xrep_xattr *rx, struct xfs_attr_leaf_entry *ent, unsigned int nameidx, const char *buf_end, struct xfs_attr_leaf_name_remote *rentry, unsigned int ent_idx, struct xfs_buf *leaf_bp) argument
[all...]
/linux-master/arch/mips/kernel/
H A Dbmips_5xxx_init.S306 .ent enable_ID
328 .ent l1_init
626 .ent core_init
684 .ent clear_jump_target_buffer
720 .ent bmips_5xxx_init
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c244 const struct pch_gbe_opt_list *ent; local
247 ent = &opt->arg.l.p[i];
248 if (*value == ent->i) {
249 if (ent->str[0] != '\0')
251 ent->str);
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c61 struct otx_cpt_pending_entry *ent = NULL; local
63 ent = &q->head[q->rear];
64 if (unlikely(ent->busy))
71 return ent;
273 u8 *ent; local
280 ent = &queue->qhead->head[queue->idx * OTX_CPT_INST_SIZE];
281 memcpy(ent, (void *) cptinst, OTX_CPT_INST_SIZE);
/linux-master/drivers/net/ethernet/8390/
H A Dmac8390.c290 struct nubus_dirent ent; local
311 if (nubus_find_rsrc(&dir, NUBUS_RESID_MAC_ADDRESS, &ent) == -1) {
316 nubus_get_rsrc_mem(addr, &ent, 6);
322 &ent) == -1) {
327 nubus_get_rsrc_mem(&offset, &ent, 4);
333 &ent) == -1) {
338 nubus_get_rsrc_mem(&offset, &ent, 4);
/linux-master/tools/iio/
H A Diio_generic_buffer.c215 const struct dirent *ent; local
232 while (ent = readdir(dp), ent) {
233 if (iioutils_check_suffix(ent->d_name, "_en")) {
236 ent->d_name);
237 ret = write_sysfs_int(ent->d_name, scanelemdir,
241 ent->d_name);
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c1965 static void sun4v_log_error(struct pt_regs *regs, struct sun4v_error_entry *ent, argument
1968 u64 *raw_ptr = (u64 *) ent;
1982 pfx, ent->err_handle, ent->err_stick);
1984 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type));
1986 attrs = ent->err_attrs;
1997 printk("%s: raddr [0x%016llx]\n", pfx, ent->err_raddr);
1999 if (ent->err_raddr == ~(u64)0)
2004 printk("%s: size [0x%x]\n", pfx, ent->err_size);
2010 printk("%s: cpu[%u]\n", pfx, ent
2035 do_mcd_err(struct pt_regs *regs, struct sun4v_error_entry ent) argument
2081 struct sun4v_error_entry *ent, local_copy; local
2153 sun4v_nonresum_error_user_handled(struct pt_regs *regs, struct sun4v_error_entry *ent) argument
2199 struct sun4v_error_entry *ent, local_copy; local
[all...]
H A Dds.c490 struct dr_cpu_resp_entry *ent; local
495 ent = (struct dr_cpu_resp_entry *) (tag + 1);
506 ent[i].cpu = cpu;
507 ent[i].result = DR_CPU_RES_OK;
508 ent[i].stat = default_stat;
517 struct dr_cpu_resp_entry *ent; local
522 ent = (struct dr_cpu_resp_entry *) (tag + 1);
525 if (ent[i].cpu != cpu)
527 ent[i].result = res;
528 ent[
[all...]
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-core.c862 struct media_entity *ent = &dev->input_ent[i]; local
872 ent->name = saa7134_input_name[in->type];
873 ent->flags = MEDIA_ENT_FL_CONNECTOR;
883 ent->function = MEDIA_ENT_F_CONN_COMPOSITE;
888 ent->function = MEDIA_ENT_F_CONN_SVIDEO;
898 ent->function = MEDIA_ENT_F_CONN_RF;
902 ret = media_entity_pads_init(ent, 1, &dev->input_pad[i]);
906 ret = media_device_register_entity(dev->media_dev, ent);
914 struct media_entity *ent = &dev->input_ent[i]; local
916 ent
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c46 int ent, err; local
52 for (ent = 0; ent < flow_cfg->max_flows; ent++) {
57 req->entry = flow_cfg->flow_ent[ent];
79 int ent, allocated = 0; local
125 for (ent = 0; ent < rsp->count; ent++)
126 flow_cfg->flow_ent[ent
172 int ent, count; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace.c471 u8 hfi1_trace_get_tid_ctrl(u32 ent) argument
473 return EXP_TID_GET(ent, CTRL);
476 u16 hfi1_trace_get_tid_len(u32 ent) argument
478 return EXP_TID_GET(ent, LEN);
481 u16 hfi1_trace_get_tid_idx(u32 ent) argument
483 return EXP_TID_GET(ent, IDX);
/linux-master/include/trace/
H A Dtrace_events.h9 * struct trace_entry ent;
53 struct trace_entry ent; \
151 * entry = iter->ent;
167 * field = (typeof(field))iter->ent;
197 field = (typeof(field))iter->ent; \
221 entry = iter->ent; \
/linux-master/drivers/watchdog/
H A Dhpwdt.c283 const struct pci_device_id *ent)
307 ent->vendor, ent->device);
282 hpwdt_init_one(struct pci_dev *dev, const struct pci_device_id *ent) argument

Completed in 499 milliseconds

1234567891011>>