Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 62) sorted by relevance

123

/drivers/pwm/
Dpwm-stmpe.c102 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()
198 program[0] = LOAD | value; in stmpe_24xx_pwm_config()
199 program[1] = 0x0000; in stmpe_24xx_pwm_config()
212 program[0] = PRESCALE_512 | STEPTIME_1 | incdec; 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()
[all …]
/drivers/fpga/
Dlattice-sysconfig.c91 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()
Dlattice-sysconfig.h25 struct gpio_desc *program; member
/drivers/media/test-drivers/vidtv/
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
941 program = p; in vidtv_psi_pat_program_assign()
[all …]
Dvidtv_channel.c92 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()
Dvidtv_channel.h58 struct vidtv_psi_table_pat_program *program; member
/drivers/hid/bpf/progs/
DREADME66 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/
Ddt2815.c187 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/
DLICENSE4 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/
Daicasm_gram.y230 program:
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 scb
[all …]
/drivers/scsi/mpt3sas/
DKconfig8 # 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/
DKconfig10 # 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/
DREADME.dino22 ** program. Assume a machine is only "suspect" until proven otherwise.
24 ** "The pci_check program will also be available as application
/drivers/atm/
Dnicstarmac.copyright44 * 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/
Ddm-stats.c488 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/
DKconfig58 bool "OneNAND 2X program support"
62 Flash memory array, these two component enables simultaneous program
/drivers/media/rc/keymaps/
DKconfig13 The ir-keytable program, available at v4l-utils package
/drivers/pcmcia/
Dyenta_socket.c767 int program = 0; in yenta_allocate_resources() local
768 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_0_WINDOW, in yenta_allocate_resources()
771 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_1_WINDOW, in yenta_allocate_resources()
774 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW, in yenta_allocate_resources()
777 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW, in yenta_allocate_resources()
780 if (program) in yenta_allocate_resources()
/drivers/misc/c2port/
DKconfig10 program Silicon micro controller chips (and other 8051 compatible).
/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-adc-ad7280a15 The inY-inZ_balance_timer file allows the user to program
/drivers/scsi/
D53c700.scr6 ;; 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/mtd/spi-nor/
Dsfdp.c1047 const struct sfdp_4bait *program = &programs[i]; in spi_nor_parse_4bait() local
1055 discard_hwcaps |= program->hwcaps; in spi_nor_parse_4bait()
1056 if (dwords[SFDP_DWORD(1)] & program->supported_bit) in spi_nor_parse_4bait()
1057 pp_hwcaps |= program->hwcaps; in spi_nor_parse_4bait()
/drivers/staging/vc04_services/interface/
DTODO8 This driver is what the vcdbg userspace program uses to set up its
/drivers/platform/cznic/
DKconfig48 able to program SOC's OTP on board revisions 32+,
/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s5 * 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

123