Home
last modified time | relevance | path

Searched refs:program (Results 1 - 25 of 188) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-stmpe.c104 u16 program[3] = { in stmpe_24xx_pwm_config() local
157 program[0] = SMAX; /* off all the time */ in stmpe_24xx_pwm_config()
160 program[0] = LOAD | 0xff; /* LOAD 0xff */ in stmpe_24xx_pwm_config()
165 program[0] = SMIN; /* on all the time */ in stmpe_24xx_pwm_config()
168 program[0] = LOAD | 0x00; /* LOAD 0x00 */ in stmpe_24xx_pwm_config()
191 /* Run the old program */ in stmpe_24xx_pwm_config()
198 program[0] = LOAD | value; in stmpe_24xx_pwm_config()
199 program[1] = 0x0000; in stmpe_24xx_pwm_config()
201 /* STMPE2401 need a complex program */ in stmpe_24xx_pwm_config()
212 program[ in stmpe_24xx_pwm_config()
[all...]
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-stmpe.c103 u16 program[3] = { in stmpe_24xx_pwm_config() local
158 program[0] = SMAX; /* off all the time */ in stmpe_24xx_pwm_config()
161 program[0] = LOAD | 0xff; /* LOAD 0xff */ in stmpe_24xx_pwm_config()
166 program[0] = SMIN; /* on all the time */ in stmpe_24xx_pwm_config()
169 program[0] = LOAD | 0x00; /* LOAD 0x00 */ in stmpe_24xx_pwm_config()
192 /* Run the old program */ in stmpe_24xx_pwm_config()
199 program[0] = LOAD | value; in stmpe_24xx_pwm_config()
200 program[1] = 0x0000; in stmpe_24xx_pwm_config()
202 /* STMPE2401 need a complex program */ in stmpe_24xx_pwm_config()
213 program[ in stmpe_24xx_pwm_config()
[all...]
/kernel/linux/linux-6.6/drivers/fpga/
H A Dlattice-sysconfig.c91 struct gpio_desc *program = priv->program; in sysconfig_gpio_refresh() local
97 gpiod_set_value(program, 1); in sysconfig_gpio_refresh()
106 /* Enter program mode */ in sysconfig_gpio_refresh()
107 gpiod_set_value(program, 0); in sysconfig_gpio_refresh()
128 struct gpio_desc *program = priv->program; in sysconfig_refresh() local
132 if (program && init && done) in sysconfig_refresh()
285 /* Enter program mode */ in sysconfig_ops_write_init()
288 dev_err(dev, "Failed to go to program mod in sysconfig_ops_write_init()
355 struct gpio_desc *program, *init, *done; sysconfig_probe() local
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dsunrpc.h139 const char *program,
143 TP_ARGS(clnt, xprt, program, server),
149 __string(program, program)
157 __assign_str(program, program)
161 TP_printk("client=%u peer=[%s]:%s program=%s server=%s",
163 __get_str(program), __get_str(server))
168 const char *program,
173 TP_ARGS(program, serve
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Ddomain.c231 && p1->program == p2->program; in tomoyo_same_transition_control()
247 char *program = param->data; in tomoyo_write_transition_control() local
248 char *domainname = strstr(program, " from "); in tomoyo_write_transition_control()
255 domainname = program; in tomoyo_write_transition_control()
256 program = NULL; in tomoyo_write_transition_control()
258 if (program && strcmp(program, "any")) { in tomoyo_write_transition_control()
259 if (!tomoyo_correct_path(program)) in tomoyo_write_transition_control()
261 e.program in tomoyo_write_transition_control()
297 tomoyo_scan_transition(const struct list_head *list, const struct tomoyo_path_info *domainname, const struct tomoyo_path_info *program, const char *last_name, const enum tomoyo_transition_type type) tomoyo_scan_transition() argument
343 tomoyo_transition_type(const struct tomoyo_policy_namespace *ns, const struct tomoyo_path_info *domainname, const struct tomoyo_path_info *program) tomoyo_transition_type() argument
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Ddomain.c231 && p1->program == p2->program; in tomoyo_same_transition_control()
247 char *program = param->data; in tomoyo_write_transition_control() local
248 char *domainname = strstr(program, " from "); in tomoyo_write_transition_control()
255 domainname = program; in tomoyo_write_transition_control()
256 program = NULL; in tomoyo_write_transition_control()
258 if (program && strcmp(program, "any")) { in tomoyo_write_transition_control()
259 if (!tomoyo_correct_path(program)) in tomoyo_write_transition_control()
261 e.program in tomoyo_write_transition_control()
297 tomoyo_scan_transition(const struct list_head *list, const struct tomoyo_path_info *domainname, const struct tomoyo_path_info *program, const char *last_name, const enum tomoyo_transition_type type) tomoyo_scan_transition() argument
343 tomoyo_transition_type(const struct tomoyo_policy_namespace *ns, const struct tomoyo_path_info *domainname, const struct tomoyo_path_info *program) tomoyo_transition_type() argument
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dsunrpc.h181 __string(program, clnt->cl_program->name)
191 __assign_str(program, clnt->cl_program->name);
198 " program=%s server=%s xprtsec=%s flags=%s",
200 __get_str(program), __get_str(server),
208 const char *program,
213 TP_ARGS(program, server, error),
217 __string(program, program)
223 __assign_str(program, program);
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c12 const struct bpf_insn program[] = { in test_raw_tp_writable_reject_nbd_invalid() local
24 .insns = program, in test_raw_tp_writable_reject_nbd_invalid()
25 .insns_cnt = sizeof(program) / sizeof(struct bpf_insn), in test_raw_tp_writable_reject_nbd_invalid()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c12 const struct bpf_insn program[] = { in test_raw_tp_writable_reject_nbd_invalid() local
28 program, sizeof(program) / sizeof(struct bpf_insn), in test_raw_tp_writable_reject_nbd_invalid()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c903 struct vidtv_psi_table_pat_program *program; in vidtv_psi_pat_program_init() local
906 program = kzalloc(sizeof(*program), GFP_KERNEL); in vidtv_psi_pat_program_init()
907 if (!program) in vidtv_psi_pat_program_init()
910 program->service_id = cpu_to_be16(service_id); in vidtv_psi_pat_program_init()
913 program->bitfield = cpu_to_be16((RESERVED << 13) | program_map_pid); in vidtv_psi_pat_program_init()
914 program->next = NULL; in vidtv_psi_pat_program_init()
920 head->next = program; in vidtv_psi_pat_program_init()
923 return program; in vidtv_psi_pat_program_init()
944 struct vidtv_psi_table_pat_program *program; in vidtv_psi_pat_program_assign() local
1136 struct vidtv_psi_table_pat_program *program = pat->program; vidtv_psi_pmt_get_pid() local
1519 struct vidtv_psi_table_pat_program *program; vidtv_psi_pmt_create_sec_for_each_pat_entry() local
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c895 struct vidtv_psi_table_pat_program *program; in vidtv_psi_pat_program_init() local
898 program = kzalloc(sizeof(*program), GFP_KERNEL); in vidtv_psi_pat_program_init()
899 if (!program) in vidtv_psi_pat_program_init()
902 program->service_id = cpu_to_be16(service_id); in vidtv_psi_pat_program_init()
905 program->bitfield = cpu_to_be16((RESERVED << 13) | program_map_pid); in vidtv_psi_pat_program_init()
906 program->next = NULL; in vidtv_psi_pat_program_init()
912 head->next = program; in vidtv_psi_pat_program_init()
915 return program; in vidtv_psi_pat_program_init()
936 struct vidtv_psi_table_pat_program *program; in vidtv_psi_pat_program_assign() local
1128 struct vidtv_psi_table_pat_program *program = pat->program; vidtv_psi_pmt_get_pid() local
1511 struct vidtv_psi_table_pat_program *program; vidtv_psi_pmt_create_sec_for_each_pat_entry() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_bpf.c27 struct sock_fprog_kern program; in __bpf_mt_check_bytecode() local
32 program.len = len; in __bpf_mt_check_bytecode()
33 program.filter = insns; in __bpf_mt_check_bytecode()
35 if (bpf_prog_create(ret, &program)) { in __bpf_mt_check_bytecode()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_bpf.c27 struct sock_fprog_kern program; in __bpf_mt_check_bytecode() local
32 program.len = len; in __bpf_mt_check_bytecode()
33 program.filter = insns; in __bpf_mt_check_bytecode()
35 if (bpf_prog_create(ret, &program)) { in __bpf_mt_check_bytecode()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Ddt2815.c28 * [4] - Firmware program configuration
29 * 0 == program 1 (see manual table 5-4)
30 * 1 == program 2 (see manual table 5-4)
31 * 2 == program 3 (see manual table 5-4)
32 * 3 == program 4 (see manual table 5-4)
125 * options[4] Firmware program configuration
126 * 0 == program 1 (see manual table 5-4)
127 * 1 == program 2 (see manual table 5-4)
128 * 2 == program 3 (see manual table 5-4)
129 * 3 == program
188 unsigned int program; dt2815_attach() local
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Ddt2815.c28 * [4] - Firmware program configuration
29 * 0 == program 1 (see manual table 5-4)
30 * 1 == program 2 (see manual table 5-4)
31 * 2 == program 3 (see manual table 5-4)
32 * 3 == program 4 (see manual table 5-4)
124 * options[4] Firmware program configuration
125 * 0 == program 1 (see manual table 5-4)
126 * 1 == program 2 (see manual table 5-4)
127 * 2 == program 3 (see manual table 5-4)
128 * 3 == program
187 unsigned int program; dt2815_attach() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/fat/
H A Drename_exchange.c15 void print_usage(const char *program) in print_usage() argument
17 printf("Usage: %s [oldpath] [newpath]\n", program); in print_usage()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y231 program: label
233 | program include
235 | program prefix
237 | program patch_arg_list
239 | program version
241 | program register
243 | program constant
245 | program macrodefn
247 | program scratch_ram
249 | program sc
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y230 program: label
232 | program include
234 | program prefix
236 | program patch_arg_list
238 | program version
240 | program register
242 | program constant
244 | program macrodefn
246 | program scratch_ram
248 | program sc
[all...]
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dstats.h16 const struct rpc_program *program; member
30 struct svc_program * program; member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dstats.h16 const struct rpc_program *program; member
30 struct svc_program * program; member
/kernel/linux/linux-5.10/tools/usb/
H A DMakefile45 for program in $(ALL_PROGRAMS); do \
46 install $$program $(DESTDIR)$(bindir); \
/kernel/linux/linux-5.10/tools/pci/
H A DMakefile49 for program in $(ALL_PROGRAMS); do \
50 install $$program $(DESTDIR)$(bindir); \
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A DMakefile50 for program in $(ALL_PROGRAMS); do \
51 install $$program $(DESTDIR)$(bindir); \
/kernel/linux/linux-6.6/tools/pci/
H A DMakefile49 for program in $(ALL_PROGRAMS); do \
50 install $$program $(DESTDIR)$(bindir); \
/kernel/linux/linux-6.6/tools/usb/
H A DMakefile45 for program in $(ALL_PROGRAMS); do \
46 install $$program $(DESTDIR)$(bindir); \

Completed in 24 milliseconds

12345678