Searched refs:entryp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_isr.c | 355 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.1.27/arch/powerpc/kernel/ |
D | rtas.c | 1135 const __be32 *basep, *entryp, *sizep; in rtas_initialize() local 1142 entryp = of_get_property(rtas.dev, in rtas_initialize() 1144 if (entryp == NULL) /* Ugh */ in rtas_initialize() 1147 rtas.entry = __be32_to_cpu(*entryp); in rtas_initialize() 1173 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 1179 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas() 1182 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 1184 rtas.entry = *entryp; in early_init_dt_scan_rtas()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal.c | 83 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local 90 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal() 93 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal() 97 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal() 103 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
|
/linux-4.1.27/include/sound/ |
D | info.h | 139 struct snd_info_entry **entryp); 174 struct snd_info_entry **entryp) { return -EINVAL; } in snd_card_proc_new() argument
|
/linux-4.1.27/include/linux/ |
D | swapops.h | 152 static inline void make_migration_entry_read(swp_entry_t *entryp) { } in make_migration_entry_read() argument
|
/linux-4.1.27/sound/core/ |
D | info.c | 888 struct snd_info_entry **entryp) in snd_card_proc_new() argument 905 if (entryp) in snd_card_proc_new() 906 *entryp = entry; in snd_card_proc_new()
|