Searched refs:app_name (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/misc/genwqe/ |
A D | card_sysfs.c | 52 char app_name[5]; in appid_show() local 55 genwqe_read_app_id(cd, app_name, sizeof(app_name)); in appid_show() 56 return sprintf(buf, "%s\n", app_name); in appid_show()
|
A D | card_base.h | 313 char app_name[5]; member 481 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len);
|
A D | card_utils.c | 138 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len) in genwqe_read_app_id() argument 143 memset(app_name, 0, len); in genwqe_read_app_id() 149 app_name[i++] = isprint(ch) ? ch : 'X'; in genwqe_read_app_id()
|
A D | card_base.c | 436 genwqe_read_app_id(cd, cd->app_name, sizeof(cd->app_name)); in genwqe_read_ids()
|
/linux-6.3-rc2/samples/bpf/ |
A D | xdp_fwd_user.c | 50 static int do_detach(int ifindex, const char *ifname, const char *app_name) in do_detach() argument 85 snprintf(prog_name, sizeof(prog_name), "%s_prog", app_name); in do_detach() 89 printf("ERROR: %s isn't attached to %s\n", app_name, ifname); in do_detach()
|
/linux-6.3-rc2/tools/laptop/freefall/ |
A D | freefall.c | 27 static const char app_name[] = "FREE FALL"; variable 139 openlog(app_name, LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1); in main()
|
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/ |
A D | octeon_device.c | 1187 char app_name[16]; in octeon_core_drv_init() local 1206 strncpy(app_name, in octeon_core_drv_init() 1209 sizeof(app_name) - 1); in octeon_core_drv_init() 1257 app_name, CVM_CAST64(cs->corefreq)); in octeon_core_drv_init()
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | oss-emulation.rst | 138 app_name fragments fragment_size [options] 140 ``app_name`` is the name of application with (higher priority) or without
|
/linux-6.3-rc2/Documentation/sound/ |
A D | alsa-configuration.rst | 2674 <app_name> <fragments> <fragment_size> [<options>] 2675 <app_name>
|
Completed in 19 milliseconds