Home
last modified time | relevance | path

Searched refs:app_name (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/misc/genwqe/
A Dcard_sysfs.c52 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 Dcard_base.h313 char app_name[5]; member
481 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len);
A Dcard_utils.c138 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 Dcard_base.c436 genwqe_read_app_id(cd, cd->app_name, sizeof(cd->app_name)); in genwqe_read_ids()
/linux-6.3-rc2/samples/bpf/
A Dxdp_fwd_user.c50 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 Dfreefall.c27 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 Docteon_device.c1187 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 Doss-emulation.rst138 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 Dalsa-configuration.rst2674 <app_name> <fragments> <fragment_size> [<options>]
2675 <app_name>

Completed in 19 milliseconds