/linux-4.1.27/arch/arm/mach-orion5x/ |
D | Makefile | 2 obj-$(CONFIG_MACH_DB88F5281) += db88f5281-setup.o 3 obj-$(CONFIG_MACH_RD88F5182) += rd88f5182-setup.o 4 obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o 5 obj-$(CONFIG_MACH_TERASTATION_PRO2) += terastation_pro2-setup.o 6 obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o 7 obj-$(CONFIG_MACH_LINKSTATION_MINI) += lsmini-setup.o 8 obj-$(CONFIG_MACH_LINKSTATION_LS_HGL) += ls_hgl-setup.o 9 obj-$(CONFIG_MACH_DNS323) += dns323-setup.o 10 obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o 11 obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o [all …]
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-vr41xx.c | 105 void __init vr41xx_pciu_setup(struct pci_controller_unit_setup *setup) in vr41xx_pciu_setup() argument 107 vr41xx_pci_controller_unit_setup = *setup; in vr41xx_pciu_setup() 112 struct pci_controller_unit_setup *setup; in vr41xx_pciu_init() local 120 setup = &vr41xx_pci_controller_unit_setup; in vr41xx_pciu_init() 141 if (setup->pci_clock_max != 0) in vr41xx_pciu_init() 142 pci_clock_max = setup->pci_clock_max; in vr41xx_pciu_init() 164 if (setup->master_memory1 != NULL) { in vr41xx_pciu_init() 165 master = setup->master_memory1; in vr41xx_pciu_init() 177 if (setup->master_memory2 != NULL) { in vr41xx_pciu_init() 178 master = setup->master_memory2; in vr41xx_pciu_init() [all …]
|
/linux-4.1.27/net/wireless/ |
D | mesh.c | 98 struct mesh_setup *setup, in __cfg80211_join_mesh() argument 112 setup->is_secure) in __cfg80211_join_mesh() 118 if (!setup->mesh_id_len) in __cfg80211_join_mesh() 124 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 126 setup->chandef = wdev->preset_chandef; in __cfg80211_join_mesh() 129 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 148 setup->chandef.chan = chan; in __cfg80211_join_mesh() 152 if (setup->chandef.chan) in __cfg80211_join_mesh() 157 if (!setup->chandef.chan) in __cfg80211_join_mesh() 160 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh() [all …]
|
D | ocb.c | 22 struct ocb_setup *setup) in __cfg80211_join_ocb() argument 32 if (WARN_ON(!setup->chandef.chan)) in __cfg80211_join_ocb() 35 err = rdev_join_ocb(rdev, dev, setup); in __cfg80211_join_ocb() 37 wdev->chandef = setup->chandef; in __cfg80211_join_ocb() 44 struct ocb_setup *setup) in cfg80211_join_ocb() argument 50 err = __cfg80211_join_ocb(rdev, dev, setup); in cfg80211_join_ocb()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | Makefile | 24 obj-$(CONFIG_ARCH_IXDP4XX) += ixdp425-setup.o 25 obj-$(CONFIG_MACH_AVILA) += avila-setup.o 26 obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o 27 obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o 28 obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o 29 obj-$(CONFIG_MACH_DEVIXP) += omixp-setup.o 30 obj-$(CONFIG_MACH_MICCPT) += omixp-setup.o 31 obj-$(CONFIG_MACH_MIC256) += omixp-setup.o 32 obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o 33 obj-$(CONFIG_MACH_NAS100D) += nas100d-setup.o [all …]
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
D | Makefile | 6 obj-$(CONFIG_CPU_SUBTYPE_SH7757) += setup-sh7757.o 7 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += setup-sh7763.o 8 obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o 9 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o 10 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += setup-sh7785.o 11 obj-$(CONFIG_CPU_SUBTYPE_SH7786) += setup-sh7786.o intc-shx3.o 12 obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o 13 obj-$(CONFIG_CPU_SUBTYPE_SH7722) += setup-sh7722.o serial-sh7722.o 14 obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup-sh7723.o 15 obj-$(CONFIG_CPU_SUBTYPE_SH7724) += setup-sh7724.o [all …]
|
/linux-4.1.27/drivers/clk/ti/ |
D | clk.c | 199 struct clk __init *ti_clk_register_clk(struct ti_clk *setup) in ti_clk_register_clk() argument 206 if (setup->clk) in ti_clk_register_clk() 207 return setup->clk; in ti_clk_register_clk() 209 switch (setup->type) { in ti_clk_register_clk() 211 fixed = setup->data; in ti_clk_register_clk() 213 clk = clk_register_fixed_rate(NULL, setup->name, NULL, in ti_clk_register_clk() 217 clk = ti_clk_register_mux(setup); in ti_clk_register_clk() 220 clk = ti_clk_register_divider(setup); in ti_clk_register_clk() 223 clk = ti_clk_register_composite(setup); in ti_clk_register_clk() 226 fixed_factor = setup->data; in ti_clk_register_clk() [all …]
|
D | clock.h | 157 struct clk *ti_clk_register_gate(struct ti_clk *setup); 158 struct clk *ti_clk_register_interface(struct ti_clk *setup); 159 struct clk *ti_clk_register_mux(struct ti_clk *setup); 160 struct clk *ti_clk_register_divider(struct ti_clk *setup); 161 struct clk *ti_clk_register_composite(struct ti_clk *setup); 162 struct clk *ti_clk_register_dpll(struct ti_clk *setup); 164 struct clk_hw *ti_clk_build_component_div(struct ti_clk_divider *setup); 165 struct clk_hw *ti_clk_build_component_gate(struct ti_clk_gate *setup); 166 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup); 169 struct clk *ti_clk_register_clk(struct ti_clk *setup);
|
D | divider.c | 305 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup() argument 314 if (!setup->num_dividers) { in _get_div_table_from_setup() 316 flags = setup->flags; in _get_div_table_from_setup() 325 while (div < setup->max_div) { in _get_div_table_from_setup() 338 for (i = 0; i < setup->num_dividers; i++) in _get_div_table_from_setup() 339 if (setup->dividers[i]) in _get_div_table_from_setup() 349 for (i = 0; i < setup->num_dividers; i++) in _get_div_table_from_setup() 350 if (setup->dividers[i]) { in _get_div_table_from_setup() 351 table[valid_div].div = setup->dividers[i]; in _get_div_table_from_setup() 362 struct clk_hw *ti_clk_build_component_div(struct ti_clk_divider *setup) in ti_clk_build_component_div() argument [all …]
|
D | gate.c | 134 struct clk *ti_clk_register_gate(struct ti_clk *setup) in ti_clk_register_gate() argument 144 gate = setup->data; in ti_clk_register_gate() 147 return ti_clk_register_interface(setup); in ti_clk_register_gate() 177 return _register_gate(NULL, setup->name, gate->parent, flags, in ti_clk_register_gate() 182 struct clk_hw *ti_clk_build_component_gate(struct ti_clk_gate *setup) in ti_clk_build_component_gate() argument 188 if (!setup) in ti_clk_build_component_gate() 196 reg->index = setup->module; in ti_clk_build_component_gate() 197 reg->offset = setup->reg; in ti_clk_build_component_gate() 199 gate->enable_bit = setup->bit_shift; in ti_clk_build_component_gate() 201 if (setup->flags & CLKF_NO_WAIT) in ti_clk_build_component_gate() [all …]
|
D | mux.c | 148 struct clk *ti_clk_register_mux(struct ti_clk *setup) in ti_clk_register_mux() argument 159 mux = setup->data; in ti_clk_register_mux() 176 return _register_mux(NULL, setup->name, mux->parents, mux->num_parents, in ti_clk_register_mux() 243 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup) in ti_clk_build_component_mux() argument 249 if (!setup) in ti_clk_build_component_mux() 258 mux->shift = setup->bit_shift; in ti_clk_build_component_mux() 260 reg->index = setup->module; in ti_clk_build_component_mux() 261 reg->offset = setup->reg; in ti_clk_build_component_mux() 263 if (setup->flags & CLKF_INDEX_STARTS_AT_ONE) in ti_clk_build_component_mux() 266 num_parents = setup->num_parents; in ti_clk_build_component_mux()
|
D | interface.c | 72 struct clk *ti_clk_register_interface(struct ti_clk *setup) in ti_clk_register_interface() argument 79 gate = setup->data; in ti_clk_register_interface() 99 return _register_interface(NULL, setup->name, gate->parent, in ti_clk_register_interface()
|
D | composite.c | 122 struct clk *ti_clk_register_composite(struct ti_clk *setup) in ti_clk_register_composite() argument 132 comp = setup->data; in ti_clk_register_composite() 149 clk = clk_register_composite(NULL, setup->name, in ti_clk_register_composite()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | Makefile | 5 obj-y := ex.o probe.o entry.o setup-sh3.o 10 obj-$(CONFIG_CPU_SUBTYPE_SH7705) += setup-sh7705.o serial-sh770x.o 11 obj-$(CONFIG_CPU_SUBTYPE_SH7706) += setup-sh770x.o serial-sh770x.o 12 obj-$(CONFIG_CPU_SUBTYPE_SH7707) += setup-sh770x.o serial-sh770x.o 13 obj-$(CONFIG_CPU_SUBTYPE_SH7708) += setup-sh770x.o serial-sh770x.o 14 obj-$(CONFIG_CPU_SUBTYPE_SH7709) += setup-sh770x.o serial-sh770x.o 15 obj-$(CONFIG_CPU_SUBTYPE_SH7710) += setup-sh7710.o serial-sh7710.o 16 obj-$(CONFIG_CPU_SUBTYPE_SH7712) += setup-sh7710.o serial-sh7710.o 17 obj-$(CONFIG_CPU_SUBTYPE_SH7720) += setup-sh7720.o serial-sh7720.o 18 obj-$(CONFIG_CPU_SUBTYPE_SH7721) += setup-sh7720.o serial-sh7720.o
|
/linux-4.1.27/drivers/pci/ |
D | Makefile | 6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \ 7 irq.o vpd.o setup-bus.o vc.o 34 obj-$(CONFIG_ALPHA) += setup-irq.o 35 obj-$(CONFIG_ARM) += setup-irq.o 36 obj-$(CONFIG_UNICORE32) += setup-irq.o 37 obj-$(CONFIG_SUPERH) += setup-irq.o 38 obj-$(CONFIG_MIPS) += setup-irq.o 39 obj-$(CONFIG_TILE) += setup-irq.o 40 obj-$(CONFIG_SPARC_LEON) += setup-irq.o 41 obj-$(CONFIG_M68K) += setup-irq.o
|
/linux-4.1.27/drivers/scsi/ |
D | aha152x.c | 723 struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup) in aha152x_probe_one() argument 739 shpnt->io_port = setup->io_port; in aha152x_probe_one() 741 shpnt->irq = setup->irq; in aha152x_probe_one() 743 if (!setup->tc1550) { in aha152x_probe_one() 744 HOSTIOPORT0 = setup->io_port; in aha152x_probe_one() 745 HOSTIOPORT1 = setup->io_port; in aha152x_probe_one() 747 HOSTIOPORT0 = setup->io_port+0x10; in aha152x_probe_one() 748 HOSTIOPORT1 = setup->io_port-0x10; in aha152x_probe_one() 752 RECONNECT = setup->reconnect; in aha152x_probe_one() 753 SYNCHRONOUS = setup->synchronous; in aha152x_probe_one() [all …]
|
/linux-4.1.27/sound/soc/codecs/ |
D | pcm3008.c | 36 struct pcm3008_setup_data *setup = codec->dev->platform_data; in pcm3008_dac_ev() local 38 gpio_set_value_cansleep(setup->pdda_pin, in pcm3008_dac_ev() 49 struct pcm3008_setup_data *setup = codec->dev->platform_data; in pcm3008_adc_ev() local 51 gpio_set_value_cansleep(setup->pdad_pin, in pcm3008_adc_ev() 110 struct pcm3008_setup_data *setup = pdev->dev.platform_data; in pcm3008_codec_probe() local 113 if (!setup) in pcm3008_codec_probe() 124 ret = devm_gpio_request_one(&pdev->dev, setup->dem0_pin, in pcm3008_codec_probe() 130 ret = devm_gpio_request_one(&pdev->dev, setup->dem1_pin, in pcm3008_codec_probe() 136 ret = devm_gpio_request_one(&pdev->dev, setup->pdad_pin, in pcm3008_codec_probe() 142 ret = devm_gpio_request_one(&pdev->dev, setup->pdda_pin, in pcm3008_codec_probe()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | Makefile | 18 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o 19 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o 20 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o 21 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o 22 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o 23 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o 24 obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o 25 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | Makefile | 9 obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o pm-sh73a0.o 10 obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o 11 obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o pm-r8a7740.o 12 obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o 13 obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o pm-r8a7779.o 14 obj-$(CONFIG_ARCH_R8A7790) += setup-r8a7790.o 15 obj-$(CONFIG_ARCH_R8A7791) += setup-r8a7791.o 16 obj-$(CONFIG_ARCH_R8A7794) += setup-r8a7794.o 17 obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o 18 obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o [all …]
|
/linux-4.1.27/arch/x86/boot/ |
D | Makefile | 21 targets := vmlinux.bin setup.bin setup.elf bzImage 25 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o 26 setup-y += early_serial_console.o edd.o header.o main.o mca.o memory.o 27 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o 28 setup-y += video-mode.o version.o 29 setup-$(CONFIG_X86_APM_BOOT) += apm.o 35 setup-y += video-vga.o 36 setup-y += video-vesa.o 37 setup-y += video-bios.o 39 targets += $(setup-y) [all …]
|
D | .gitignore | 7 setup 8 setup.bin 9 setup.elf
|
D | setup.ld | 2 * setup.ld 4 * Linker script for the i386 setup code 60 . = ASSERT(hdr == 0x1f1, "The setup header has the wrong offset!");
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | Makefile | 11 obj-$(CONFIG_CPU_SUBTYPE_SH7201) += setup-sh7201.o clock-sh7201.o 12 obj-$(CONFIG_CPU_SUBTYPE_SH7203) += setup-sh7203.o clock-sh7203.o 13 obj-$(CONFIG_CPU_SUBTYPE_SH7263) += setup-sh7203.o clock-sh7203.o 14 obj-$(CONFIG_CPU_SUBTYPE_SH7264) += setup-sh7264.o clock-sh7264.o 15 obj-$(CONFIG_CPU_SUBTYPE_SH7206) += setup-sh7206.o clock-sh7206.o 16 obj-$(CONFIG_CPU_SUBTYPE_SH7269) += setup-sh7269.o clock-sh7269.o 17 obj-$(CONFIG_CPU_SUBTYPE_MXG) += setup-mxg.o clock-sh7206.o
|
/linux-4.1.27/drivers/isdn/sc/ |
D | interrupt.c | 97 setup_parm setup; in interrupt_handler() local 119 len = strlcpy(setup.phone, &(rcvmsg.msg_data.byte_array[4]), in interrupt_handler() 120 sizeof(setup.phone)); in interrupt_handler() 121 if (len >= sizeof(setup.phone)) in interrupt_handler() 123 len = strlcpy(setup.eazmsn, in interrupt_handler() 125 sizeof(setup.eazmsn)); in interrupt_handler() 126 if (len >= sizeof(setup.eazmsn)) in interrupt_handler() 128 setup.si1 = 7; in interrupt_handler() 129 setup.si2 = 0; in interrupt_handler() 130 setup.plan = 0; in interrupt_handler() [all …]
|
D | event.c | 57 memcpy(&cmd.parm.setup, Data, sizeof(cmd.parm.setup)); in indicate_status()
|
D | command.c | 25 static int dial(int card, unsigned long channel, setup_parm setup); 112 return dial(card, cmd->arg, cmd->parm.setup); in command() 161 static int dial(int card, unsigned long channel, setup_parm setup) in dial() argument 172 strcpy(Phone, setup.phone); in dial()
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | Makefile | 34 obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o 35 obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o 36 obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o 37 obj-$(CONFIG_S3C64XX_SETUP_IDE) += setup-ide.o 38 obj-$(CONFIG_S3C64XX_SETUP_KEYPAD) += setup-keypad.o 39 obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o 40 obj-$(CONFIG_S3C64XX_SETUP_SPI) += setup-spi.o 41 obj-$(CONFIG_S3C64XX_SETUP_USB_PHY) += setup-usb-phy.o
|
D | Kconfig | 29 Internal configuration for default SDHCI setup for S3C6400 and 37 # platform specific device setup 43 Common setup code for i2c bus 0. 45 Note, currently since i2c0 is always compiled, this setup helper 51 Common setup code for i2c bus 1. 56 Common setup code for S3C64XX IDE. 61 Common setup code for S3C64XX with an 24bpp RGB display helper. 66 Common setup code for S3C64XX KEYPAD GPIO configurations 71 Common setup code for S3C64XX SDHCI GPIO configurations 76 Common setup code for SPI GPIO configurations [all …]
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | callbacks.c | 52 cbdata->data.setup.CalledPN); in cb_out_1() 59 if ((len = capi_conn_req(cbdata->data.setup.CalledPN, &skb, in cb_out_1() 147 if (cbdata->data.setup.CallingPN == NULL) { in cb_in_1() 149 strcpy(ictl.parm.setup.phone, "0"); in cb_in_1() 152 strcpy(ictl.parm.setup.phone, cbdata->data.setup.CallingPN); in cb_in_1() 154 if (cbdata->data.setup.CalledPN == NULL) { in cb_in_1() 156 strcpy(ictl.parm.setup.eazmsn, "0"); in cb_in_1() 159 strcpy(ictl.parm.setup.eazmsn, cbdata->data.setup.CalledPN); in cb_in_1() 161 ictl.parm.setup.si1 = 7; in cb_in_1() 162 ictl.parm.setup.si2 = 0; in cb_in_1() [all …]
|
D | capi.c | 429 if (!(info->data.setup.CallingPN = kmalloc(len - count + 1, GFP_ATOMIC))) in capi_decode_conn_ind() 433 info->data.setup.CallingPN, in capi_decode_conn_ind() 435 info->data.setup.CallingPN[len - count] = 0; in capi_decode_conn_ind() 439 info->data.setup.CallingPN = NULL; in capi_decode_conn_ind() 458 if (!(info->data.setup.CalledPN = kmalloc(len - count + 1, GFP_ATOMIC))) in capi_decode_conn_ind() 462 info->data.setup.CalledPN, in capi_decode_conn_ind() 464 info->data.setup.CalledPN[len - count] = 0; in capi_decode_conn_ind() 468 info->data.setup.CalledPN = NULL; in capi_decode_conn_ind()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | i4l.c | 223 cntrl->parm.setup.phone, cntrl->parm.setup.eazmsn, in command_from_LL() 224 cntrl->parm.setup.si1, cntrl->parm.setup.si2); in command_from_LL() 253 l = 3 + strlen(cntrl->parm.setup.phone); in command_from_LL() 257 if (cntrl->parm.setup.phone[0] == '*' && in command_from_LL() 258 cntrl->parm.setup.phone[1] == '*') { in command_from_LL() 264 "D%s\r", cntrl->parm.setup.phone + 2); in command_from_LL() 270 "D%s\r", cntrl->parm.setup.phone); in command_from_LL() 273 l = strlen(cntrl->parm.setup.eazmsn); in command_from_LL() 280 cntrl->parm.setup.eazmsn); in command_from_LL() 283 switch (cntrl->parm.setup.si1) { in command_from_LL() [all …]
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | evhandler.c | 331 acpi_adr_space_setup setup, void *context) in acpi_ev_install_space_handler() argument 359 setup = acpi_ev_system_memory_region_setup; in acpi_ev_install_space_handler() 365 setup = acpi_ev_io_space_region_setup; in acpi_ev_install_space_handler() 371 setup = acpi_ev_pci_config_region_setup; in acpi_ev_install_space_handler() 377 setup = acpi_ev_cmos_region_setup; in acpi_ev_install_space_handler() 383 setup = acpi_ev_pci_bar_region_setup; in acpi_ev_install_space_handler() 389 setup = NULL; in acpi_ev_install_space_handler() 401 if (!setup) { in acpi_ev_install_space_handler() 402 setup = acpi_ev_default_region_setup; in acpi_ev_install_space_handler() 505 handler_obj->address_space.setup = setup; in acpi_ev_install_space_handler()
|
D | evxfregn.c | 80 acpi_adr_space_setup setup, void *context) in acpi_install_address_space_handler() argument 109 acpi_ev_install_space_handler(node, space_id, handler, setup, in acpi_install_address_space_handler()
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-smbus.c | 137 struct i2c_smbus_alert_setup *setup = dev_get_platdata(&ara->dev); in smbalert_probe() local 147 alert->alert_edge_triggered = setup->alert_edge_triggered; in smbalert_probe() 148 alert->irq = setup->irq; in smbalert_probe() 152 if (setup->irq > 0) { in smbalert_probe() 153 res = devm_request_irq(&ara->dev, setup->irq, smbalert_irq, in smbalert_probe() 161 setup->alert_edge_triggered ? "edge" : "level"); in smbalert_probe() 211 struct i2c_smbus_alert_setup *setup) in i2c_setup_smbus_alert() argument 215 .platform_data = setup, in i2c_setup_smbus_alert()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | fwio.c | 321 struct p54_setup_mac *setup; in p54_setup_mac() local 324 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*setup), in p54_setup_mac() 329 setup = (struct p54_setup_mac *) skb_put(skb, sizeof(*setup)); in p54_setup_mac() 362 setup->mac_mode = cpu_to_le16(mode); in p54_setup_mac() 363 memcpy(setup->mac_addr, priv->mac_addr, ETH_ALEN); in p54_setup_mac() 364 memcpy(setup->bssid, priv->bssid, ETH_ALEN); in p54_setup_mac() 365 setup->rx_antenna = 2 & priv->rx_diversity_mask; /* automatic */ in p54_setup_mac() 366 setup->rx_align = 0; in p54_setup_mac() 368 setup->v1.basic_rate_mask = cpu_to_le32(priv->basic_rate_mask); in p54_setup_mac() 369 memset(setup->v1.rts_rates, 0, 8); in p54_setup_mac() [all …]
|
/linux-4.1.27/drivers/net/arcnet/ |
D | com20020.c | 97 lp->setup = lp->clockm ? 0 : (lp->clockp << 1); in com20020_check() 102 lp->setup = lp->setup | P1MODE; in com20020_check() 105 outb(lp->setup, _XREG); in com20020_check() 199 outb(lp->setup, _XREG); in com20020_found() 235 lp->setup >> 1, in com20020_found() 236 clockrates[3 - ((lp->setup2 & 0xF0) >> 4) + ((lp->setup & 0x0F) >> 1)]); in com20020_found() 344 if (!(lp->setup & PROMISCset)) in com20020_set_mc_list() 347 lp->setup |= PROMISCset; in com20020_set_mc_list() 348 outb(lp->setup, _XREG); in com20020_set_mc_list() 352 if ((lp->setup & PROMISCset)) in com20020_set_mc_list() [all …]
|
/linux-4.1.27/drivers/ata/ |
D | pata_at91.c | 109 int *setup, int *pulse, int *cycle, int *cs_pulse) in calc_smc_vals() argument 128 ret_val = adjust_smc_value(setup, range_setup, ARRAY_SIZE(range_setup)); in calc_smc_vals() 170 static void to_smc_format(int *setup, int *pulse, int *cycle, int *cs_pulse) in to_smc_format() argument 172 *setup = (*setup & 0x1f) | ((*setup & 0x80) >> 2); in to_smc_format() 212 unsigned int setup; /* SMC Setup width in MCK ticks */ in set_smc_timing() local 221 setup = calc_mck_cycles(ata->setup, mck_hz); in set_smc_timing() 226 ret = calc_smc_vals(dev, &setup, &pulse, &cycle, &cs_pulse); in set_smc_timing() 233 setup, pulse, cycle, cs_pulse); in set_smc_timing() 234 to_smc_format(&setup, &pulse, &cycle, &cs_pulse); in set_smc_timing() 248 smc.nwe_setup = smc.nrd_setup = setup; in set_smc_timing()
|
D | pata_cmd640.c | 91 if (t.setup > 4) in cmd640_set_piomode() 92 t.setup = 0xC0; in cmd640_set_piomode() 94 t.setup = setup_data[t.setup]; in cmd640_set_piomode() 102 reg |= t.setup; in cmd640_set_piomode() 113 reg |= t.setup; in cmd640_set_piomode()
|
D | pata_ns87410.c | 93 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode() 96 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
|
D | pata_cmd64x.c | 133 t.active, t.recover, t.setup); in cmd64x_set_timing() 151 if (t.setup > 4) in cmd64x_set_timing() 152 t.setup = 0xC0; in cmd64x_set_timing() 154 t.setup = setup_data[t.setup]; in cmd64x_set_timing() 161 reg |= t.setup; in cmd64x_set_timing()
|
D | pata_legacy.c | 122 int (*setup)(struct platform_device *, struct legacy_probe *probe, member 461 u8 active, recover, setup; in opti82c611a_set_piomode() local 489 setup = clamp_val(t.setup, 1, 4) - 1; in opti82c611a_set_piomode() 505 rc |= (setup << 4) | 0x04; in opti82c611a_set_piomode() 536 u8 active, recover, setup; in opti82c46x_set_piomode() local 568 setup = clamp_val(t.setup, 1, 4) - 1; in opti82c46x_set_piomode() 584 rc |= (setup << 4) | 0x04; in opti82c46x_set_piomode() 814 reg |= (clamp_val(t.setup, 0, 3) << 6); in winbond_set_piomode() 977 if (controller->setup) in legacy_init_one() 978 if (controller->setup(pdev, probe, ld) < 0) in legacy_init_one()
|
D | pata_via.c | 278 u8 setup; /* 2 bits per drive */ in via_do_set_mode() local 281 pci_read_config_byte(pdev, 0x4C, &setup); in via_do_set_mode() 282 setup &= ~(3 << shift); in via_do_set_mode() 283 setup |= (clamp_val(t.setup, 1, 4) - 1) << shift; in via_do_set_mode() 284 pci_write_config_byte(pdev, 0x4C, setup); in via_do_set_mode()
|
D | pata_cypress.c | 73 addr |= clamp_val(t.setup - 1, 0, 15); in cy82c693_set_piomode() 83 addr |= (clamp_val(t.setup - 1, 0, 15) << 4); in cy82c693_set_piomode()
|
/linux-4.1.27/drivers/hwmon/ |
D | shtc1.c | 59 struct shtc1_platform_data setup; member 81 if (!data->setup.blocking_io) in shtc1_update_values() 166 if (data->setup.high_precision) { in shtc1_select_command() 167 data->command = data->setup.blocking_io ? in shtc1_select_command() 173 data->command = data->setup.blocking_io ? in shtc1_select_command() 214 data->setup.blocking_io = false; in shtc1_probe() 215 data->setup.high_precision = true; in shtc1_probe() 219 data->setup = *(struct shtc1_platform_data *)dev->platform_data; in shtc1_probe()
|
/linux-4.1.27/drivers/isdn/divert/ |
D | isdn_divert.c | 80 strlcpy(cs->ics.parm.setup.phone, cs->deflect_dest, sizeof(cs->ics.parm.setup.phone)); in deflect_timer_expire() 81 strcpy(cs->ics.parm.setup.eazmsn, "Testtext delayed"); in deflect_timer_expire() 253 strlcpy(cs->ics.parm.setup.phone, to_nr, sizeof(cs->ics.parm.setup.phone)); in deflect_extern_action() 254 strcpy(cs->ics.parm.setup.eazmsn, "Testtext manual"); in deflect_extern_action() 402 if ((dv->rule.si1) && (dv->rule.si1 != ic->parm.setup.si1)) in isdn_divert_icall() 404 if ((dv->rule.si2) && (dv->rule.si2 != ic->parm.setup.si2)) in isdn_divert_icall() 408 p1 = ic->parm.setup.eazmsn; in isdn_divert_icall() 424 (ic->parm.setup.phone[0])) { in isdn_divert_icall() 426 p1 = ic->parm.setup.phone; in isdn_divert_icall() 461 if (!cs->ics.parm.setup.phone[0]) strcpy(cs->ics.parm.setup.phone, "0"); in isdn_divert_icall() [all …]
|
/linux-4.1.27/sound/drivers/ |
D | aloop.c | 100 struct loopback_setup setup[MAX_PCM_SUBSTREAMS][2]; member 155 return &dpcm->loopback->setup[dpcm->substream->number][device]; in get_setup() 201 struct loopback_setup *setup; in loopback_check_format() local 227 setup = get_setup(cable->streams[SNDRV_PCM_STREAM_PLAYBACK]); in loopback_check_format() 229 if (setup->format != runtime->format) { in loopback_check_format() 231 &setup->format_id); in loopback_check_format() 232 setup->format = runtime->format; in loopback_check_format() 234 if (setup->rate != runtime->rate) { in loopback_check_format() 236 &setup->rate_id); in loopback_check_format() 237 setup->rate = runtime->rate; in loopback_check_format() [all …]
|
/linux-4.1.27/drivers/acpi/ |
D | acpi_apd.c | 46 int (*setup)(struct apd_private_data *pdata); member 76 .setup = acpi_apd_setup, 81 .setup = acpi_apd_setup, 115 if (dev_desc->setup) { in acpi_apd_create_device() 116 ret = dev_desc->setup(pdata); in acpi_apd_create_device()
|
D | acpi_lpss.c | 71 void (*setup)(struct lpss_private_data *pdata); member 146 .setup = lpss_uart_setup, 163 .setup = lpss_uart_setup, 178 .setup = byt_i2c_setup, 184 .setup = lpss_deassert_reset, 367 if (dev_desc->setup) in acpi_lpss_create_device() 368 dev_desc->setup(pdata); in acpi_lpss_create_device()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 78 struct rdma_cq_op setup; in cxio_hal_cq_op() local 79 setup.id = cq->cqid; in cxio_hal_cq_op() 80 setup.credits = (op == CQ_CREDIT_UPDATE) ? credit : 0; in cxio_hal_cq_op() 81 setup.op = op; in cxio_hal_cq_op() 82 ret = rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_OP, &setup); in cxio_hal_cq_op() 127 struct rdma_cq_setup setup; in cxio_hal_clear_cq_ctx() local 128 setup.id = cqid; in cxio_hal_clear_cq_ctx() 129 setup.base_addr = 0; /* NULL address */ in cxio_hal_clear_cq_ctx() 130 setup.size = 0; /* disaable the CQ */ in cxio_hal_clear_cq_ctx() 131 setup.credits = 0; in cxio_hal_clear_cq_ctx() [all …]
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozusbsvc1.c | 195 int oz_usb_control_req(void *hpd, u8 req_id, struct usb_ctrlrequest *setup, in oz_usb_control_req() argument 198 unsigned wvalue = le16_to_cpu(setup->wValue); in oz_usb_control_req() 199 unsigned windex = le16_to_cpu(setup->wIndex); in oz_usb_control_req() 200 unsigned wlength = le16_to_cpu(setup->wLength); in oz_usb_control_req() 203 if ((setup->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in oz_usb_control_req() 204 switch (setup->bRequest) { in oz_usb_control_req() 207 setup->bRequestType, (u8)(wvalue>>8), in oz_usb_control_req() 208 (u8)wvalue, setup->wIndex, 0, wlength); in oz_usb_control_req() 224 setup->bRequestType & 0xf, (u8)windex, in oz_usb_control_req() 225 setup->wValue); in oz_usb_control_req() [all …]
|
D | ozhcd.c | 773 struct usb_ctrlrequest *setup = in oz_hcd_get_desc_cnf() local 775 unsigned wvalue = le16_to_cpu(setup->wValue); in oz_hcd_get_desc_cnf() 780 setup->bRequestType, (u8)(wvalue>>8), in oz_hcd_get_desc_cnf() 781 (u8)wvalue, setup->wIndex, offset, in oz_hcd_get_desc_cnf() 894 struct usb_ctrlrequest *setup; in oz_hcd_control_cnf() local 905 setup = (struct usb_ctrlrequest *)urb->setup_packet; in oz_hcd_control_cnf() 906 windex = le16_to_cpu(setup->wIndex); in oz_hcd_control_cnf() 907 wvalue = le16_to_cpu(setup->wValue); in oz_hcd_control_cnf() 908 if ((setup->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in oz_hcd_control_cnf() 910 oz_display_conf_type(setup->bRequest); in oz_hcd_control_cnf() [all …]
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_pci.c | 48 int (*setup)(struct serial_private *, member 2040 .setup = addidata_apci7800_setup, 2051 .setup = afavlab_setup, 2062 .setup = pci_hp_diva_setup, 2073 .setup = pci_default_setup, 2080 .setup = skip_tx_en_setup, 2087 .setup = skip_tx_en_setup, 2094 .setup = skip_tx_en_setup, 2101 .setup = ce4100_serial_setup, 2108 .setup = kt_serial_setup, [all …]
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | media.c | 190 u16 setup[5]; in tulip_select_media() local 193 setup[i] = get_u16(&p[i*2 + 1]); in tulip_select_media() 210 setup[0], setup[1]); in tulip_select_media() 212 csr13val = setup[0]; in tulip_select_media() 213 csr14val = setup[1]; in tulip_select_media() 214 csr15dir = (setup[3]<<16) | setup[2]; in tulip_select_media() 215 csr15val = (setup[4]<<16) | setup[2]; in tulip_select_media() 224 csr15dir = (setup[0]<<16) | 0x0008; in tulip_select_media() 225 csr15val = (setup[1]<<16) | 0x0008; in tulip_select_media() 240 new_csr6 = 0x82020000 | ((setup[2] & 0x71) << 18); in tulip_select_media() [all …]
|
/linux-4.1.27/arch/arm/mach-mv78xx0/ |
D | Makefile | 2 obj-$(CONFIG_MACH_DB78X00_BP) += db78x00-bp-setup.o 3 obj-$(CONFIG_MACH_RD78X00_MASA) += rd78x00-masa-setup.o 4 obj-$(CONFIG_MACH_TERASTATION_WXL) += buffalo-wxl-setup.o
|
/linux-4.1.27/drivers/spi/ |
D | spi-dw-pci.c | 32 int (*setup)(struct dw_spi *); member 38 .setup = dw_spi_mid_init, 44 .setup = dw_spi_mid_init, 88 if (desc->setup) { in spi_pci_probe() 89 ret = desc->setup(dws); in spi_pci_probe()
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
D | isdnloop.c | 122 isdnloop_parse_setup(char *setup, isdn_ctrl *cmd) in isdnloop_parse_setup() argument 124 char *t = setup; in isdnloop_parse_setup() 128 strlcpy(cmd->parm.setup.phone, t, sizeof(cmd->parm.setup.phone)); in isdnloop_parse_setup() 132 cmd->parm.setup.si1 = 0; in isdnloop_parse_setup() 134 cmd->parm.setup.si1 = simple_strtoul(t, NULL, 10); in isdnloop_parse_setup() 138 cmd->parm.setup.si2 = 0; in isdnloop_parse_setup() 140 cmd->parm.setup.si2 = in isdnloop_parse_setup() 142 strlcpy(cmd->parm.setup.eazmsn, s, sizeof(cmd->parm.setup.eazmsn)); in isdnloop_parse_setup() 143 cmd->parm.setup.plan = 0; in isdnloop_parse_setup() 144 cmd->parm.setup.screen = 0; in isdnloop_parse_setup() [all …]
|
/linux-4.1.27/arch/sh/include/mach-ecovec24/mach/ |
D | partner-jet-setup.txt | 1 LIST "partner-jet-setup.txt" 7 LIST "> < partner-jet-setup.txt" 22 LIST "setup clocks" 36 LIST "setup sdram" 77 LIST "setup cache"
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 188 auto BIOS setup (default) 197 auto BIOS setup (default) 221 auto BIOS setup (default) 233 auto BIOS setup (default) 243 dell-bios Fixes with Dell BIOS setup 244 dell-bios-amic Fixes with Dell BIOS setup including analog mic 246 auto BIOS setup (default) 258 auto BIOS setup (default) 263 no-jd BIOS setup but without jack-detection 270 auto BIOS setup (default) [all …]
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | l3_1tr6.c | 82 teln = pc->para.setup.phone; in l3_1tr6_setup_req() 117 *p++ = pc->para.setup.si1; /* 0 for all Services */ in l3_1tr6_setup_req() 118 *p++ = pc->para.setup.si2; /* 0 for all Services */ in l3_1tr6_setup_req() 123 *p++ = pc->para.setup.si1; /* 0 for all Services */ in l3_1tr6_setup_req() 124 *p++ = pc->para.setup.si2; /* 0 for all Services */ in l3_1tr6_setup_req() 126 eaz = pc->para.setup.eazmsn; in l3_1tr6_setup_req() 146 *p++ = pc->para.setup.si1; in l3_1tr6_setup_req() 147 *p++ = pc->para.setup.si2; in l3_1tr6_setup_req() 186 pc->para.setup.si1 = p[2]; in l3_1tr6_setup() 187 pc->para.setup.si2 = p[3]; in l3_1tr6_setup() [all …]
|
D | l3ni1.c | 1184 teln = pc->para.setup.phone; in l3ni1_setup_req() 1190 switch (pc->para.setup.si1) { in l3ni1_setup_req() 1227 …if ((pc->para.setup.si2 >= 160) && (pc->para.setup.si2 <= 175)) { // sync. Bitratenadaption, V.110… in l3ni1_setup_req() 1234 *p++ = EncodeSyncParams(pc->para.setup.si2 - 160, 0x80); in l3ni1_setup_req() 1235 …} else if ((pc->para.setup.si2 >= 176) && (pc->para.setup.si2 <= 191)) { // sync. Bitratenadaption… in l3ni1_setup_req() 1242 *p++ = EncodeSyncParams(pc->para.setup.si2 - 176, 0); in l3ni1_setup_req() 1244 } else if (pc->para.setup.si2 >= 192) { // async. Bitratenadaption, V.110/X.30 in l3ni1_setup_req() 1251 p = EncodeASyncParams(p, pc->para.setup.si2 - 192); in l3ni1_setup_req() 1253 switch (pc->para.setup.si1) { in l3ni1_setup_req() 1457 pc->para.setup.si2 = 0; in l3ni1_setup() [all …]
|
D | l3dss1.c | 1238 teln = pc->para.setup.phone; in l3dss1_setup_req() 1251 switch (pc->para.setup.si1) { in l3dss1_setup_req() 1313 msn = pc->para.setup.eazmsn; in l3dss1_setup_req() 1373 …if ((pc->para.setup.si2 >= 160) && (pc->para.setup.si2 <= 175)) { // sync. Bitratenadaption, V.110… in l3dss1_setup_req() 1380 *p++ = EncodeSyncParams(pc->para.setup.si2 - 160, 0x80); in l3dss1_setup_req() 1381 …} else if ((pc->para.setup.si2 >= 176) && (pc->para.setup.si2 <= 191)) { // sync. Bitratenadaption… in l3dss1_setup_req() 1388 *p++ = EncodeSyncParams(pc->para.setup.si2 - 176, 0); in l3dss1_setup_req() 1390 } else if (pc->para.setup.si2 >= 192) { // async. Bitratenadaption, V.110/X.30 in l3dss1_setup_req() 1397 p = EncodeASyncParams(p, pc->para.setup.si2 - 192); in l3dss1_setup_req() 1400 switch (pc->para.setup.si1) { in l3dss1_setup_req() [all …]
|
D | callc.c | 231 ic.parm.setup.si1 = 7; in lli_leased_in() 232 ic.parm.setup.si2 = 0; in lli_leased_in() 233 ic.parm.setup.plan = 0; in lli_leased_in() 234 ic.parm.setup.screen = 0; in lli_leased_in() 235 sprintf(ic.parm.setup.eazmsn, "%d", chanp->chan + 1); in lli_leased_in() 236 sprintf(ic.parm.setup.phone, "LEASED%d", chanp->cs->myid); in lli_leased_in() 353 memcpy(&ic.parm.setup, &chanp->proc->para.setup, sizeof(setup_parm)); in lli_deliver_call() 370 memcpy(&chanp->setup, &ic.parm.setup, sizeof(setup_parm)); in lli_deliver_call() 1440 strncpy(chanp->setup.phone, &cm->para[5], cm->para[5] + 1); in lli_got_fac_req() 1444 strncpy(chanp->setup.phone, &cm->para[5], cm->para[5] + 1); in lli_got_fac_req() [all …]
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | mv_udc_core.c | 1514 static void ch9setaddress(struct mv_udc *udc, struct usb_ctrlrequest *setup) in ch9setaddress() argument 1516 udc->dev_addr = (u8)setup->wValue; in ch9setaddress() 1526 struct usb_ctrlrequest *setup) in ch9getstatus() argument 1531 if ((setup->bRequestType & (USB_DIR_IN | USB_TYPE_MASK)) in ch9getstatus() 1535 if ((setup->bRequestType & USB_RECIP_MASK) == USB_RECIP_DEVICE) { in ch9getstatus() 1538 } else if ((setup->bRequestType & USB_RECIP_MASK) in ch9getstatus() 1542 } else if ((setup->bRequestType & USB_RECIP_MASK) in ch9getstatus() 1546 ep_num = setup->wIndex & USB_ENDPOINT_NUMBER_MASK; in ch9getstatus() 1547 direction = (setup->wIndex & USB_ENDPOINT_DIR_MASK) in ch9getstatus() 1560 static void ch9clearfeature(struct mv_udc *udc, struct usb_ctrlrequest *setup) in ch9clearfeature() argument [all …]
|
D | udc-xilinx.c | 186 struct usb_ctrlrequest setup; member 1025 if (udc->setup.bRequestType & USB_DIR_IN) { in __xudc_ep0_queue() 1036 if (udc->setup.wLength) { in __xudc_ep0_queue() 1605 switch (udc->setup.bRequestType & USB_RECIP_MASK) { in xudc_getstatus() 1615 epnum = udc->setup.wIndex & USB_ENDPOINT_NUMBER_MASK; in xudc_getstatus() 1619 if (udc->setup.wIndex & USB_DIR_IN) { in xudc_getstatus() 1657 int flag = (udc->setup.bRequest == USB_REQ_SET_FEATURE ? 1 : 0); in xudc_set_clear_feature() 1660 switch (udc->setup.bRequestType) { in xudc_set_clear_feature() 1662 switch (udc->setup.wValue) { in xudc_set_clear_feature() 1681 if (!udc->setup.wValue) { in xudc_set_clear_feature() [all …]
|
D | mv_u3d_core.c | 1470 struct usb_ctrlrequest *setup) in mv_u3d_ch9setaddress() argument 1481 u3d->dev_addr = (u8)setup->wValue; in mv_u3d_ch9setaddress() 1506 static int mv_u3d_is_set_configuration(struct usb_ctrlrequest *setup) in mv_u3d_is_set_configuration() argument 1508 if ((setup->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) in mv_u3d_is_set_configuration() 1509 if (setup->bRequest == USB_REQ_SET_CONFIGURATION) in mv_u3d_is_set_configuration() 1516 struct usb_ctrlrequest *setup) in mv_u3d_handle_setup_packet() argument 1525 setup->bRequestType, setup->bRequest, in mv_u3d_handle_setup_packet() 1526 setup->wValue, setup->wIndex, setup->wLength); in mv_u3d_handle_setup_packet() 1529 if ((setup->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in mv_u3d_handle_setup_packet() 1530 switch (setup->bRequest) { in mv_u3d_handle_setup_packet() [all …]
|
D | dummy_hcd.c | 1480 struct usb_ctrlrequest *setup, in handle_control_request() argument 1489 w_index = le16_to_cpu(setup->wIndex); in handle_control_request() 1490 w_value = le16_to_cpu(setup->wValue); in handle_control_request() 1491 switch (setup->bRequest) { in handle_control_request() 1493 if (setup->bRequestType != Dev_Request) in handle_control_request() 1502 if (setup->bRequestType == Dev_Request) { in handle_control_request() 1544 } else if (setup->bRequestType == Ep_Request) { in handle_control_request() 1557 if (setup->bRequestType == Dev_Request) { in handle_control_request() 1592 } else if (setup->bRequestType == Ep_Request) { in handle_control_request() 1606 if (setup->bRequestType == Dev_InRequest in handle_control_request() [all …]
|
/linux-4.1.27/sound/core/oss/ |
D | pcm_oss.c | 728 if (substream->oss.setup.period_size > 16) in snd_pcm_oss_period_size() 729 oss_period_size = substream->oss.setup.period_size; in snd_pcm_oss_period_size() 771 if (substream->oss.setup.periods > 1) in snd_pcm_oss_period_size() 772 oss_periods = substream->oss.setup.periods; in snd_pcm_oss_period_size() 868 direct = substream->oss.setup.direct; in snd_pcm_oss_change_params() 1011 substream->oss.setup.nosilence) { in snd_pcm_oss_change_params() 1389 if (substream->oss.setup.partialfrag || in snd_pcm_oss_write1() 1790 direct = substream->oss.setup.direct; in snd_pcm_oss_get_formats() 2137 if (substream->oss.setup.buggyptr) in snd_pcm_oss_get_ptr() 2235 struct snd_pcm_oss_setup *setup; in snd_pcm_oss_look_for_setup() local [all …]
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctmixer.c | 948 amix_d->ops->setup(amix_d, &sum->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 951 amix_d->ops->setup(amix_d, &sum->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 959 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 962 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 968 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 971 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 977 amix_d->ops->setup(amix_d, NULL, INIT_VOL, sum); in ct_mixer_topology_build() 980 amix_d->ops->setup(amix_d, NULL, INIT_VOL, sum); in ct_mixer_topology_build() 986 amix_d->ops->setup(amix_d, NULL, INIT_VOL, sum); in ct_mixer_topology_build() 989 amix_d->ops->setup(amix_d, NULL, INIT_VOL, sum); in ct_mixer_topology_build() [all …]
|
/linux-4.1.27/drivers/ide/ |
D | delkin_cb.c | 38 static const u8 setup[] = { variable 57 for (i = 0; i < sizeof(setup); ++i) { in delkin_cb_init_chipset() 58 if (setup[i]) in delkin_cb_init_chipset() 59 outb(setup[i], base + i); in delkin_cb_init_chipset()
|
D | ide-timings.c | 112 q->setup = EZ(t->setup * 1000, T); in ide_timing_quantize() 126 m->setup = max(a->setup, b->setup); in ide_timing_merge()
|
/linux-4.1.27/arch/um/include/asm/ |
D | common.lds.S | 23 .uml.setup.init : { 25 *(.uml.setup.init) 41 .init.setup : {
|
/linux-4.1.27/arch/sh/include/mach-kfr2r09/mach/ |
D | partner-jet-setup.txt | 1 LIST "partner-jet-setup.txt - 20090729 Magnus Damm" 6 LIST "> < partner-jet-setup.txt" 29 LIST "setup clocks" 38 LIST "setup pins" 106 LIST "setup sdram" 142 LIST "setup cache"
|
/linux-4.1.27/drivers/staging/iio/cdc/ |
D | ad7152.c | 91 u8 setup[2]; member 301 chip->setup[chan->channel] &= ~AD7152_SETUP_RANGE_4pF; in ad7152_write_raw() 302 chip->setup[chan->channel] |= AD7152_SETUP_RANGE(i); in ad7152_write_raw() 306 chip->setup[chan->channel]); in ad7152_write_raw() 335 regval = chip->setup[chan->channel]; in ad7152_read_raw() 338 chip->setup[chan->channel] |= AD7152_SETUP_CAPDIFF; in ad7152_read_raw() 340 chip->setup[chan->channel] &= ~AD7152_SETUP_CAPDIFF; in ad7152_read_raw() 342 if (regval != chip->setup[chan->channel]) { in ad7152_read_raw() 345 chip->setup[chan->channel]); in ad7152_read_raw()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | s626.c | 710 uint16_t setup; in s626_get_mode_a() local 720 setup = in s626_get_mode_a() 753 setup |= S626_SET_STD_ENCMODE(encmode) | S626_SET_STD_CLKMULT(clkmult) | in s626_get_mode_a() 757 return setup; in s626_get_mode_a() 765 uint16_t setup; in s626_get_mode_b() local 775 setup = in s626_get_mode_b() 813 setup |= S626_SET_STD_ENCMODE(encmode) | S626_SET_STD_CLKMULT(clkmult) | in s626_get_mode_b() 817 return setup; in s626_get_mode_b() 835 unsigned int chan, uint16_t setup, in s626_set_mode_a() argument 845 cra = S626_SET_CRA_LOADSRC_A(S626_GET_STD_LOADSRC(setup)); in s626_set_mode_a() [all …]
|
/linux-4.1.27/drivers/s390/net/ |
D | lcs.c | 120 LCS_DBF_TEXT(2, setup, "ichalloc"); in lcs_alloc_channel() 131 LCS_DBF_TEXT(2, setup, "echalloc"); in lcs_alloc_channel() 147 LCS_DBF_TEXT(2, setup, "ichfree"); in lcs_free_channel() 160 LCS_DBF_TEXT(3, setup, "cleanch"); in lcs_cleanup_channel() 173 LCS_DBF_TEXT(2, setup, "remcard"); in lcs_free_card() 174 LCS_DBF_HEX(2, setup, &card, sizeof(void*)); in lcs_free_card() 187 LCS_DBF_TEXT(2, setup, "alloclcs"); in lcs_alloc_card() 198 LCS_DBF_TEXT(2, setup, "iccwerr"); in lcs_alloc_card() 205 LCS_DBF_TEXT(2, setup, "iccwerr"); in lcs_alloc_card() 214 LCS_DBF_HEX(2, setup, &card, sizeof(void*)); in lcs_alloc_card() [all …]
|
D | netiucv.c | 584 IUCV_DBF_TEXT_(setup, 2, "Connection requested for %s.%s\n", in netiucv_callback_connreq() 828 IUCV_DBF_TEXT_(setup, 2, "rc %d from iucv_accept", rc); in conn_action_connaccept() 905 IUCV_DBF_TEXT_(setup, 2, "%s: connecting to %s ...\n", in conn_action_start() 954 IUCV_DBF_TEXT_(setup, 5, "iucv_connect rc is %d\n", rc); in conn_action_start() 1103 IUCV_DBF_TEXT(setup, 3, in dev_action_connup() 1132 IUCV_DBF_TEXT(setup, 3, "connection is down\n"); in dev_action_conndown() 1447 IUCV_DBF_TEXT(setup, 2, "given MTU out of valid range\n"); in netiucv_change_mtu() 1478 IUCV_DBF_TEXT(setup, 2, "conn_write: too long\n"); in netiucv_check_user() 1490 IUCV_DBF_TEXT_(setup, 2, in netiucv_check_user() 1533 IUCV_DBF_TEXT(setup, 2, "user_write: device active\n"); in user_write() [all …]
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capidrv.c | 1088 memset(&cmd.parm.setup, 0, sizeof(cmd.parm.setup)); in handle_incoming_call() 1089 strncpy(cmd.parm.setup.phone, in handle_incoming_call() 1092 strncpy(cmd.parm.setup.eazmsn, in handle_incoming_call() 1095 cmd.parm.setup.si1 = cip2si1(cmsg->CIPValue); in handle_incoming_call() 1096 cmd.parm.setup.si2 = cip2si2(cmsg->CIPValue); in handle_incoming_call() 1097 cmd.parm.setup.plan = cmsg->CallingPartyNumber[1]; in handle_incoming_call() 1098 cmd.parm.setup.screen = cmsg->CallingPartyNumber[2]; in handle_incoming_call() 1102 cmd.parm.setup.phone, in handle_incoming_call() 1103 cmd.parm.setup.si1, in handle_incoming_call() 1104 cmd.parm.setup.si2, in handle_incoming_call() [all …]
|
/linux-4.1.27/drivers/xen/events/ |
D | events_internal.h | 62 int (*setup)(struct irq_info *info); member 96 if (evtchn_ops->setup) in xen_evtchn_port_setup() 97 return evtchn_ops->setup(info); in xen_evtchn_port_setup()
|
/linux-4.1.27/drivers/char/mwave/ |
D | README | 18 If the dsp irq has not been setup and stored in bios by the 23 If the dsp io range has not been setup and stored in bios by the 28 If the mwave's uart irq has not been setup and stored in bios by the 33 If the uart io range has not been setup and stored in bios by the
|
/linux-4.1.27/drivers/mmc/host/ |
D | wbsd.c | 136 u8 setup, ier; in wbsd_init_device() local 141 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_init_device() 142 setup |= WBSD_FIFO_RESET | WBSD_SOFT_RESET; in wbsd_init_device() 143 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device() 148 setup &= ~WBSD_DAT3_H; in wbsd_init_device() 149 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device() 195 u8 setup; in wbsd_reset() local 202 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_reset() 203 setup |= WBSD_SOFT_RESET; in wbsd_reset() 204 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_reset() [all …]
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-audio.c | 184 static const u16 setup[][2] = { in usbtv_audio_start() local 225 usbtv_set_regs(chip, setup, ARRAY_SIZE(setup)); in usbtv_audio_start() 242 static const u16 setup[][2] = { in usbtv_audio_stop() local 260 usbtv_set_regs(chip, setup, ARRAY_SIZE(setup)); in usbtv_audio_stop()
|
/linux-4.1.27/arch/mips/mti-sead3/ |
D | Makefile | 13 sead3-setup.o sead3-time.o 19 CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | Makefile | 98 obj-$(CONFIG_S3C2416_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o 99 obj-$(CONFIG_S3C2443_SETUP_SPI) += setup-spi.o 100 obj-$(CONFIG_ARCH_S3C24XX) += setup-i2c.o 101 obj-$(CONFIG_S3C24XX_SETUP_TS) += setup-ts.o
|
/linux-4.1.27/arch/arm/common/ |
D | mcpm_head.S | 108 bne mcpm_setup_wait @ wait for cluster setup if so 114 @ Otherwise, release the first man lock and skip setup: 142 @ If the outbound gave up before teardown started, skip cluster setup: 159 @ Leave the cluster setup critical section: 170 @ In the contended case, non-first men wait here for cluster setup 180 @ If a platform-specific CPU setup hook is needed, it is
|
/linux-4.1.27/tools/time/ |
D | udelay_test.sh | 23 setup() function 45 setup
|
/linux-4.1.27/arch/arm/plat-iop/ |
D | Makefile | 8 obj-$(CONFIG_ARCH_IOP32X) += setup.o 18 obj-$(CONFIG_ARCH_IOP33X) += setup.o
|
/linux-4.1.27/sound/usb/ |
D | quirks.c | 869 if (chip->setup & MAUDIO_SET) { in quattro_skip_setting_quirk() 870 if (chip->setup & MAUDIO_SET_COMPATIBLE) { in quattro_skip_setting_quirk() 877 if ((chip->setup & MAUDIO_SET_96K) && altno != 1) in quattro_skip_setting_quirk() 879 mask = chip->setup & MAUDIO_SET_MASK; in quattro_skip_setting_quirk() 890 altno, iface, chip->setup); in quattro_skip_setting_quirk() 903 if (chip->setup & MAUDIO_SET) { in audiophile_skip_setting_quirk() 905 if ((chip->setup & MAUDIO_SET_DTS) && altno != 6) in audiophile_skip_setting_quirk() 907 if ((chip->setup & MAUDIO_SET_96K) && altno != 1) in audiophile_skip_setting_quirk() 909 mask = chip->setup & MAUDIO_SET_MASK; in audiophile_skip_setting_quirk() 934 if (chip->setup & (MAUDIO_SET | MAUDIO_SET_24B)) { in fasttrackpro_skip_setting_quirk() [all …]
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_pci.c | 45 int (*setup)(struct plat_stmmacenet_data *plat, member 145 .setup = quark_default_data, 207 if (info->setup) { in stmmac_pci_probe() 208 ret = info->setup(plat, info); in stmmac_pci_probe()
|
D | stmmac_platform.c | 151 plat->setup = data->setup; in stmmac_probe_config_dt() 343 if (plat_dat->setup) { in stmmac_pltfr_probe() 344 plat_dat->bsp_priv = plat_dat->setup(pdev); in stmmac_pltfr_probe()
|
/linux-4.1.27/drivers/base/ |
D | transport_class.c | 96 atc->tclass.setup = anon_transport_dummy_function; in anon_transport_class_register() 124 if (tclass->setup) in transport_setup_classdev() 125 tclass->setup(tcont, dev, classdev); in transport_setup_classdev()
|
/linux-4.1.27/Documentation/x86/ |
D | zero-page.txt | 3 real-mode setup code of the kernel. References/settings to it mainly 25 140/080 ALL edid_info Video mode setup (struct edid_info) 28 1E4/004 ALL scratch Scratch field for the kernel setup code
|
/linux-4.1.27/tools/perf/util/ |
D | setup.py | 3 from distutils.core import setup, Extension 40 setup(name='perf',
|
/linux-4.1.27/drivers/isdn/icn/ |
D | icn.c | 512 strlcpy(cmd.parm.setup.phone, t, in icn_parse_status() 513 sizeof(cmd.parm.setup.phone)); in icn_parse_status() 517 cmd.parm.setup.si1 = 0; in icn_parse_status() 519 cmd.parm.setup.si1 = in icn_parse_status() 524 cmd.parm.setup.si2 = 0; in icn_parse_status() 526 cmd.parm.setup.si2 = in icn_parse_status() 528 strlcpy(cmd.parm.setup.eazmsn, s, in icn_parse_status() 529 sizeof(cmd.parm.setup.eazmsn)); in icn_parse_status() 531 cmd.parm.setup.plan = 0; in icn_parse_status() 532 cmd.parm.setup.screen = 0; in icn_parse_status() [all …]
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-dmcrypt.txt | 16 system for crypto setup and/or rescue purposes. You may even have 17 an initrd that does your current crypto setup already. 42 modify. For lilo the simplest setup looks like the following 51 you create an initrd that reads the required dm-crypt setup 54 card contains at least the encrypted swap setup in a file 63 of your crypto devices, again by reading the setup from the 123 Then we need to set up dmcrypt with the setup data from the
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | head.S | 20 # setup stack 24 # setup registers for memory mover & branch to target
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 102 - ti,cs-read-setup-ns: read setup width, ns 119 - ti,cs-write-setup-ns: write setup width, ns 168 ti,cs-read-setup-ns = <14>; 171 ti,cs-write-setup-ns = <14>; 197 ti,cs-read-setup-ns = <14>; 200 ti,cs-write-setup-ns = <14>;
|
/linux-4.1.27/drivers/tty/serial/ |
D | earlycon.c | 120 err = match->setup(&early_console_dev, buf); in register_earlycon() 197 int (*setup)(struct earlycon_device *, const char *)) in of_setup_earlycon() 208 err = setup(&early_console_dev, NULL); in of_setup_earlycon()
|
/linux-4.1.27/include/linux/ |
D | transport_class.h | 20 int (*setup)(struct transport_container *, struct device *, member 33 .setup = su, \
|
D | stmmac.h | 121 void *(*setup)(struct platform_device *pdev); member 142 void *(*setup)(struct platform_device *pdev); member
|
D | leds-tca6507.h | 29 void (*setup)(unsigned gpio_base, unsigned ngpio); member
|
D | i2c-smbus.h | 48 struct i2c_smbus_alert_setup *setup);
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | vision_ep9307.c | 110 .setup = vision_lcd_setup, 215 .setup = vision_spi_flash_hw_setup, 255 .setup = vision_spi_mmc_hw_setup,
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | hsmc.c | 141 u32 setup, pulse, cycle, mode; in smc_set_configuration() local 148 setup = (HSMC_BF(NWE_SETUP, config->nwe_setup) in smc_set_configuration() 204 cs, setup, pulse, cycle, mode); in smc_set_configuration() 207 hsmc_writel(hsmc, SETUP0 + offset, setup); in smc_set_configuration()
|
/linux-4.1.27/tools/usb/ |
D | ffs-test.c | 530 static void handle_setup(const struct usb_ctrlrequest *setup) in handle_setup() argument 532 printf("bRequestType = %d\n", setup->bRequestType); in handle_setup() 533 printf("bRequest = %d\n", setup->bRequest); in handle_setup() 534 printf("wValue = %d\n", le16_to_cpu(setup->wValue)); in handle_setup() 535 printf("wIndex = %d\n", le16_to_cpu(setup->wIndex)); in handle_setup() 536 printf("wLength = %d\n", le16_to_cpu(setup->wLength)); in handle_setup() 568 handle_setup(&event->u.setup); in ep0_consume()
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_text.c | 72 unsigned char setup[SETUP_MAX]; member 136 memcpy(ep->setup, urb->setup_packet, SETUP_MAX); in mon_text_get_setup() 519 ep->setup[0], in mon_text_read_statset() 520 ep->setup[1], in mon_text_read_statset() 521 (ep->setup[3] << 8) | ep->setup[2], in mon_text_read_statset() 522 (ep->setup[5] << 8) | ep->setup[4], in mon_text_read_statset() 523 (ep->setup[7] << 8) | ep->setup[6]); in mon_text_read_statset()
|
/linux-4.1.27/sound/usb/line6/ |
D | Kconfig | 13 * Reading/writing complete channel, effects setup, and amp 14 setup data
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | Kconfig | 20 in your board setup file. 27 need to add appropriate platform data glue in your board setup
|
/linux-4.1.27/drivers/net/team/ |
D | Kconfig | 23 All added ports are setup to have team's device address. 35 All added ports are setup to have team's device address. 47 All added ports are setup to have team's device address.
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_gadget_ep0.c | 656 retval = musb->gadget_driver->setup(&musb->g, ctrlrequest); in forward_to_driver() 780 goto setup; in musb_g_ep0_irq() 798 setup: in musb_g_ep0_irq() 800 struct usb_ctrlrequest setup; in musb_g_ep0_irq() local 807 musb_read_setup(musb, &setup); in musb_g_ep0_irq() 832 musb, &setup); in musb_g_ep0_irq() 853 handled = service_in_request(musb, &setup); in musb_g_ep0_irq() 880 handled = forward_to_driver(musb, &setup); in musb_g_ep0_irq()
|
/linux-4.1.27/arch/mips/bcm63xx/ |
D | cs.c | 66 unsigned int setup, unsigned int hold) in bcm63xx_set_cs_timing() argument 80 val |= setup << MPI_CSCTL_SETUP_SHIFT; in bcm63xx_set_cs_timing()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 106 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | kimagerescue.S | 53 ;; setup port PA and PB default initial directions and data 66 ;; We need to setup the bus registers before we start using the DRAM 75 ;; setup the serial port at 115200 baud
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 114 setup, etc. The exact meaning of the parameters is described with the 254 parm.setup.phone = An ASCII-String containing the number to dial. 255 parm.setup.eazmsn = An ASCII-Sting containing the own EAZ or MSN. 256 parm.setup.si1 = The Service-Indicator. 257 parm.setup.si2 = Additional Service-Indicator. 268 With this command, the HL-driver is told to accept a D-Channel-setup. 279 With this command, the HL-driver is told to perform a B-Channel-setup. 423 setup.eazmsn= empty string or string send as uus1 in DSS1 with 434 setup.eazmsn= empty string or string send as uus1 in DSS1 with 446 setup.eazmsn= empty string or string send as uus1 in DSS1 protocol [all …]
|
/linux-4.1.27/Documentation/zh_CN/ |
D | basic_profiling.txt | 59 One time setup: 60 opcontrol --setup --vmlinux=/boot/vmlinux
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 37 read, write and setup latencies. Minimum valid values are 1. Controllers 38 without setup latency control should use a value of 0. 40 read, write and setup latencies. Controllers without setup latency control
|
/linux-4.1.27/Documentation/fb/ |
D | ep93xx-fb.txt | 83 callbacks: setup, teardown and blank. The setup and teardown functions 88 The setup and teardown devices pass the platform_device structure as 97 /* Board specific framebuffer setup */
|
D | sh7760fb.txt | 30 1. Platform setup 40 The driver does NOT do the above for you since board setup is, well, job 41 of the board setup code.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | samsung-fimd.txt | 49 - cs-setup: clock cycles for the active period of address signal is enabled 52 - wr-setup: clock cycles for the active period of CS signal is enabled until 66 | cs-setup+1 | : : : 69 | wr-setup+1 | | wr-hold+1 |
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 49 A board can do its own setup before calling s3c_pm_init, if it 50 needs to setup anything else for power management support. 95 relevant clocks and peripherals setup before use (ie, bootloader). 98 rate and uart controls must be setup beforehand.
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | debugport.c | 477 setup : console_setup, 489 setup : console_setup, 502 setup : console_setup, 514 setup : console_setup, 526 setup : console_setup,
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | lpc32xx-slc.txt | 17 - nxp,wsetup: Write setup time (W_SETUP) 20 - nxp,rsetup: Read setup time (R_SETUP)
|
/linux-4.1.27/Documentation/ |
D | dontdiff | 216 setup 217 setup.bin 218 setup.elf
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-mpc.c | 81 void (*setup)(struct device_node *node, struct mpc_i2c *i2c, member 714 data->setup(op->dev.of_node, i2c, clock, data->prescaler); in fsl_i2c_probe() 805 .setup = mpc_i2c_setup_512x, 809 .setup = mpc_i2c_setup_52xx, 813 .setup = mpc_i2c_setup_8xxx, 817 .setup = mpc_i2c_setup_8xxx, 822 .setup = mpc_i2c_setup_8xxx,
|
/linux-4.1.27/drivers/usb/usbip/ |
D | stub_rx.c | 415 struct usb_ctrlrequest *setup = in masking_bogus_flags() local 418 if (!setup) in masking_bogus_flags() 420 is_out = !(setup->bRequestType & USB_DIR_IN) || in masking_bogus_flags() 421 !setup->wLength; in masking_bogus_flags() 486 priv->urb->setup_packet = kmemdup(&pdu->u.cmd_submit.setup, 8, in stub_recv_cmd_submit()
|
/linux-4.1.27/arch/xtensa/platforms/xt2000/ |
D | Makefile | 5 obj-y = setup.o
|
/linux-4.1.27/arch/mips/vr41xx/casio-e55/ |
D | Makefile | 5 obj-y += setup.o
|
/linux-4.1.27/arch/mips/vr41xx/ibm-workpad/ |
D | Makefile | 5 obj-y += setup.o
|
/linux-4.1.27/arch/powerpc/platforms/amigaone/ |
D | Makefile | 1 obj-y += setup.o
|
/linux-4.1.27/drivers/char/agp/ |
D | intel-gtt.c | 49 int (*setup)(void); member 612 ret = intel_private.driver->setup(); in intel_gtt_init() 1169 .setup = i810_setup, 1177 .setup = i830_setup, 1187 .setup = i9xx_setup, 1198 .setup = i9xx_setup, 1208 .setup = i9xx_setup, 1218 .setup = i9xx_setup, 1227 .setup = i9xx_setup, 1237 .setup = i9xx_setup,
|
/linux-4.1.27/drivers/input/ |
D | sparse-keymap.c | 172 int (*setup)(struct input_dev *, struct key_entry *)) in sparse_keymap_setup() 192 if (setup) { in sparse_keymap_setup() 193 error = setup(dev, entry); in sparse_keymap_setup()
|
/linux-4.1.27/arch/sh/boards/mach-lboxre2/ |
D | Makefile | 5 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/m32r/platforms/usrv/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/sh/boards/mach-se/7722/ |
D | Makefile | 10 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
D | Makefile | 9 obj-y := setup.o sdram.o
|
/linux-4.1.27/arch/m32r/platforms/mappi2/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/sh/boards/mach-se/7780/ |
D | Makefile | 10 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-se/770x/ |
D | Makefile | 5 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-se/7751/ |
D | Makefile | 5 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-sh03/ |
D | Makefile | 5 obj-y := setup.o rtc.o
|
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/ |
D | Makefile | 1 obj-y := setup.o sdram.o
|
/linux-4.1.27/arch/m32r/platforms/opsput/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/sh/boards/mach-sh7763rdp/ |
D | Makefile | 1 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/m32r/platforms/m32104ut/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/sh/boards/mach-sdk7780/ |
D | Makefile | 4 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-se/7206/ |
D | Makefile | 5 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/m32r/platforms/mappi/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/m32r/platforms/m32700ut/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/avr32/boards/mimc200/ |
D | Makefile | 1 obj-y += setup.o flash.o
|
/linux-4.1.27/arch/m32r/platforms/mappi3/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/sh/boards/mach-se/7343/ |
D | Makefile | 5 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-se/7721/ |
D | Makefile | 1 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-r2d/ |
D | Makefile | 5 obj-y := setup.o irq.o
|
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
D | Makefile | 1 obj-y += setup.o flash.o
|
/linux-4.1.27/arch/m32r/platforms/oaks32r/ |
D | Makefile | 1 obj-y := setup.o io.o
|
/linux-4.1.27/arch/avr32/boards/favr-32/ |
D | Makefile | 1 obj-y += setup.o flash.o
|
/linux-4.1.27/arch/powerpc/platforms/maple/ |
D | Makefile | 1 obj-y += setup.o pci.o time.o
|
/linux-4.1.27/arch/mips/txx9/rbtx4938/ |
D | Makefile | 1 obj-y += prom.o setup.o irq.o
|
/linux-4.1.27/arch/sh/boards/mach-dreamcast/ |
D | Makefile | 5 obj-y := setup.o irq.o rtc.o
|
/linux-4.1.27/arch/mips/bmips/ |
D | Makefile | 1 obj-y += setup.o irq.o dma.o
|
/linux-4.1.27/arch/sh/boards/mach-cayman/ |
D | Makefile | 4 obj-y := setup.o irq.o panic.o
|
/linux-4.1.27/arch/mips/txx9/rbtx4927/ |
D | Makefile | 1 obj-y += prom.o setup.o irq.o
|
/linux-4.1.27/arch/xtensa/platforms/xtfpga/ |
D | Makefile | 9 obj-y += setup.o
|
/linux-4.1.27/arch/mips/txx9/rbtx4939/ |
D | Makefile | 1 obj-y += irq.o setup.o prom.o
|
/linux-4.1.27/arch/mips/txx9/jmr3927/ |
D | Makefile | 5 obj-y += prom.o irq.o setup.o
|
/linux-4.1.27/arch/sh/boards/mach-se/7724/ |
D | Makefile | 10 obj-y := setup.o irq.o sdram.o
|
/linux-4.1.27/arch/mips/jazz/ |
D | Makefile | 5 obj-y := irq.o jazzdma.o reset.o setup.o
|
/linux-4.1.27/arch/avr32/boards/merisc/ |
D | Makefile | 1 obj-y += setup.o flash.o display.o merisc_sysfs.o
|
/linux-4.1.27/arch/sh/boards/mach-landisk/ |
D | Makefile | 5 obj-y := setup.o irq.o psw.o gio.o
|
/linux-4.1.27/arch/sh/boards/mach-microdev/ |
D | Makefile | 5 obj-y := setup.o irq.o io.o fdc37c93xapm.o
|
/linux-4.1.27/arch/sh/boards/mach-migor/ |
D | Makefile | 1 obj-y := setup.o sdram.o
|
/linux-4.1.27/arch/sh/boards/mach-x3proto/ |
D | Makefile | 1 obj-y += setup.o ilsel.o
|
/linux-4.1.27/drivers/oprofile/ |
D | oprof.c | 50 if (oprofile_ops.setup && (err = oprofile_ops.setup())) in oprofile_setup()
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | Kconfig | 13 do not need a custom platform specific setup. Such boards are 17 - CDM configuration (clocking) is setup correctly by firmware,
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00mac.c | 774 struct antenna_setup setup; in rt2x00mac_set_antenna() local 803 setup.tx = tx_ant; in rt2x00mac_set_antenna() 804 setup.rx = rx_ant; in rt2x00mac_set_antenna() 805 setup.rx_chain_num = 0; in rt2x00mac_set_antenna() 806 setup.tx_chain_num = 0; in rt2x00mac_set_antenna() 808 rt2x00lib_config_antenna(rt2x00dev, setup); in rt2x00mac_set_antenna()
|
/linux-4.1.27/arch/mips/sibyte/bcm1480/ |
D | Makefile | 1 obj-y := setup.o irq.o time.o
|
/linux-4.1.27/arch/mips/emma/markeins/ |
D | Makefile | 10 obj-$(CONFIG_NEC_MARKEINS) += irq.o setup.o led.o platform.o
|
/linux-4.1.27/arch/mips/sibyte/sb1250/ |
D | Makefile | 1 obj-y := setup.o irq.o time.o
|
/linux-4.1.27/arch/mips/pnx833x/common/ |
D | Makefile | 1 obj-y := interrupts.o platform.o prom.o setup.o reset.o
|
/linux-4.1.27/arch/sh/boards/mach-kfr2r09/ |
D | Makefile | 1 obj-y := setup.o sdram.o
|
/linux-4.1.27/include/linux/spi/ |
D | libertas_spi.h | 26 int (*setup)(struct spi_device *spi); member
|
/linux-4.1.27/arch/ia64/uv/kernel/ |
D | Makefile | 12 obj-y += setup.o
|
/linux-4.1.27/arch/mips/loongson1/common/ |
D | Makefile | 5 obj-y += time.o irq.o platform.o prom.o reset.o setup.o
|
/linux-4.1.27/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 5 cluster setup and teardown operations and to manage hardware coherency 109 cluster setup and 110 CPU setup complete policy decision 306 setup to enable other CPUs in the cluster to enter coherency 310 Conditions: cluster-level setup and hardware coherency complete 316 Cluster-level setup is complete and hardware coherency is 331 Cluster-level setup is complete and hardware coherency is 392 unnecessary teardown and setup operations in situations where 399 Conditions: cluster-level setup and hardware 414 The CPU which performs cluster setup on the inbound side is commonly [all …]
|
/linux-4.1.27/arch/mips/paravirt/ |
D | Makefile | 12 obj-y := setup.o serial.o paravirt-irq.o
|
/linux-4.1.27/arch/sh/boards/mach-hp6xx/ |
D | Makefile | 5 obj-y := setup.o
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
D | Makefile | 1 obj-y += setup.o flash.o
|
/linux-4.1.27/arch/mips/sibyte/swarm/ |
D | Makefile | 1 obj-y := platform.o setup.o rtc_xicor1241.o \
|
/linux-4.1.27/arch/mips/rb532/ |
D | Makefile | 5 obj-y += irq.o time.o setup.o serial.o prom.o gpio.o devices.o
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2/ |
D | Makefile | 7 obj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | Makefile | 7 obj-y = setup.o
|
/linux-4.1.27/tools/perf/ui/tui/ |
D | Build | 1 libperf-y += setup.o
|
/linux-4.1.27/arch/ia64/dig/ |
D | Makefile | 8 obj-y := setup.o
|
/linux-4.1.27/arch/powerpc/platforms/chrp/ |
D | Makefile | 1 obj-y += setup.o time.o pegasos_eth.o pci.o
|
/linux-4.1.27/arch/mips/ar7/ |
D | Makefile | 4 setup.o \
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-driver.c | 1089 struct tuner_setup setup; in cx18_probe() local 1091 setup.addr = ADDR_UNSET; in cx18_probe() 1092 setup.type = cx->options.tuner; in cx18_probe() 1093 setup.mode_mask = T_ANALOG_TV; /* matches TV tuners */ in cx18_probe() 1094 setup.config = NULL; in cx18_probe() 1096 setup.mode_mask |= T_RADIO; in cx18_probe() 1097 setup.tuner_callback = (setup.type == TUNER_XC2028) ? in cx18_probe() 1099 cx18_call_all(cx, tuner, s_type_addr, &setup); in cx18_probe() 1100 if (setup.type == TUNER_XC2028) { in cx18_probe()
|
/linux-4.1.27/arch/mips/netlogic/xlr/ |
D | Makefile | 1 obj-y += fmn.o fmn-config.o setup.o platform.o platform-flash.o
|
/linux-4.1.27/include/linux/platform_data/ |
D | at24.h | 51 void (*setup)(struct memory_accessor *, void *context); member
|
D | spi-ep93xx.h | 24 int (*setup)(struct spi_device *spi); member
|
/linux-4.1.27/arch/sh/boards/mach-sdk7786/ |
D | Makefile | 1 obj-y := fpga.o irq.o nmi.o setup.o
|
/linux-4.1.27/arch/sh/boards/mach-rsk/ |
D | Makefile | 1 obj-y := setup.o
|