/Linux-v4.19/drivers/pwm/ |
D | pwm-stmpe.c | 108 u16 program[3] = { in stmpe_24xx_pwm_config() local 161 program[0] = SMAX; /* off all the time */ in stmpe_24xx_pwm_config() 164 program[0] = LOAD | 0xff; /* LOAD 0xff */ in stmpe_24xx_pwm_config() 169 program[0] = SMIN; /* on all the time */ in stmpe_24xx_pwm_config() 172 program[0] = LOAD | 0x00; /* LOAD 0x00 */ in stmpe_24xx_pwm_config() 202 program[0] = LOAD | value; in stmpe_24xx_pwm_config() 203 program[1] = 0x0000; in stmpe_24xx_pwm_config() 216 program[0] = PRESCALE_512 | STEPTIME_1 | incdec; in stmpe_24xx_pwm_config() 219 program[1] = BRANCH; in stmpe_24xx_pwm_config() 224 pwm->hwpwm, value, last, program[0], program[1], in stmpe_24xx_pwm_config() [all …]
|
/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 40 Output will start with program ID followed by attach type, 41 attach flags and program name. 50 program ID, attach type, attach flags and program name. 53 Attach program *PROG* to the cgroup *CGROUP* with attach type 57 some bpf program, the program in this cgroup yields to sub-cgroup 58 program; **multi** if a sub-cgroup installs some bpf program, 59 that cgroup program gets run in addition to the program in this 62 Only one program is allowed to be attached to a cgroup with 64 program will release old program and attach the new one.
|
D | bpftool-prog.rst | 46 specified show information only about given program, otherwise 49 Output will start with program ID followed by program type and 53 Dump eBPF instructions of the program from the kernel. By 66 Dump jited image (host machine code) of the program. 73 Pin program *PROG* as *FILE*. 78 Load bpf program from binary *OBJ* and pin as *FILE*. 79 **type** is optional, if not specified program type will be 88 If **dev** *NAME* is specified program will be loaded onto
|
/Linux-v4.19/security/tomoyo/ |
D | domain.c | 225 && p1->program == p2->program; in tomoyo_same_transition_control() 241 char *program = param->data; in tomoyo_write_transition_control() local 242 char *domainname = strstr(program, " from "); in tomoyo_write_transition_control() 248 domainname = program; in tomoyo_write_transition_control() 249 program = NULL; in tomoyo_write_transition_control() 251 if (program && strcmp(program, "any")) { in tomoyo_write_transition_control() 252 if (!tomoyo_correct_path(program)) in tomoyo_write_transition_control() 254 e.program = tomoyo_get_name(program); in tomoyo_write_transition_control() 255 if (!e.program) in tomoyo_write_transition_control() 273 tomoyo_put_name(e.program); in tomoyo_write_transition_control() [all …]
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | idmapper.txt | 33 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap. 45 program. If you would like to use your own program for a uid lookup then you 50 create id_resolver uid:* * /some/other/program %k %d 600 53 Notice that the new line was added above the line for the generic program. 54 request-key will find the first matching line and corresponding program. In 55 this case, /some/other/program will handle all uid lookups and 66 hand". This program takes two arguments, a serialized key and a key
|
/Linux-v4.19/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 25 and then program its various registers to configure it as a particular device 58 bar0 is SYSRAM1(E0800000). Always program bar size before bar 72 program vendor id as 0x104a 75 program device id as 0xCD80 78 program BAR0 size as 1MB 86 can also be made visible to PCIe host. E.g., if you program base address of UART 91 program interrupt type : INTA 110 if MSI is to be used as interrupt, program no of msi vector needed (say4)
|
/Linux-v4.19/net/netfilter/ |
D | xt_bpf.c | 30 struct sock_fprog_kern program; in __bpf_mt_check_bytecode() local 35 program.len = len; in __bpf_mt_check_bytecode() 36 program.filter = insns; in __bpf_mt_check_bytecode() 38 if (bpf_prog_create(ret, &program)) { in __bpf_mt_check_bytecode()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | java.rst | 8 other program after you have done the following: 60 You, too, need the little program after the script. Compile like:: 66 Both the javawrapper shellscript and the javaclassname program 171 * This program is free software; you can redistribute it and/or modify 176 * This program is distributed in the hope that it will be useful, 182 * along with this program; if not, write to the Free Software 210 #define seek_error() error("%s: Cannot seek\n", program) 211 #define corrupt_error() error("%s: Class file corrupt\n", program) 212 #define eof_error() error("%s: Unexpected end of file\n", program) 213 #define utf8_error() error("%s: Only ASCII 1-255 supported\n", program); [all …]
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | LICENSE | 4 This program is free software; you can redistribute it and/or modify it 8 This program is distributed in the hope that it will be useful, but WITHOUT 14 this program; if not, write to the Free Software Foundation, Inc., 59
|
/Linux-v4.19/Documentation/driver-api/fpga/ |
D | fpga-region.rst | 14 program a region. 18 to program the FPGA and then DT to handle enumeration. The common region code 28 Additional info needed to program the FPGA image is passed in the struct 37 How to program an FPGA using a region 66 * program the FPGA 80 API to program an FPGA
|
/Linux-v4.19/arch/nios2/boot/compressed/ |
D | vmlinux.scr | 4 * This program is free software; you can redistribute it and/or modify 9 * This program is distributed in the hope that it will be useful, 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | dt2815.c | 185 unsigned int program; in dt2815_attach() local 187 program = (it->options[4] & 0x3) << 3 | 0x7; in dt2815_attach() 188 outb(program, dev->iobase + DT2815_DATA); in dt2815_attach() 190 program, i); in dt2815_attach()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | socfpga_arria10_socdk_nand.dts | 4 * This program is free software; you can redistribute it and/or modify 8 * This program is distributed in the hope it will be useful, but WITHOUT 14 * this program. If not, see <http://www.gnu.org/licenses/>.
|
D | hi3519-demb.dts | 4 * This program is free software; you can redistribute it and/or modify it 9 * This program is distributed in the hope that it will be useful, 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
D | socfpga_cyclone5_mcv.dtsi | 4 * This program is free software; you can redistribute it and/or modify 9 * This program is distributed in the hope that it will be useful, 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
D | socfpga_arria10_socdk_sdmmc.dts | 4 * This program is free software; you can redistribute it and/or modify 9 * This program is distributed in the hope that it will be useful, 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
D | socfpga_arria5.dtsi | 4 * This program is free software; you can redistribute it and/or modify it 8 * This program is distributed in the hope it will be useful, but WITHOUT 14 * this program. If not, see <http://www.gnu.org/licenses/>.
|
D | socfpga_arria10_socdk_qspi.dts | 4 * This program is free software; you can redistribute it and/or modify 8 * This program is distributed in the hope it will be useful, but WITHOUT 14 * this program. If not, see <http://www.gnu.org/licenses/>.
|
D | socfpga_cyclone5.dtsi | 4 * This program is free software; you can redistribute it and/or modify 9 * This program is distributed in the hope that it will be useful, 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | Kconfig | 11 # This program is free software; you can redistribute it and/or 18 # This program is distributed in the hope that it will be useful, 23 # This program is provided "AS IS" and "WITH ALL FAULTS" and 26 # the program and assume all risks associated with your exercise 27 # of rights with respect to the program, including but not limited 29 # program errors, damage to or loss of data, programs or equipment, 33 # this program.
|
/Linux-v4.19/arch/c6x/lib/ |
D | negll.S | 4 ;; This program is free software; you can redistribute it and/or modify 9 ;; This program is distributed in the hope that it will be useful, 15 ;; along with this program; if not, write to the Free Software
|
D | pop_rts.S | 4 ;; This program is free software; you can redistribute it and/or modify 9 ;; This program is distributed in the hope that it will be useful, 15 ;; along with this program; if not, write to the Free Software
|
D | push_rts.S | 4 ;; This program is free software; you can redistribute it and/or modify 9 ;; This program is distributed in the hope that it will be useful, 15 ;; along with this program; if not, write to the Free Software
|
D | strasgi_64plus.S | 4 ;; This program is free software; you can redistribute it and/or modify 9 ;; This program is distributed in the hope that it will be useful, 15 ;; along with this program; if not, write to the Free Software
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | fpmodule.inl | 7 This program is free software; you can redistribute it and/or modify 12 This program is distributed in the hope that it will be useful, 18 along with this program; if not, write to the Free Software 25 As a result the program counter has been advanced to the next
|