/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_isr.c | 355 struct csio_msix_entries *entryp = &hw->msix_entries[0]; csio_add_msix_desc() local 357 int len = sizeof(entryp->desc) - 1; csio_add_msix_desc() 361 memset(entryp->desc, 0, len + 1); csio_add_msix_desc() 362 snprintf(entryp->desc, len, "csio-%02x:%02x:%x-nondata", csio_add_msix_desc() 365 entryp++; csio_add_msix_desc() 366 memset(entryp->desc, 0, len + 1); csio_add_msix_desc() 367 snprintf(entryp->desc, len, "csio-%02x:%02x:%x-fwevt", csio_add_msix_desc() 369 entryp++; csio_add_msix_desc() 372 for (i = k; i < cnt; i++, entryp++) { csio_add_msix_desc() 373 memset(entryp->desc, 0, len + 1); csio_add_msix_desc() 374 snprintf(entryp->desc, len, "csio-%02x:%02x:%x-scsi%d", csio_add_msix_desc() 384 struct csio_msix_entries *entryp = &hw->msix_entries[0]; csio_request_irqs() local 405 rv = request_irq(entryp[k].vector, csio_nondata_isr, 0, csio_request_irqs() 406 entryp[k].desc, hw); csio_request_irqs() 409 entryp[k].vector, rv); csio_request_irqs() 413 entryp[k++].dev_id = (void *)hw; csio_request_irqs() 415 rv = request_irq(entryp[k].vector, csio_fwevt_isr, 0, csio_request_irqs() 416 entryp[k].desc, hw); csio_request_irqs() 419 entryp[k].vector, rv); csio_request_irqs() 423 entryp[k++].dev_id = (void *)hw; csio_request_irqs() 432 rv = request_irq(entryp[k].vector, csio_scsi_isr, 0, csio_request_irqs() 433 entryp[k].desc, q); csio_request_irqs() 437 entryp[k].vector, rv); csio_request_irqs() 441 entryp[k].dev_id = (void *)q; csio_request_irqs() 453 entryp = &hw->msix_entries[i]; csio_request_irqs() 454 free_irq(entryp->vector, entryp->dev_id); csio_request_irqs() 465 struct csio_msix_entries *entryp; csio_disable_msix() local 470 entryp = &hw->msix_entries[i]; csio_disable_msix() 471 free_irq(entryp->vector, entryp->dev_id); csio_disable_msix() 503 struct csio_msix_entries *entryp; csio_enable_msix() local 537 entryp = &hw->msix_entries[i]; csio_enable_msix() 538 entryp->vector = entries[i].vector; csio_enable_msix()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 83 const void *basep, *entryp, *sizep; early_init_dt_scan_opal() local 90 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); early_init_dt_scan_opal() 93 if (!basep || !entryp || !sizep) early_init_dt_scan_opal() 97 opal.entry = of_read_number(entryp, entrysz/4); early_init_dt_scan_opal() 102 pr_debug("OPAL Entry = 0x%llx (entryp=%p basesz=%d)\n", early_init_dt_scan_opal() 103 opal.entry, entryp, entrysz); early_init_dt_scan_opal()
|
/linux-4.1.27/include/sound/ |
H A D | info.h | 139 struct snd_info_entry **entryp); snd_card_info_read_oss() 174 struct snd_info_entry **entryp) { return -EINVAL; } snd_info_set_text_ops() 173 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) snd_card_proc_new() argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | rtas.c | 1135 const __be32 *basep, *entryp, *sizep; rtas_initialize() local 1142 entryp = of_get_property(rtas.dev, rtas_initialize() 1144 if (entryp == NULL) /* Ugh */ rtas_initialize() 1147 rtas.entry = __be32_to_cpu(*entryp); rtas_initialize() 1173 const u32 *basep, *entryp, *sizep; early_init_dt_scan_rtas() local 1179 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); early_init_dt_scan_rtas() 1182 if (basep && entryp && sizep) { early_init_dt_scan_rtas() 1184 rtas.entry = *entryp; early_init_dt_scan_rtas()
|
/linux-4.1.27/include/linux/ |
H A D | swapops.h | 152 static inline void make_migration_entry_read(swp_entry_t *entryp) { } __migration_entry_wait() argument
|
/linux-4.1.27/sound/core/ |
H A D | info.c | 871 * @entryp: the pointer to store the new info entry 888 struct snd_info_entry **entryp) snd_card_proc_new() 905 if (entryp) snd_card_proc_new() 906 *entryp = entry; snd_card_proc_new() 887 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) snd_card_proc_new() argument
|