/kernel/linux/linux-6.6/tools/counter/ |
H A D | Makefile | 49 for program in $(ALL_PROGRAMS); do \ 50 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | stats.c | 39 const struct rpc_program *prog = statp->program; in rpc_proc_show() 84 const struct svc_program *prog = statp->program; in svc_seq_show() 116 * @clnt: RPC program, version, and xprt 295 return do_register(net, statp->program->name, statp, &rpc_proc_ops); in rpc_proc_register() 312 return do_register(net, statp->program->pg_name, statp, proc_ops); in svc_proc_register()
|
H A D | svc.c | 886 static int __svc_rpcb_register4(struct net *net, const u32 program, in __svc_rpcb_register4() argument 910 error = rpcb_v4_register(net, program, version, in __svc_rpcb_register4() 918 error = rpcb_register(net, program, version, protocol, port); in __svc_rpcb_register4() 934 static int __svc_rpcb_register6(struct net *net, const u32 program, in __svc_rpcb_register6() argument 958 error = rpcb_v4_register(net, program, version, in __svc_rpcb_register6() 979 const u32 program, const u32 version, in __svc_register() 988 error = __svc_rpcb_register4(net, program, version, in __svc_register() 993 error = __svc_rpcb_register6(net, program, version, in __svc_register() 1087 * and clear everything for this [program, version]. If user space 1090 * in this case to clear all existing entries for [program, versio 978 __svc_register(struct net *net, const char *progname, const u32 program, const u32 version, const int family, const unsigned short protocol, const unsigned short port) __svc_register() argument 1092 __svc_unregister(struct net *net, const u32 program, const u32 version, const char *progname) __svc_unregister() argument [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | stats.c | 39 const struct rpc_program *prog = statp->program; in rpc_proc_show() 84 const struct svc_program *prog = statp->program; in svc_seq_show() 121 * @clnt: RPC program, version, and xprt 300 return do_register(net, statp->program->name, statp, &rpc_proc_ops); in rpc_proc_register() 317 return do_register(net, statp->program->pg_name, statp, proc_ops); in svc_proc_register()
|
H A D | svc.c | 526 * @prog: the RPC program the new service will handle 541 * @prog: the RPC program the new service will handle 954 static int __svc_rpcb_register4(struct net *net, const u32 program, in __svc_rpcb_register4() argument 978 error = rpcb_v4_register(net, program, version, in __svc_rpcb_register4() 986 error = rpcb_register(net, program, version, protocol, port); in __svc_rpcb_register4() 1002 static int __svc_rpcb_register6(struct net *net, const u32 program, in __svc_rpcb_register6() argument 1026 error = rpcb_v4_register(net, program, version, in __svc_rpcb_register6() 1047 const u32 program, const u32 version, in __svc_register() 1056 error = __svc_rpcb_register4(net, program, version, in __svc_register() 1061 error = __svc_rpcb_register6(net, program, versio in __svc_register() 1046 __svc_register(struct net *net, const char *progname, const u32 program, const u32 version, const int family, const unsigned short protocol, const unsigned short port) __svc_register() argument 1160 __svc_unregister(struct net *net, const u32 program, const u32 version, const char *progname) __svc_unregister() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas2781-fmwlib.c | 411 struct tasdevice_prog *program; in fw_parse_program_data_kernel() local 415 program = &(tas_fmw->programs[i]); in fw_parse_program_data_kernel() 424 offset = fw_parse_data_kernel(tas_fmw, &(program->dev_data), in fw_parse_program_data_kernel() 469 struct tasdevice_prog *program; in fw_parse_variable_header_kernel() local 523 program = &(tas_fmw->programs[i]); in fw_parse_variable_header_kernel() 524 program->prog_size = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_variable_header_kernel() 1101 struct tasdevice_prog *program; in fw_parse_program_data() local 1129 program = &(tas_fmw->programs[i]); in fw_parse_program_data() 1148 offset = fw_parse_data(tas_fmw, &(program->dev_data), fmw, in fw_parse_program_data() 2191 struct tasdevice_prog *program; in tasdevice_select_tuningprm_cfg() local 2300 struct tasdevice_prog *program; tasdevice_prmg_load() local 2345 struct tasdevice_prog *program; tasdevice_prmg_calibdata_load() local [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_channel.c | 13 * For each program in the PAT, a PMT section will be created 92 s302m->program = vidtv_psi_pat_program_init(NULL, in vidtv_channel_s302m_init() 95 if (!s302m->program) in vidtv_channel_s302m_init() 147 vidtv_psi_pat_program_destroy(s302m->program); in vidtv_channel_s302m_init() 274 curr = cur_chnl->program; in vidtv_channel_pat_prog_cat_into_new() 537 vidtv_psi_pat_program_destroy(curr->program); in vidtv_channels_destroy()
|
H A D | vidtv_channel.h | 13 * For each program in the PAT, a PMT section will be created 37 * For each program in the PAT, a PMT section will be created 46 * @program: A _single_ program with one or more streams associated with it. 48 * @streams: A stream loop used to populate the PMT section for 'program' 58 struct vidtv_psi_table_pat_program *program; member
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_channel.c | 13 * For each program in the PAT, a PMT section will be created 92 s302m->program = vidtv_psi_pat_program_init(NULL, in vidtv_channel_s302m_init() 95 if (!s302m->program) in vidtv_channel_s302m_init() 147 vidtv_psi_pat_program_destroy(s302m->program); in vidtv_channel_s302m_init() 274 curr = cur_chnl->program; in vidtv_channel_pat_prog_cat_into_new() 537 vidtv_psi_pat_program_destroy(curr->program); in vidtv_channels_destroy()
|
H A D | vidtv_channel.h | 13 * For each program in the PAT, a PMT section will be created 37 * For each program in the PAT, a PMT section will be created 46 * @program: A _single_ program with one or more streams associated with it. 48 * @streams: A stream loop used to populate the PMT section for 'program' 58 struct vidtv_psi_table_pat_program *program; member
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | Makefile | 64 for program in $(ALL_PROGRAMS); do \ 65 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-5.10/tools/gpio/ |
H A D | Makefile | 85 for program in $(ALL_PROGRAMS); do \ 86 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | Makefile | 56 for program in $(ALL_PROGRAMS); do \ 57 install $$program -m 755 $(DESTDIR)$(sbindir); \
|
/kernel/linux/linux-5.10/tools/spi/ |
H A D | Makefile | 61 for program in $(ALL_PROGRAMS); do \ 62 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-6.6/tools/gpio/ |
H A D | Makefile | 85 for program in $(ALL_PROGRAMS); do \ 86 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | Makefile | 54 for program in $(ALL_PROGRAMS); do \ 55 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-6.6/tools/spi/ |
H A D | Makefile | 62 for program in $(ALL_PROGRAMS); do \ 63 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | Makefile | 56 for program in $(ALL_PROGRAMS); do \ 57 install $$program -m 755 $(DESTDIR)$(sbindir); \
|
/kernel/linux/linux-6.6/tools/iio/ |
H A D | Makefile | 65 for program in $(ALL_PROGRAMS); do \ 66 install $$program $(DESTDIR)$(bindir); \
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes_dld.c | 213 hw->ops->program(hw, pdi->data, pdr_addr(pdr), pdi_len(pdi)); in hermes_plug_pdi() 297 err = hw->ops->program(hw, blk->data, blkaddr, blklen); in hermes_program() 469 hw->ops->program(hw, pdi->data, pdr_addr(pdr), in hermes_apply_pda_with_defaults()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes_dld.c | 213 hw->ops->program(hw, pdi->data, pdr_addr(pdr), pdi_len(pdi)); in hermes_plug_pdi() 297 err = hw->ops->program(hw, blk->data, blkaddr, blklen); in hermes_program() 469 hw->ops->program(hw, pdi->data, pdr_addr(pdr), in hermes_apply_pda_with_defaults()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ump_msg.h | 192 u32 program:8; member 196 u32 program:8; 434 u32 program:8; member 450 u32 program:8;
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 60 static void child_start(struct child_data *child, const char *program) in child_start() argument 117 ret = execl(program, program, NULL); in child_start() 119 program, errno, strerror(errno)); in child_start()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | Makefile | 33 $(warning test program "mte" will not be created.)
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | clnt.h | 44 u32 cl_prog, /* RPC program number */ 49 struct rpc_stat * cl_stats; /* per-program statistics */ 86 * General RPC program info 91 u32 number; /* program number */ 128 const struct rpc_program *program; member 130 u32 prognumber; /* overrides program->number */ 180 int rpcb_v4_register(struct net *net, const u32 program,
|