| /drivers/pwm/ |
| A D | pwm-stmpe.c | 102 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() 198 program[0] = LOAD | value; in stmpe_24xx_pwm_config() 199 program[1] = 0x0000; in stmpe_24xx_pwm_config() 215 program[1] = BRANCH; in stmpe_24xx_pwm_config() 220 pwm->hwpwm, value, last, program[0], program[1], in stmpe_24xx_pwm_config() 221 program[2]); in stmpe_24xx_pwm_config() 231 value = (program[i] >> 8) & 0xff; in stmpe_24xx_pwm_config() [all …]
|
| /drivers/fpga/ |
| A D | lattice-sysconfig.c | 91 struct gpio_desc *program = priv->program; in sysconfig_gpio_refresh() local 97 gpiod_set_value(program, 1); 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() 355 struct gpio_desc *program, *init, *done; in sysconfig_probe() local 370 program = devm_gpiod_get_optional(dev, "program", GPIOD_OUT_LOW); in sysconfig_probe() 371 if (IS_ERR(program)) in sysconfig_probe() 372 return dev_err_probe(dev, PTR_ERR(program), in sysconfig_probe() 385 priv->program = program; in sysconfig_probe()
|
| A D | lattice-sysconfig.h | 25 struct gpio_desc *program; member
|
| /drivers/media/test-drivers/vidtv/ |
| A D | vidtv_psi.c | 898 program = kzalloc(sizeof(*program), GFP_KERNEL); in vidtv_psi_pat_program_init() 899 if (!program) in vidtv_psi_pat_program_init() 915 return program; in vidtv_psi_pat_program_init() 941 program = p; in vidtv_psi_pat_program_assign() 948 program = program->next; in vidtv_psi_pat_program_assign() 1128 struct vidtv_psi_table_pat_program *program = pat->program; in vidtv_psi_pmt_get_pid() local 1135 while (program) { in vidtv_psi_pmt_get_pid() 1139 program = program->next; in vidtv_psi_pmt_get_pid() 1519 program = pat->program; in vidtv_psi_pmt_create_sec_for_each_pat_entry() 1523 program = program->next; in vidtv_psi_pmt_create_sec_for_each_pat_entry() [all …]
|
| A D | vidtv_channel.c | 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()
|
| A D | vidtv_channel.h | 58 struct vidtv_psi_table_pat_program *program; member
|
| /drivers/hid/bpf/progs/ |
| A D | README | 66 ACTION=="add",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/udev… 67 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/u… 69 ACTION=="add",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/udev… 70 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/u… 91 ### program loaded 93 You can check that the program has been properly loaded with `bpftool`
|
| /drivers/comedi/drivers/ |
| A D | dt2815.c | 187 unsigned int program; in dt2815_attach() local 189 program = (it->options[4] & 0x3) << 3 | 0x7; in dt2815_attach() 190 outb(program, dev->iobase + DT2815_DATA); in dt2815_attach() 192 program, i); in dt2815_attach()
|
| /drivers/net/wireless/marvell/libertas/ |
| A 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
|
| /drivers/scsi/aic7xxx/aicasm/ |
| A D | aicasm_gram.y | 231 program: 233 | program include 235 | program prefix 239 | program version 241 | program register 243 | program constant 245 | program macrodefn 247 | program scratch_ram 249 | program scb 251 | program label [all …]
|
| /drivers/scsi/mpt3sas/ |
| A D | Kconfig | 8 # This program is free software; you can redistribute it and/or 13 # This program is distributed in the hope that it will be useful, 26 # the risks and costs of program errors, damage to or loss of data, 39 # along with this program; if not, write to the Free Software
|
| /drivers/scsi/smartpqi/ |
| A D | Kconfig | 10 # This program is free software; you can redistribute it and/or 15 # This program is distributed in the hope that it will be useful, 28 # the risks and costs of program errors, damage to or loss of data,
|
| /drivers/parisc/ |
| A D | README.dino | 22 ** program. Assume a machine is only "suspect" until proven otherwise. 24 ** "The pci_check program will also be available as application
|
| /drivers/atm/ |
| A D | nicstarmac.copyright | 44 * This program is free software; you can redistribute it and/or modify 49 * This program is distributed in the hope that it will be useful, 55 * along with this program; if not, write to the Free Software
|
| /drivers/md/ |
| A D | dm-stats.c | 488 static int dm_stats_list(struct dm_stats *stats, const char *program, in dm_stats_list() argument 502 if (!program || !strcmp(program, s->program_id)) { in dm_stats_list() 1160 const char *program = NULL; in message_stats_list() local 1166 program = kstrdup(argv[1], GFP_KERNEL); in message_stats_list() 1167 if (!program) in message_stats_list() 1171 r = dm_stats_list(dm_get_stats(md), program, result, maxlen); in message_stats_list() 1173 kfree(program); in message_stats_list()
|
| /drivers/mtd/nand/onenand/ |
| A D | Kconfig | 58 bool "OneNAND 2X program support" 62 Flash memory array, these two component enables simultaneous program
|
| /drivers/media/rc/keymaps/ |
| A D | Kconfig | 13 The ir-keytable program, available at v4l-utils package
|
| /drivers/pcmcia/ |
| A D | yenta_socket.c | 768 int program = 0; in yenta_allocate_resources() local 769 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_0_WINDOW, in yenta_allocate_resources() 772 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_1_WINDOW, in yenta_allocate_resources() 775 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW, in yenta_allocate_resources() 778 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW, in yenta_allocate_resources() 781 if (program) in yenta_allocate_resources()
|
| /drivers/staging/iio/Documentation/ |
| A D | sysfs-bus-iio-adc-ad7280a | 15 The inY-inZ_balance_timer file allows the user to program
|
| /drivers/misc/c2port/ |
| A D | Kconfig | 10 program Silicon micro controller chips (and other 8051 compatible).
|
| /drivers/scsi/ |
| A D | 53c700.scr | 6 ;; This program is free software; you can redistribute it and/or modify 11 ;; This program is distributed in the hope that it will be useful, 17 ;; along with this program; if not, write to the Free Software
|
| /drivers/staging/vc04_services/interface/ |
| A D | TODO | 8 This driver is what the vcdbg userspace program uses to set up its
|
| /drivers/mtd/spi-nor/ |
| A D | sfdp.c | 1051 const struct sfdp_4bait *program = &programs[i]; in spi_nor_parse_4bait() local 1059 discard_hwcaps |= program->hwcaps; in spi_nor_parse_4bait() 1060 if (dwords[SFDP_DWORD(1)] & program->supported_bit) in spi_nor_parse_4bait() 1061 pp_hwcaps |= program->hwcaps; in spi_nor_parse_4bait()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
| A D | g98.fuc0s | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, write to the Free Software
|
| /drivers/base/ |
| A D | Kconfig | 10 The uevent helper program is forked by the kernel for 26 To disable user space helper program execution at by default
|