Searched refs:app_name (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/misc/genwqe/ |
H 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()
|
H A D | card_utils.c | 133 * @app_name: carrier used to pass-back name 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()
|
/linux/samples/bpf/ |
H 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/tools/laptop/freefall/ |
H 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/include/linux/firmware/qcom/ |
H A D | qcom_scm.h | 158 int qcom_scm_qseecom_app_get_id(const char *app_name, u32 *app_id); 164 static inline int qcom_scm_qseecom_app_get_id(const char *app_name, u32 *app_id) in qcom_scm_qseecom_app_get_id() argument
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_device.c | 1201 char app_name[16]; in octeon_core_drv_init() local 1220 strscpy(app_name, in octeon_core_drv_init() 1223 sizeof(app_name)); in octeon_core_drv_init() 1272 app_name, CVM_CAST64(cs->corefreq)); in octeon_core_drv_init()
|
/linux/Documentation/sound/designs/ |
H 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/drivers/firmware/qcom/ |
H A D | qcom_scm.c | 1882 * @app_name: The name of the app. 1892 int qcom_scm_qseecom_app_get_id(const char *app_name, u32 *app_id) in qcom_scm_qseecom_app_get_id() argument 1895 unsigned long app_name_len = strlen(app_name); in qcom_scm_qseecom_app_get_id() 1909 memcpy(name_buf, app_name, app_name_len); in qcom_scm_qseecom_app_get_id()
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 2691 <app_name> <fragments> <fragment_size> [<options>] 2692 <app_name>
|