Searched refs:ps_name (Results 1 – 3 of 3) sorted by relevance
/drivers/media/radio/si4713/ |
D | si4713.c | 822 static int si4713_set_rds_ps_name(struct si4713_device *sdev, char *ps_name) in si4713_set_rds_ps_name() argument 828 if (!strlen(ps_name)) in si4713_set_rds_ps_name() 829 memset(ps_name, 0, MAX_RDS_PS_NAME + 1); in si4713_set_rds_ps_name() 835 ps_name + i); in si4713_set_rds_ps_name() 841 if (strlen(ps_name)) in si4713_set_rds_ps_name() 842 len = strlen(ps_name) - 1; in si4713_set_rds_ps_name()
|
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 1602 CDEBUG(D_NET, "Finalize %s pool\n", pool->po_owner->ps_name); in kiblnd_fini_pool() 1607 CDEBUG(D_NET, "Initialize %s pool\n", ps->ps_name); in kiblnd_init_pool() 1675 if (strlcpy(ps->ps_name, name, sizeof(ps->ps_name)) in kiblnd_init_poolset() 1676 >= sizeof(ps->ps_name)) in kiblnd_init_poolset() 1686 CERROR("Failed to create the first pool for %s\n", ps->ps_name); in kiblnd_init_poolset() 1760 ps->ps_name); in kiblnd_pool_alloc_node() 1774 CDEBUG(D_NET, "%s pool exhausted, allocate new pool\n", ps->ps_name); in kiblnd_pool_alloc_node() 1785 ps->ps_name); in kiblnd_pool_alloc_node()
|
D | o2iblnd.h | 245 char ps_name[IBLND_POOL_NAME_LEN]; /* pool set name */ member
|