Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_isr.c355 struct csio_msix_entries *entryp = &hw->msix_entries[0]; in csio_add_msix_desc() local
357 int len = sizeof(entryp->desc) - 1; in csio_add_msix_desc()
361 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc()
362 snprintf(entryp->desc, len, "csio-%02x:%02x:%x-nondata", in csio_add_msix_desc()
365 entryp++; in csio_add_msix_desc()
366 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc()
367 snprintf(entryp->desc, len, "csio-%02x:%02x:%x-fwevt", in csio_add_msix_desc()
369 entryp++; in csio_add_msix_desc()
372 for (i = k; i < cnt; i++, entryp++) { in csio_add_msix_desc()
373 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc()
[all …]
/linux-4.4.14/include/sound/
Dinfo.h149 struct snd_info_entry **entryp) in snd_card_proc_new() argument
151 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
152 return *entryp ? 0 : -ENOMEM; in snd_card_proc_new()
188 struct snd_info_entry **entryp) { return -EINVAL; } in snd_card_proc_new() argument
/linux-4.4.14/arch/powerpc/kernel/
Drtas.c1137 const __be32 *basep, *entryp, *sizep; in rtas_initialize() local
1144 entryp = of_get_property(rtas.dev, in rtas_initialize()
1146 if (entryp == NULL) /* Ugh */ in rtas_initialize()
1149 rtas.entry = __be32_to_cpu(*entryp); in rtas_initialize()
1175 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1181 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
1184 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1186 rtas.entry = *entryp; in early_init_dt_scan_rtas()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal.c77 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
84 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal()
87 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
91 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal()
97 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
/linux-4.4.14/include/linux/
Dswapops.h152 static inline void make_migration_entry_read(swp_entry_t *entryp) { } in make_migration_entry_read() argument
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c299 void ldebugfs_remove(struct dentry **entryp) in ldebugfs_remove() argument
301 debugfs_remove_recursive(*entryp); in ldebugfs_remove()
302 *entryp = NULL; in ldebugfs_remove()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h566 void ldebugfs_remove(struct dentry **entryp);