/linux-4.1.27/drivers/ |
D | Kconfig | 3 source "drivers/amba/Kconfig" 5 source "drivers/base/Kconfig" 7 source "drivers/bus/Kconfig" 9 source "drivers/connector/Kconfig" 11 source "drivers/mtd/Kconfig" 13 source "drivers/of/Kconfig" 15 source "drivers/parport/Kconfig" 17 source "drivers/pnp/Kconfig" 19 source "drivers/block/Kconfig" 23 source "drivers/misc/Kconfig" [all …]
|
/linux-4.1.27/drivers/staging/ |
D | Kconfig | 27 source "drivers/staging/slicoss/Kconfig" 29 source "drivers/staging/wlan-ng/Kconfig" 31 source "drivers/staging/comedi/Kconfig" 33 source "drivers/staging/olpc_dcon/Kconfig" 35 source "drivers/staging/panel/Kconfig" 37 source "drivers/staging/rtl8192u/Kconfig" 39 source "drivers/staging/rtl8192e/Kconfig" 41 source "drivers/staging/rtl8712/Kconfig" 43 source "drivers/staging/rtl8188eu/Kconfig" 45 source "drivers/staging/rtl8723au/Kconfig" [all …]
|
/linux-4.1.27/drivers/net/ethernet/ |
D | Kconfig | 20 source "drivers/net/ethernet/3com/Kconfig" 21 source "drivers/net/ethernet/adaptec/Kconfig" 22 source "drivers/net/ethernet/aeroflex/Kconfig" 23 source "drivers/net/ethernet/agere/Kconfig" 24 source "drivers/net/ethernet/allwinner/Kconfig" 25 source "drivers/net/ethernet/alteon/Kconfig" 26 source "drivers/net/ethernet/altera/Kconfig" 27 source "drivers/net/ethernet/amd/Kconfig" 28 source "drivers/net/ethernet/apm/Kconfig" 29 source "drivers/net/ethernet/apple/Kconfig" [all …]
|
/linux-4.1.27/sound/soc/ |
D | Kconfig | 34 source "sound/soc/adi/Kconfig" 35 source "sound/soc/atmel/Kconfig" 36 source "sound/soc/au1x/Kconfig" 37 source "sound/soc/bcm/Kconfig" 38 source "sound/soc/blackfin/Kconfig" 39 source "sound/soc/cirrus/Kconfig" 40 source "sound/soc/davinci/Kconfig" 41 source "sound/soc/dwc/Kconfig" 42 source "sound/soc/fsl/Kconfig" 43 source "sound/soc/jz4740/Kconfig" [all …]
|
D | soc-dapm.c | 53 int (*connected)(struct snd_soc_dapm_widget *source, 215 struct snd_soc_dapm_widget *source; in dapm_widget_invalidate_output_paths() local 231 source = p->source; in dapm_widget_invalidate_output_paths() 232 if (source->outputs != -1) { in dapm_widget_invalidate_output_paths() 233 source->outputs = -1; in dapm_widget_invalidate_output_paths() 234 list_add_tail(&source->work_list, &list); in dapm_widget_invalidate_output_paths() 266 if (p->source->inputs != 0) in dapm_path_invalidate() 269 dapm_widget_invalidate_output_paths(p->source); in dapm_path_invalidate() 411 path->source, NULL, NULL); in dapm_kcontrol_add_path() 1030 err = dapm_list_add_widget(list, path->source); in is_connected_input_ep() [all …]
|
/linux-4.1.27/drivers/media/usb/ |
D | Kconfig | 13 source "drivers/media/usb/uvc/Kconfig" 14 source "drivers/media/usb/gspca/Kconfig" 15 source "drivers/media/usb/pwc/Kconfig" 16 source "drivers/media/usb/cpia2/Kconfig" 17 source "drivers/media/usb/zr364xx/Kconfig" 18 source "drivers/media/usb/stkwebcam/Kconfig" 19 source "drivers/media/usb/s2255/Kconfig" 20 source "drivers/media/usb/usbtv/Kconfig" 25 source "drivers/media/usb/pvrusb2/Kconfig" 26 source "drivers/media/usb/hdpvr/Kconfig" [all …]
|
/linux-4.1.27/drivers/media/pci/ |
D | Kconfig | 13 source "drivers/media/pci/meye/Kconfig" 14 source "drivers/media/pci/sta2x11/Kconfig" 19 source "drivers/media/pci/ivtv/Kconfig" 20 source "drivers/media/pci/zoran/Kconfig" 21 source "drivers/media/pci/saa7146/Kconfig" 22 source "drivers/media/pci/solo6x10/Kconfig" 23 source "drivers/media/pci/tw68/Kconfig" 28 source "drivers/media/pci/cx18/Kconfig" 29 source "drivers/media/pci/cx23885/Kconfig" 30 source "drivers/media/pci/cx25821/Kconfig" [all …]
|
/linux-4.1.27/fs/ |
D | Kconfig | 13 source "fs/ext2/Kconfig" 14 source "fs/ext3/Kconfig" 15 source "fs/ext4/Kconfig" 16 source "fs/jbd/Kconfig" 17 source "fs/jbd2/Kconfig" 27 source "fs/reiserfs/Kconfig" 28 source "fs/jfs/Kconfig" 30 source "fs/xfs/Kconfig" 31 source "fs/gfs2/Kconfig" 32 source "fs/ocfs2/Kconfig" [all …]
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | rsmisc.c | 76 void *source; in acpi_rs_convert_aml_to_resource() local 113 source = ACPI_ADD_PTR(void, aml, info->aml_offset); in acpi_rs_convert_aml_to_resource() 140 ((ACPI_GET8(source) >> info->value) & 0x01)); in acpi_rs_convert_aml_to_resource() 148 ((ACPI_GET8(source) >> info->value) & 0x03)); in acpi_rs_convert_aml_to_resource() 156 ((ACPI_GET8(source) >> info->value) & 0x07)); in acpi_rs_convert_aml_to_resource() 161 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource() 180 item_count = ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource() 189 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource() 208 ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource() 214 ACPI_GET16(source); in acpi_rs_convert_aml_to_resource() [all …]
|
D | utstring.c | 609 u8 acpi_ut_safe_strcpy(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcpy() argument 612 if (ACPI_STRLEN(source) >= dest_size) { in acpi_ut_safe_strcpy() 616 ACPI_STRCPY(dest, source); in acpi_ut_safe_strcpy() 620 u8 acpi_ut_safe_strcat(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcat() argument 623 if ((ACPI_STRLEN(dest) + ACPI_STRLEN(source)) >= dest_size) { in acpi_ut_safe_strcat() 627 ACPI_STRCAT(dest, source); in acpi_ut_safe_strcat() 634 char *source, acpi_size max_transfer_length) in acpi_ut_safe_strncat() argument 639 ACPI_MIN(max_transfer_length, ACPI_STRLEN(source)); in acpi_ut_safe_strncat() 645 ACPI_STRNCAT(dest, source, max_transfer_length); in acpi_ut_safe_strncat()
|
D | nsrepair2.c | 529 char *source; in acpi_ns_repair_HID() local 564 source = return_object->string.pointer; in acpi_ns_repair_HID() 565 if (*source == '*') { in acpi_ns_repair_HID() 566 source++; in acpi_ns_repair_HID() 582 for (dest = new_string->string.pointer; *source; dest++, source++) { in acpi_ns_repair_HID() 583 *dest = (char)ACPI_TOUPPER(*source); in acpi_ns_repair_HID() 948 union acpi_operand_object **source; in acpi_ns_remove_element() local 959 source = obj_desc->package.elements; in acpi_ns_remove_element() 960 dest = source; in acpi_ns_remove_element() 966 acpi_ut_remove_reference(*source); /* Remove one ref for being in pkg */ in acpi_ns_remove_element() [all …]
|
D | rsutils.c | 132 acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) in acpi_rs_move_data() argument 151 ACPI_MEMCPY(destination, source, item_count); in acpi_rs_move_data() 163 &ACPI_CAST_PTR(u16, source)[i]); in acpi_rs_move_data() 169 &ACPI_CAST_PTR(u32, source)[i]); in acpi_rs_move_data() 175 &ACPI_CAST_PTR(u64, source)[i]); in acpi_rs_move_data() 283 static u16 acpi_rs_strcpy(char *destination, char *source) in acpi_rs_strcpy() argument 289 for (i = 0; source[i]; i++) { in acpi_rs_strcpy() 290 destination[i] = source[i]; in acpi_rs_strcpy()
|
D | nsrepair.c | 478 union acpi_operand_object **source; in acpi_ns_remove_null_elements() local 512 source = obj_desc->package.elements; in acpi_ns_remove_null_elements() 513 dest = source; in acpi_ns_remove_null_elements() 518 if (!*source) { in acpi_ns_remove_null_elements() 521 *dest = *source; in acpi_ns_remove_null_elements() 524 source++; in acpi_ns_remove_null_elements()
|
D | nsxfname.c | 58 struct acpi_pnp_device_id *source, 234 struct acpi_pnp_device_id *source, in ACPI_EXPORT_SYMBOL() 241 dest->length = source->length; in ACPI_EXPORT_SYMBOL() 245 ACPI_MEMCPY(string_area, source->string, source->length); in ACPI_EXPORT_SYMBOL() 246 return (string_area + source->length); in ACPI_EXPORT_SYMBOL()
|
D | rscreate.c | 344 (u32) ((u8 *) user_prt->source - in acpi_rs_create_pci_routing_table() 346 path_buffer.pointer = user_prt->source; in acpi_rs_create_pci_routing_table() 356 (u32) ACPI_STRLEN(user_prt->source) + 1; in acpi_rs_create_pci_routing_table() 361 ACPI_STRCPY(user_prt->source, in acpi_rs_create_pci_routing_table()
|
/linux-4.1.27/include/video/ |
D | omap-panel-data.h | 43 const char *source; member 57 const char *source; member 72 const char *source; member 83 const char *source; member 95 const char *source; member 112 const char *source; member 135 const char *source; member 158 const char *source; member 175 const char *source; member 196 const char *source; member [all …]
|
/linux-4.1.27/arch/um/ |
D | Kconfig.rest | 1 source "init/Kconfig" 3 source "kernel/Kconfig.freezer" 5 source "arch/um/Kconfig.char" 7 source "drivers/Kconfig" 9 source "net/Kconfig" 11 source "arch/um/Kconfig.net" 13 source "fs/Kconfig" 15 source "security/Kconfig" 17 source "crypto/Kconfig" 19 source "lib/Kconfig" [all …]
|
/linux-4.1.27/arch/score/ |
D | Kconfig | 58 source "mm/Kconfig" 64 source "kernel/Kconfig.hz" 65 source "kernel/Kconfig.preempt" 78 source "init/Kconfig" 80 source "kernel/Kconfig.freezer" 87 source "fs/Kconfig.binfmt" 91 source "net/Kconfig" 93 source "drivers/Kconfig" 95 source "fs/Kconfig" 97 source "arch/score/Kconfig.debug" [all …]
|
/linux-4.1.27/arch/mips/include/asm/netlogic/ |
D | mips-extns.h | 174 #define __read_64bit_c2_split(source, sel) \ argument 183 "dmfc2\t%M0, " #source "\n\t" \ 192 "dmfc2\t%M0, " #source ", " #sel "\n\t" \ 203 #define __write_64bit_c2_split(source, sel, val) \ argument 215 "dmtc2\t%L0, " #source "\n\t" \ 225 "dmtc2\t%L0, " #source ", " #sel "\n\t" \ 231 #define __read_32bit_c2_register(source, sel) \ argument 236 "mfc2\t%0, " #source "\n\t" \ 242 "mfc2\t%0, " #source ", " #sel "\n\t" \ 248 #define __read_64bit_c2_register(source, sel) \ argument [all …]
|
/linux-4.1.27/drivers/media/ |
D | media-entity.c | 96 if (link->source->entity == entity) in media_entity_other() 99 return link->source->entity; in media_entity_other() 259 ? link->sink : link->source; in media_entity_pipeline_start() 285 entity->name, link->source->index, in media_entity_pipeline_start() 438 media_entity_create_link(struct media_entity *source, u16 source_pad, in media_entity_create_link() argument 444 BUG_ON(source == NULL || sink == NULL); in media_entity_create_link() 445 BUG_ON(source_pad >= source->num_pads); in media_entity_create_link() 448 link = media_entity_add_link(source); in media_entity_create_link() 452 link->source = &source->pads[source_pad]; in media_entity_create_link() 461 source->num_links--; in media_entity_create_link() [all …]
|
D | Kconfig | 126 source "drivers/media/v4l2-core/Kconfig" 159 source "drivers/media/dvb-core/Kconfig" 162 source "drivers/media/rc/Kconfig" 168 source "drivers/media/usb/Kconfig" 169 source "drivers/media/pci/Kconfig" 170 source "drivers/media/platform/Kconfig" 171 source "drivers/media/mmc/Kconfig" 172 source "drivers/media/radio/Kconfig" 176 source "drivers/media/firewire/Kconfig" 179 source "drivers/media/common/Kconfig" [all …]
|
D | media-device.c | 158 if (entity->links[l].source->entity != entity) in __media_device_enum_links() 162 media_device_kpad_to_upad(entity->links[l].source, in __media_device_enum_links() 163 &link.source); in __media_device_enum_links() 200 struct media_entity *source; in media_device_setup_link() local 209 source = find_entity(mdev, ulink.source.entity); in media_device_setup_link() 212 if (source == NULL || sink == NULL) in media_device_setup_link() 215 if (ulink.source.index >= source->num_pads || in media_device_setup_link() 219 link = media_entity_find_link(&source->pads[ulink.source.index], in media_device_setup_link()
|
/linux-4.1.27/drivers/staging/iio/ |
D | Kconfig | 7 source "drivers/staging/iio/accel/Kconfig" 8 source "drivers/staging/iio/adc/Kconfig" 9 source "drivers/staging/iio/addac/Kconfig" 10 source "drivers/staging/iio/cdc/Kconfig" 11 source "drivers/staging/iio/frequency/Kconfig" 12 source "drivers/staging/iio/gyro/Kconfig" 13 source "drivers/staging/iio/impedance-analyzer/Kconfig" 14 source "drivers/staging/iio/light/Kconfig" 15 source "drivers/staging/iio/magnetometer/Kconfig" 16 source "drivers/staging/iio/meter/Kconfig" [all …]
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 51 source : 9, member 61 source : 9, 70 source : 9, member 80 source : 9, 89 source : 9, member 97 source : 9, 106 source : 9, member 116 source : 9, 125 source : 9, member 133 source : 9, [all …]
|
/linux-4.1.27/drivers/infiniband/ |
D | Kconfig | 57 source "drivers/infiniband/hw/mthca/Kconfig" 58 source "drivers/infiniband/hw/ipath/Kconfig" 59 source "drivers/infiniband/hw/qib/Kconfig" 60 source "drivers/infiniband/hw/ehca/Kconfig" 61 source "drivers/infiniband/hw/amso1100/Kconfig" 62 source "drivers/infiniband/hw/cxgb3/Kconfig" 63 source "drivers/infiniband/hw/cxgb4/Kconfig" 64 source "drivers/infiniband/hw/mlx4/Kconfig" 65 source "drivers/infiniband/hw/mlx5/Kconfig" 66 source "drivers/infiniband/hw/nes/Kconfig" [all …]
|
/linux-4.1.27/net/6lowpan/ |
D | nhc_udp.c | 34 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source)); in udp_uncompress() 38 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source)); in udp_uncompress() 44 uh.source = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); in udp_uncompress() 49 uh.source = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val >> 4)); in udp_uncompress() 57 ntohs(uh.source), ntohs(uh.dest)); in udp_uncompress() 95 if (((ntohs(uh->source) & LOWPAN_NHC_UDP_4BIT_MASK) == in udp_compress() 105 ((ntohs(uh->source) - LOWPAN_NHC_UDP_4BIT_PORT) << 4); in udp_compress() 114 lowpan_push_hc_data(hc_ptr, &uh->source, sizeof(uh->source)); in udp_compress() 118 } else if ((ntohs(uh->source) & LOWPAN_NHC_UDP_8BIT_MASK) == in udp_compress() 125 tmp = ntohs(uh->source) - LOWPAN_NHC_UDP_8BIT_PORT; in udp_compress() [all …]
|
/linux-4.1.27/drivers/iio/ |
D | Kconfig | 61 source "drivers/iio/accel/Kconfig" 62 source "drivers/iio/adc/Kconfig" 63 source "drivers/iio/amplifiers/Kconfig" 64 source "drivers/iio/common/Kconfig" 65 source "drivers/iio/dac/Kconfig" 66 source "drivers/iio/frequency/Kconfig" 67 source "drivers/iio/gyro/Kconfig" 68 source "drivers/iio/humidity/Kconfig" 69 source "drivers/iio/imu/Kconfig" 70 source "drivers/iio/light/Kconfig" [all …]
|
/linux-4.1.27/drivers/video/ |
D | Kconfig | 18 source "drivers/char/agp/Kconfig" 20 source "drivers/gpu/vga/Kconfig" 22 source "drivers/gpu/host1x/Kconfig" 23 source "drivers/gpu/ipu-v3/Kconfig" 26 source "drivers/gpu/drm/Kconfig" 30 source "drivers/video/fbdev/Kconfig" 33 source "drivers/video/backlight/Kconfig" 46 source "drivers/video/console/Kconfig" 50 source "drivers/video/logo/Kconfig"
|
/linux-4.1.27/net/ |
D | Kconfig | 50 source "net/packet/Kconfig" 51 source "net/unix/Kconfig" 52 source "net/xfrm/Kconfig" 53 source "net/iucv/Kconfig" 80 source "net/ipv4/Kconfig" 81 source "net/ipv6/Kconfig" 82 source "net/netlabel/Kconfig" 116 based on type, source, destination etc. The other kind of firewall, 194 source "net/netfilter/Kconfig" 195 source "net/ipv4/netfilter/Kconfig" [all …]
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_a3d.c | 38 a3d_addrA(a->slice, a->source, A3D_A_HrtfTrackTC), HrtfTrack); in a3dsrc_SetTimeConsts() 40 a3d_addrA(a->slice, a->source, A3D_A_ITDTrackTC), ItdTrack); in a3dsrc_SetTimeConsts() 42 a3d_addrA(a->slice, a->source, A3D_A_GainTrackTC), GTrack); in a3dsrc_SetTimeConsts() 44 a3d_addrA(a->slice, a->source, A3D_A_CoeffTrackTC), CTrack); in a3dsrc_SetTimeConsts() 64 a3d_addrB(a->slice, a->source, A3D_B_A21Target), in a3dsrc_SetAtmosTarget() 67 a3d_addrB(a->slice, a->source, A3D_B_B10Target), in a3dsrc_SetAtmosTarget() 70 a3d_addrB(a->slice, a->source, A3D_B_B2Target), c); in a3dsrc_SetAtmosTarget() 79 a3d_addrB(a->slice, a->source, A3D_B_A12Current), in a3dsrc_SetAtmosCurrent() 82 a3d_addrB(a->slice, a->source, A3D_B_B01Current), in a3dsrc_SetAtmosCurrent() 85 a3d_addrB(a->slice, a->source, A3D_B_B2Current), c); in a3dsrc_SetAtmosCurrent() [all …]
|
D | au88x0_a3d.h | 49 unsigned int source; /* this_04 */ member 118 #define a3d_addrA(slice,source,reg) (((slice)<<0xd)+((source)*0x3A4)+(reg)) argument 119 #define a3d_addrB(slice,source,reg) (((slice)<<0xd)+((source)*0x2C8)+(reg)) argument
|
D | au88x0_core.c | 1724 unsigned char source, unsigned char dest) in vortex_route() argument 1728 route = ((source & ADB_MASK) << ADB_SHIFT) | (dest & ADB_MASK); in vortex_route() 1731 if ((source < (OFFSET_SRCOUT + NR_SRC)) in vortex_route() 1732 && (source >= OFFSET_SRCOUT)) in vortex_route() 1733 vortex_src_addWTD(vortex, (source - OFFSET_SRCOUT), in vortex_route() 1735 else if ((source < (OFFSET_MIXOUT + NR_MIXOUT)) in vortex_route() 1736 && (source >= OFFSET_MIXOUT)) in vortex_route() 1738 (source - OFFSET_MIXOUT), channel); in vortex_route() 1741 if ((source < (OFFSET_SRCOUT + NR_SRC)) in vortex_route() 1742 && (source >= OFFSET_SRCOUT)) in vortex_route() [all …]
|
/linux-4.1.27/drivers/dma/ipu/ |
D | ipu_irq.c | 74 int source; member 90 if (irq_map[i].source == src) in src2map() 113 reg |= (1UL << (map->source & 31)); in ipu_irq_unmask() 136 reg &= ~(1UL << (map->source & 31)); in ipu_irq_mask() 157 ipu_write_reg(bank->ipu, 1UL << (map->source & 31), bank->status); in ipu_irq_ack() 177 (1UL << (map->source & 31)); in ipu_irq_status() 196 int ipu_irq_map(unsigned int source) in ipu_irq_map() argument 204 map = src2map(source); in ipu_irq_map() 206 pr_err("IPU: Source %u already mapped to IRQ %u\n", source, map->irq); in ipu_irq_map() 212 if (irq_map[i].source < 0) { in ipu_irq_map() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 26 - silabs,pll-source: pair of (number, source) for each pll. Allows 27 to overwrite clock source of pll A (number=0) or B (number=1). 39 - silabs,clock-source: source clock of the output divider stage N, shall be 45 - silabs,multisynth-source: source pll A(0) or B(1) of corresponding multisynth 77 /* connect xtal input as source of pll0 and pll1 */ 78 silabs,pll-source = <0 0>, <1 0>; 83 * - pll0 as clock source of multisynth0 84 * - multisynth0 as clock source of output divider 91 silabs,multisynth-source = <0>; 92 silabs,clock-source = <0>; [all …]
|
/linux-4.1.27/arch/sparc/lib/ |
D | memset.S | 38 #define ZERO_BIG_BLOCK(base, offset, source) \ argument 39 std source, [base + offset + 0x00]; \ 40 std source, [base + offset + 0x08]; \ 41 std source, [base + offset + 0x10]; \ 42 std source, [base + offset + 0x18]; \ 43 std source, [base + offset + 0x20]; \ 44 std source, [base + offset + 0x28]; \ 45 std source, [base + offset + 0x30]; \ 46 std source, [base + offset + 0x38]; 48 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument [all …]
|
/linux-4.1.27/sound/ |
D | Kconfig | 57 source "sound/oss/dmasound/Kconfig" 71 source "sound/core/Kconfig" 73 source "sound/drivers/Kconfig" 75 source "sound/isa/Kconfig" 77 source "sound/pci/Kconfig" 79 source "sound/hda/Kconfig" 81 source "sound/ppc/Kconfig" 83 source "sound/aoa/Kconfig" 85 source "sound/arm/Kconfig" 87 source "sound/atmel/Kconfig" [all …]
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig | 74 source "init/Kconfig" 76 source "kernel/Kconfig.freezer" 121 source arch/m68k/Kconfig.cpu 123 source arch/m68k/Kconfig.machine 125 source arch/m68k/Kconfig.bus 132 source "kernel/Kconfig.preempt" 135 source "mm/Kconfig" 141 source "fs/Kconfig.binfmt" 156 source "net/Kconfig" 158 source "drivers/Kconfig" [all …]
|
/linux-4.1.27/drivers/gpu/drm/ |
D | Kconfig | 80 source "drivers/gpu/drm/i2c/Kconfig" 82 source "drivers/gpu/drm/bridge/Kconfig" 121 source "drivers/gpu/drm/radeon/Kconfig" 123 source "drivers/gpu/drm/nouveau/Kconfig" 134 source "drivers/gpu/drm/i915/Kconfig" 177 source "drivers/gpu/drm/exynos/Kconfig" 179 source "drivers/gpu/drm/rockchip/Kconfig" 181 source "drivers/gpu/drm/vmwgfx/Kconfig" 183 source "drivers/gpu/drm/gma500/Kconfig" 185 source "drivers/gpu/drm/udl/Kconfig" [all …]
|
/linux-4.1.27/drivers/media/i2c/ |
D | sony-btf-mpx.c | 131 u16 source; member 172 u16 source = 0; in mpx_setup() local 197 source = mpx_audio_modes[mode].source; in mpx_setup() 200 source = 0x0000; in mpx_setup() 203 source = 0x0200; in mpx_setup() 210 source = mpx_audio_modes[mode].source; in mpx_setup() 213 source = 0x0300; in mpx_setup() 216 source = 0x0400; in mpx_setup() 219 source |= mpx_audio_modes[mode].source & 0x00ff; in mpx_setup() 221 source = mpx_audio_modes[mode].source; in mpx_setup() [all …]
|
D | msp3400-kthreads.c | 895 int source, matrix; in msp34xxg_set_source() local 899 source = 0; /* mono only */ in msp34xxg_set_source() 903 source = 4; /* stereo or B */ in msp34xxg_set_source() 907 source = 1; /* stereo or A|B */ in msp34xxg_set_source() 911 source = 3; /* stereo or A */ in msp34xxg_set_source() 916 source = 3; /* stereo or A */ in msp34xxg_set_source() 922 source = (source << 8) | 0x20; in msp34xxg_set_source() 926 source = ((in + 1) << 8) | matrix; in msp34xxg_set_source() 928 source = (in << 8) | matrix; in msp34xxg_set_source() 931 "set source to %d (0x%x) for output %02x\n", in, source, reg); in msp34xxg_set_source() [all …]
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 59 source "init/Kconfig" 61 source "kernel/Kconfig.freezer" 159 source "arch/avr32/boards/atstk1000/Kconfig" 160 source "arch/avr32/boards/atngw100/Kconfig" 161 source "arch/avr32/boards/hammerhead/Kconfig" 162 source "arch/avr32/boards/favr-32/Kconfig" 163 source "arch/avr32/boards/merisc/Kconfig" 173 source "arch/avr32/mach-at32ap/Kconfig" 187 source "kernel/Kconfig.preempt" 212 source "mm/Kconfig" [all …]
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 69 source "init/Kconfig" 71 source "kernel/Kconfig.freezer" 118 source "arch/unicore32/mm/Kconfig" 137 source "drivers/pci/Kconfig" 139 source "drivers/pcmcia/Kconfig" 145 source "kernel/Kconfig.preempt" 147 source "kernel/Kconfig.hz" 149 source "mm/Kconfig" 189 source "fs/Kconfig.binfmt" 195 source "kernel/power/Kconfig" [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 24 - rx-clock-name: the UCC receive clock source 25 "none": clock source is disabled 26 "brg1" through "brg16": clock source is BRG1-BRG16, respectively 27 "clk1" through "clk24": clock source is CLK1-CLK24, respectively 28 - tx-clock-name: the UCC transmit clock source 29 "none": clock source is disabled 30 "brg1" through "brg16": clock source is BRG1-BRG16, respectively 31 "clk1" through "clk24": clock source is CLK1-CLK24, respectively 37 - rx-clock : represents the UCC receive clock source. 38 0x00 : clock source is disabled; [all …]
|
D | usb.txt | 9 - interrupt-parent : interrupt source phandle. 10 - fsl,fullspeed-clock : specifies the full speed USB clock source: 11 "none": clock source is disabled 12 "brg1" through "brg16": clock source is BRG1-BRG16, respectively 13 "clk1" through "clk24": clock source is CLK1-CLK24, respectively 14 - fsl,lowspeed-clock : specifies the low speed USB clock source: 15 "none": clock source is disabled 16 "brg1" through "brg16": clock source is BRG1-BRG16, respectively 17 "clk1" through "clk24": clock source is CLK1-CLK24, respectively
|
/linux-4.1.27/drivers/staging/unisys/ |
D | Kconfig | 12 source "drivers/staging/unisys/visorutil/Kconfig" 13 source "drivers/staging/unisys/visorchannel/Kconfig" 14 source "drivers/staging/unisys/visorchipset/Kconfig" 15 source "drivers/staging/unisys/uislib/Kconfig" 16 source "drivers/staging/unisys/virtpci/Kconfig" 17 source "drivers/staging/unisys/virthba/Kconfig"
|
/linux-4.1.27/arch/x86/lib/ |
D | csum-copy_64.S | 33 .macro source macro 88 source 90 source 92 source 94 source 97 source 99 source 101 source 103 source 157 source [all …]
|
/linux-4.1.27/drivers/usb/ |
D | Kconfig | 79 source "drivers/usb/core/Kconfig" 81 source "drivers/usb/mon/Kconfig" 83 source "drivers/usb/wusbcore/Kconfig" 85 source "drivers/usb/host/Kconfig" 87 source "drivers/usb/renesas_usbhs/Kconfig" 89 source "drivers/usb/class/Kconfig" 91 source "drivers/usb/storage/Kconfig" 93 source "drivers/usb/image/Kconfig" 95 source "drivers/usb/usbip/Kconfig" 99 source "drivers/usb/musb/Kconfig" [all …]
|
/linux-4.1.27/arch/sh/boards/mach-sdk7786/ |
D | nmi.c | 53 unsigned int source, mask, tmp; in sdk7786_nmi_init() local 57 source = NMISR_MAN_NMI; in sdk7786_nmi_init() 61 source = NMISR_AUX_NMI; in sdk7786_nmi_init() 65 source = NMISR_MAN_NMI | NMISR_AUX_NMI; in sdk7786_nmi_init() 71 source = mask = 0; in sdk7786_nmi_init() 78 tmp |= source; in sdk7786_nmi_init()
|
/linux-4.1.27/drivers/staging/media/ |
D | Kconfig | 22 source "drivers/staging/media/bcm2048/Kconfig" 24 source "drivers/staging/media/cxd2099/Kconfig" 26 source "drivers/staging/media/davinci_vpfe/Kconfig" 28 source "drivers/staging/media/dt3155v4l/Kconfig" 30 source "drivers/staging/media/mn88472/Kconfig" 32 source "drivers/staging/media/mn88473/Kconfig" 34 source "drivers/staging/media/omap4iss/Kconfig" 37 source "drivers/staging/media/lirc/Kconfig"
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_command.c | 30 u32 source; member 284 be32_to_cpus(&clock->source); in command_get_clock() 295 unsigned int source, unsigned int rate) in command_set_clock() argument 301 if ((source == UINT_MAX) && (rate == UINT_MAX)) { in command_set_clock() 312 if ((clock.source == source) && (clock.sampling_rate == rate)) in command_set_clock() 316 if ((source != UINT_MAX) && (clock.source != source)) in command_set_clock() 317 clock.source = source; in command_set_clock() 322 cpu_to_be32s(&clock.source); in command_set_clock() 344 enum snd_efw_clock_source *source) in snd_efw_command_get_clock_source() argument 351 *source = clock.source; in snd_efw_command_get_clock_source()
|
D | fireworks_transaction.c | 167 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument 185 if (device->node_id != source) in handle_resp_for_user() 199 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument 213 if (device->node_id != source) in handle_resp_for_kernel() 229 int tcode, int destination, int source, in efw_response() argument 247 handle_resp_for_kernel(card, generation, source, in efw_response() 250 handle_resp_for_user(card, generation, source, in efw_response() 253 handle_resp_for_user(card, generation, source, in efw_response()
|
/linux-4.1.27/scripts/ |
D | namespace.pl | 221 my ($source, $type, $name); 230 ($source = $basename) =~ s/\.o$//; 231 if (-e "$source.c" || -e "$source.S") { 232 $source = "$objtree$File::Find::dir/$source"; 234 $source = "$srctree$File::Find::dir/$source"; 236 if (! -e "$source.c" && ! -e "$source.S") {
|
/linux-4.1.27/arch/c6x/ |
D | Kconfig | 51 source "init/Kconfig" 55 source "kernel/Kconfig.freezer" 103 source "arch/c6x/platforms/Kconfig" 112 source "mm/Kconfig" 114 source "kernel/Kconfig.preempt" 116 source "kernel/Kconfig.hz" 122 source "fs/Kconfig.binfmt" 126 source "net/Kconfig" 128 source "drivers/Kconfig" 130 source "fs/Kconfig" [all …]
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 188 '0001' ~destination AND ~source 189 '0010' ~destination AND source 191 '0100' destination AND ~source 192 '0101' ~source 193 '0110' destination XOR source 194 '0111' ~destination OR ~source 195 '1000' ~destination AND ~source 196 '1001' destination XNOR source 197 '1010' source 198 '1011' ~destination OR source [all …]
|
/linux-4.1.27/arch/openrisc/ |
D | Kconfig | 55 source "init/Kconfig" 57 source "kernel/Kconfig.freezer" 104 source kernel/Kconfig.hz 105 source kernel/Kconfig.preempt 106 source "mm/Kconfig" 156 source "fs/Kconfig.binfmt" 160 source "net/Kconfig" 162 source "drivers/Kconfig" 164 source "fs/Kconfig" 166 source "security/Kconfig" [all …]
|
/linux-4.1.27/arch/hexagon/ |
D | Kconfig | 152 source "mm/Kconfig" 154 source "kernel/Kconfig.hz" 158 source "init/Kconfig" 159 source "kernel/Kconfig.freezer" 160 source "drivers/Kconfig" 161 source "fs/Kconfig" 164 source "fs/Kconfig.binfmt" 167 source "net/Kconfig" 168 source "security/Kconfig" 169 source "crypto/Kconfig" [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_ref.h | 128 const void *source) in lu_ref_add() argument 135 const void *source) in lu_ref_add_atomic() argument 143 const void *source) in lu_ref_add_at() argument 148 const void *source) in lu_ref_del() argument 159 const char *scope, const void *source) in lu_ref_del_at() argument
|
D | lu_object.h | 859 const void *source) in lu_object_ref_add() argument 861 lu_ref_add(&o->lo_header->loh_reference, scope, source); in lu_object_ref_add() 867 const void *source) in lu_object_ref_add_at() argument 869 lu_ref_add_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_add_at() 873 const char *scope, const void *source) in lu_object_ref_del() argument 875 lu_ref_del(&o->lo_header->loh_reference, scope, source); in lu_object_ref_del() 880 const char *scope, const void *source) in lu_object_ref_del_at() argument 882 lu_ref_del_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_del_at()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | mpc5xxx-mscan.txt | 10 also specify which clock source shall be used for the controller: 12 - fsl,mscan-clock-source : a string describing the clock source. Valid values 21 also specify which clock source and divider shall be used for the controller: 23 - fsl,mscan-clock-source : a string describing the clock source. Valid values 28 clock source and frequency based on the system 51 fsl,mscan-clock-source = "ref";
|
/linux-4.1.27/arch/alpha/kernel/ |
D | err_ev6.c | 100 int source = -1, stream = -1, bits = -1; in ev6_parse_cbox() local 135 source = EXTRACT(c_stat, EV6__C_STAT__SOURCE); in ev6_parse_cbox() 141 source = -1; in ev6_parse_cbox() 146 source = -1; in ev6_parse_cbox() 153 source = -1; in ev6_parse_cbox() 156 if (source != -1) in ev6_parse_cbox() 159 streamname[stream], bitsname[bits], sourcename[source]); in ev6_parse_cbox() 167 if (source == EV6__C_STAT__SOURCE_MEMORY || in ev6_parse_cbox() 168 source == EV6__C_STAT__SOURCE_BCACHE) in ev6_parse_cbox()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-pps | 14 PPS source into the system. Each directory will 15 contain files to manage and control its PPS source. 22 and the assert sequence number of the X-th source in the form: 26 If the source has no assert events the content of this file 34 and the clear sequence number of the X-th source in the form: 38 If the source has no clear events the content of this file 46 mode of the X-th source in hexadecimal encoding. 63 X-th source. 70 the device connected with the X-th source. 72 If the source is not connected with any device the content
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | Kconfig | 53 source "drivers/net/wireless/ath/ath5k/Kconfig" 54 source "drivers/net/wireless/ath/ath9k/Kconfig" 55 source "drivers/net/wireless/ath/carl9170/Kconfig" 56 source "drivers/net/wireless/ath/ath6kl/Kconfig" 57 source "drivers/net/wireless/ath/ar5523/Kconfig" 58 source "drivers/net/wireless/ath/wil6210/Kconfig" 59 source "drivers/net/wireless/ath/ath10k/Kconfig" 60 source "drivers/net/wireless/ath/wcn36xx/Kconfig"
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vic.txt | 20 - interrupts : Interrupt source for parent controllers if the VIC is nested. 22 represents single interrupt source, starting from source 0 at LSb and ending 23 at source 31 at MSb. A bit that is set means that the source is wired and 26 configured as wake up source for the system. Order of bits is the same as for 27 valid-mask property. A set bit means that this interrupt source can be 28 configured as a wake up source for the system. If unspecied, defaults to all
|
/linux-4.1.27/drivers/soc/ |
D | Kconfig | 3 source "drivers/soc/mediatek/Kconfig" 4 source "drivers/soc/qcom/Kconfig" 5 source "drivers/soc/ti/Kconfig" 6 source "drivers/soc/versatile/Kconfig"
|
/linux-4.1.27/drivers/platform/ |
D | Kconfig | 2 source "drivers/platform/x86/Kconfig" 5 source "drivers/platform/mips/Kconfig" 8 source "drivers/platform/goldfish/Kconfig" 11 source "drivers/platform/chrome/Kconfig"
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 25 PPS means "pulse per second" and a PPS source is just a device which 29 A PPS source can be connected to a serial port (usually to the Data 36 GPS receiver as PPS source, to obtain a wallclock-time with 50 This implies that the source has a /dev/... entry. This assumption is 58 The problem can be simply solved if you consider that a PPS source is 59 not always connected with a GPS data source. 61 So your programs should check if the GPS data source (the serial port 62 for instance) is a PPS source too, and if not they should provide the 63 possibility to open another device as PPS source. 87 To register a PPS source into the kernel you should define a struct [all …]
|
/linux-4.1.27/firmware/ |
D | WHENCE | 15 Licence: Allegedly GPLv2+, but no source visible. Marked: 22 Debian system and in the file COPYING in the Linux kernel source. 25 consultation and not to ask for assembly/other microcode source. 47 be GPLv2+, but without source -- and with another comment saying "ESS 73 Licence: BSD, no source available. 75 Found in hex form in kernel source. 85 Licence: Allegedly GPLv2+, but no source visible. Marked: 102 Found in hex form in the kernel source. 112 Found in hex form in the kernel source. 139 public access to the source code from which this firmware image is [all …]
|
/linux-4.1.27/include/linux/ |
D | nfs.h | 32 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) in nfs_copy_fh() argument 34 target->size = source->size; in nfs_copy_fh() 35 memcpy(target->data, source->data, source->size); in nfs_copy_fh()
|
D | fsnotify.h | 90 struct inode *source = moved->d_inode; in fsnotify_move() local 104 fsnotify(old_dir, old_dir_mask, source, FSNOTIFY_EVENT_INODE, old_name, in fsnotify_move() 106 fsnotify(new_dir, new_dir_mask, source, FSNOTIFY_EVENT_INODE, new_name, in fsnotify_move() 112 if (source) in fsnotify_move() 113 fsnotify(source, FS_MOVE_SELF, moved->d_inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_move()
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig | 47 source "init/Kconfig" 51 source "kernel/Kconfig.preempt" 53 source "kernel/Kconfig.freezer" 55 source "kernel/Kconfig.hz" 57 source "mm/Kconfig" 76 source "arch/nios2/platform/Kconfig.platform" 199 source "fs/Kconfig.binfmt" 203 source "net/Kconfig" 205 source "drivers/Kconfig" 207 source "fs/Kconfig" [all …]
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 125 struct vsp1_entity *source; in vsp1_entity_link_setup() local 130 source = container_of(local->entity, struct vsp1_entity, subdev.entity); in vsp1_entity_link_setup() 132 if (!source->route) in vsp1_entity_link_setup() 136 if (source->sink) in vsp1_entity_link_setup() 138 source->sink = remote->entity; in vsp1_entity_link_setup() 139 source->sink_pad = remote->index; in vsp1_entity_link_setup() 141 source->sink = NULL; in vsp1_entity_link_setup() 142 source->sink_pad = 0; in vsp1_entity_link_setup()
|
D | vsp1_drv.c | 81 struct vsp1_entity *source; in vsp1_create_links() local 85 list_for_each_entry(source, &vsp1->entities, list_dev) { in vsp1_create_links() 88 if (source->type == sink->type) in vsp1_create_links() 91 if (source->type == VSP1_ENTITY_LIF || in vsp1_create_links() 92 source->type == VSP1_ENTITY_WPF) in vsp1_create_links() 95 flags = source->type == VSP1_ENTITY_RPF && in vsp1_create_links() 97 source->index == sink->index in vsp1_create_links() 104 ret = media_entity_create_link(&source->subdev.entity, in vsp1_create_links() 105 source->source_pad, in vsp1_create_links() 111 source->sink = entity; in vsp1_create_links()
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | xics.txt | 7 Attributes: One per interrupt source, indexed by the source number. 11 sources, each identified by a 20-bit source number, and a set of 32 * Pending interrupt source number, 24 bits 39 Each source has 64 bits of state that can be read and written using 42 the interrupt source number. The 64 bit state word has the following 50 This is the priority specified for this interrupt source, where 0 is 55 This bit is 1 for a level-sensitive interrupt source, or 0 for 64 This bit is 1 if the source has a pending interrupt, otherwise 0.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | shadow.c | 212 char *source; in nvbios_shadow() local 217 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL; in nvbios_shadow() 218 if (source) { in nvbios_shadow() 222 !strcasecmp(source, mthd->func->name)) { in nvbios_shadow() 232 shadow_method(bios, mthd, source); in nvbios_shadow() 237 nv_error(bios, "%s invalid\n", source); in nvbios_shadow() 238 kfree(source); in nvbios_shadow() 239 source = NULL; in nvbios_shadow() 267 best->func->name : source); in nvbios_shadow() 270 kfree(source); in nvbios_shadow()
|
/linux-4.1.27/arch/powerpc/lib/ |
D | checksum_64.S | 237 .macro source macro 319 source; ld r6,0(r3) 320 source; ld r9,8(r3) 322 source; ld r10,16(r3) 323 source; ld r11,24(r3) 334 source; ld r12,32(r3) 335 source; ld r14,40(r3) 338 source; ld r15,48(r3) 339 source; ld r16,56(r3) 360 source; ld r6,0(r3) [all …]
|
/linux-4.1.27/drivers/pinctrl/ |
D | Kconfig | 213 source "drivers/pinctrl/bcm/Kconfig" 214 source "drivers/pinctrl/berlin/Kconfig" 215 source "drivers/pinctrl/freescale/Kconfig" 216 source "drivers/pinctrl/intel/Kconfig" 217 source "drivers/pinctrl/mvebu/Kconfig" 218 source "drivers/pinctrl/nomadik/Kconfig" 219 source "drivers/pinctrl/qcom/Kconfig" 220 source "drivers/pinctrl/samsung/Kconfig" 221 source "drivers/pinctrl/sh-pfc/Kconfig" 222 source "drivers/pinctrl/spear/Kconfig" [all …]
|
/linux-4.1.27/net/netfilter/ |
D | xt_addrtype.c | 109 if (info->source) in addrtype_mt6() 110 ret &= match_type6(net, dev, &iph->saddr, info->source) ^ in addrtype_mt6() 133 if (info->source) in addrtype_mt_v0() 134 ret &= match_type(net, NULL, iph->saddr, info->source) ^ in addrtype_mt_v0() 162 if (info->source) in addrtype_mt_v1() 163 ret &= match_type(net, dev, iph->saddr, info->source) ^ in addrtype_mt_v1() 200 if ((info->source | info->dest) & XT_ADDRTYPE_BLACKHOLE) { in addrtype_mt_checkentry_v1() 204 if ((info->source | info->dest) >= XT_ADDRTYPE_PROHIBIT) { in addrtype_mt_checkentry_v1() 208 if ((info->source | info->dest) & XT_ADDRTYPE_BROADCAST) { in addrtype_mt_checkentry_v1()
|
D | xt_TPROXY.c | 272 hp->source, lport ? lport : hp->dest, in tproxy_handle_time_wait4() 311 hp->source, hp->dest, in tproxy_tg4() 327 hp->source, lport, in tproxy_tg4() 345 iph->protocol, &iph->saddr, ntohs(hp->source), in tproxy_tg4() 436 hp->source, in tproxy_handle_time_wait6() 479 hp->source, hp->dest, in tproxy_tg6_v1() 494 hp->source, lport, in tproxy_tg6_v1() 504 tproto, &iph->saddr, ntohs(hp->source), in tproxy_tg6_v1() 512 tproto, &iph->saddr, ntohs(hp->source), in tproxy_tg6_v1()
|
/linux-4.1.27/drivers/net/wireless/ti/ |
D | Kconfig | 9 source "drivers/net/wireless/ti/wl1251/Kconfig" 10 source "drivers/net/wireless/ti/wl12xx/Kconfig" 11 source "drivers/net/wireless/ti/wl18xx/Kconfig" 14 source "drivers/net/wireless/ti/wlcore/Kconfig"
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | dove-cubox.dts | 92 /* connect xtal input as source of pll0 and pll1 */ 93 silabs,pll-source = <0 0>, <1 0>; 98 silabs,multisynth-source = <0>; 99 silabs,clock-source = <0>; 106 silabs,multisynth-source = <1>; 107 silabs,clock-source = <0>;
|
/linux-4.1.27/drivers/net/wireless/ |
D | Kconfig | 217 source "drivers/net/wireless/rtl818x/Kconfig" 268 source "drivers/net/wireless/ath/Kconfig" 269 source "drivers/net/wireless/b43/Kconfig" 270 source "drivers/net/wireless/b43legacy/Kconfig" 271 source "drivers/net/wireless/brcm80211/Kconfig" 272 source "drivers/net/wireless/hostap/Kconfig" 273 source "drivers/net/wireless/ipw2x00/Kconfig" 274 source "drivers/net/wireless/iwlwifi/Kconfig" 275 source "drivers/net/wireless/iwlegacy/Kconfig" 276 source "drivers/net/wireless/libertas/Kconfig" [all …]
|
/linux-4.1.27/fs/notify/ |
D | Kconfig | 5 source "fs/notify/dnotify/Kconfig" 6 source "fs/notify/inotify/Kconfig" 7 source "fs/notify/fanotify/Kconfig"
|
/linux-4.1.27/drivers/iio/common/ |
D | Kconfig | 5 source "drivers/iio/common/hid-sensors/Kconfig" 6 source "drivers/iio/common/ssp_sensors/Kconfig" 7 source "drivers/iio/common/st_sensors/Kconfig"
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 3 source "arch/powerpc/platforms/powernv/Kconfig" 4 source "arch/powerpc/platforms/pseries/Kconfig" 5 source "arch/powerpc/platforms/chrp/Kconfig" 6 source "arch/powerpc/platforms/512x/Kconfig" 7 source "arch/powerpc/platforms/52xx/Kconfig" 8 source "arch/powerpc/platforms/powermac/Kconfig" 9 source "arch/powerpc/platforms/maple/Kconfig" 10 source "arch/powerpc/platforms/pasemi/Kconfig" 11 source "arch/powerpc/platforms/ps3/Kconfig" 12 source "arch/powerpc/platforms/cell/Kconfig" [all …]
|
/linux-4.1.27/drivers/video/fbdev/omap2/ |
D | Kconfig | 6 source "drivers/video/fbdev/omap2/dss/Kconfig" 7 source "drivers/video/fbdev/omap2/omapfb/Kconfig" 8 source "drivers/video/fbdev/omap2/displays-new/Kconfig"
|
/linux-4.1.27/sound/usb/line6/ |
D | toneport.c | 49 int source; member 219 ucontrol->value.enumerated.item[0] = toneport->source; in snd_toneport_source_get() 230 unsigned int source; in snd_toneport_source_put() local 232 source = ucontrol->value.enumerated.item[0]; in snd_toneport_source_put() 233 if (source >= ARRAY_SIZE(toneport_source_info)) in snd_toneport_source_put() 235 if (source == toneport->source) in snd_toneport_source_put() 238 toneport->source = source; in snd_toneport_source_put() 240 toneport_source_info[source].code, 0x0000); in snd_toneport_source_put() 384 toneport_source_info[toneport->source].code, in toneport_setup()
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 57 source "init/Kconfig" 59 source "kernel/Kconfig.freezer" 94 source "arch/metag/mm/Kconfig" 96 source "arch/metag/Kconfig.soc" 256 source "kernel/Kconfig.preempt" 258 source kernel/Kconfig.hz 264 source kernel/power/Kconfig 270 source "fs/Kconfig.binfmt" 274 source "net/Kconfig" 276 source "drivers/Kconfig" [all …]
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 73 source "init/Kconfig" 75 source "kernel/Kconfig.freezer" 77 source "arch/microblaze/Kconfig.platform" 81 source "kernel/Kconfig.preempt" 83 source "kernel/Kconfig.hz" 256 source "mm/Kconfig" 262 source "fs/Kconfig.binfmt" 281 source "drivers/pci/Kconfig" 285 source "net/Kconfig" 287 source "drivers/Kconfig" [all …]
|
/linux-4.1.27/drivers/video/fbdev/mmp/ |
D | Kconfig | 8 source "drivers/video/fbdev/mmp/hw/Kconfig" 9 source "drivers/video/fbdev/mmp/panel/Kconfig" 10 source "drivers/video/fbdev/mmp/fb/Kconfig"
|
/linux-4.1.27/drivers/mailbox/ |
D | pl320-ipc.c | 59 static inline void set_destination(int source, int mbox) in set_destination() argument 61 __raw_writel(CHAN_MASK(source), ipc_base + IPCMxDSET(mbox)); in set_destination() 62 __raw_writel(CHAN_MASK(source), ipc_base + IPCMxMSET(mbox)); in set_destination() 65 static inline void clear_destination(int source, int mbox) in clear_destination() argument 67 __raw_writel(CHAN_MASK(source), ipc_base + IPCMxDCLEAR(mbox)); in clear_destination() 68 __raw_writel(CHAN_MASK(source), ipc_base + IPCMxMCLEAR(mbox)); in clear_destination()
|
/linux-4.1.27/drivers/acpi/ |
D | pci_irq.c | 106 const char *source; /* according to BIOS */ member 139 if (!prt->source) in do_prt_fixups() 147 !strcmp(prt->source, quirk->source) && in do_prt_fixups() 148 strlen(prt->source) >= strlen(quirk->actual_source)) { in do_prt_fixups() 154 prt->source, quirk->actual_source); in do_prt_fixups() 155 strcpy(prt->source, quirk->actual_source); in do_prt_fixups() 204 if (prt->source[0]) in acpi_pci_irq_check_entry() 205 acpi_get_handle(handle, prt->source, &entry->link); in acpi_pci_irq_check_entry() 219 prt->source, entry->index)); in acpi_pci_irq_check_entry()
|
/linux-4.1.27/sound/aoa/ |
D | Kconfig | 11 source "sound/aoa/fabrics/Kconfig" 13 source "sound/aoa/codecs/Kconfig" 15 source "sound/aoa/soundbus/Kconfig"
|
/linux-4.1.27/drivers/vme/ |
D | Kconfig | 13 source "drivers/vme/bridges/Kconfig" 15 source "drivers/vme/boards/Kconfig" 17 source "drivers/staging/vme/devices/Kconfig"
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 9 If you grep through the kernel source you will find a number of architecture- 14 To provide timekeeping for your platform, the clock source provides 18 provide an accurate delay source using hardware counters. 24 The purpose of the clock source is to provide a timeline for the system that 26 a Linux system will eventually read the clock source to determine exactly 29 Typically the clock source is a monotonic, atomic counter which will provide 34 The clock source shall have as high resolution as possible, and the frequency 45 When the wall-clock accuracy of the clock source isn't satisfactory, there 49 the clock source, which provides the fundamental timeline for the system. 50 These measures does not affect the clock source per se, they only adapt the [all …]
|
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 159 struct arm_ccn_component *source; member 598 struct arm_ccn_component *source = in arm_ccn_pmu_event_destroy() local 599 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_event_destroy() 604 clear_bit(hw->config_base, source->xp.dt_cmp_mask); in arm_ccn_pmu_event_destroy() 606 clear_bit(hw->config_base, source->pmu_events_mask); in arm_ccn_pmu_event_destroy() 610 ccn->dt.pmu_counters[hw->idx].source = NULL; in arm_ccn_pmu_event_destroy() 620 struct arm_ccn_component *source; in arm_ccn_pmu_event_init() local 735 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_init() 737 source = &ccn->node[node_xp]; in arm_ccn_pmu_event_init() 738 ccn->dt.pmu_counters[hw->idx].source = source; in arm_ccn_pmu_event_init() [all …]
|
/linux-4.1.27/drivers/media/common/ |
D | Kconfig | 19 source "drivers/media/common/b2c2/Kconfig" 20 source "drivers/media/common/saa7146/Kconfig" 21 source "drivers/media/common/siano/Kconfig"
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | README | 33 fpsp.s Full FP Kernel Module - source code 37 pfpsp.s Partial FP Kernel Module - source code 40 fplsp.s FP Library Module - source code 44 isp.s Integer Unimplemented Kernel Module - source code 48 ilsp.s Integer Unimplemented Library Module - source code 59 ftest.s above test; source code 63 itest.s above test; source code
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | via_clock.c | 230 static inline u8 set_clock_source_common(enum via_clksrc source, bool use_pll) in set_clock_source_common() argument 234 switch (source) { in set_clock_source_common() 261 static void set_primary_clock_source(enum via_clksrc source, bool use_pll) in set_primary_clock_source() argument 263 u8 data = set_clock_source_common(source, use_pll) << 4; in set_primary_clock_source() 267 static void set_secondary_clock_source(enum via_clksrc source, bool use_pll) in set_secondary_clock_source() argument 269 u8 data = set_clock_source_common(source, use_pll); in set_secondary_clock_source() 278 static void dummy_set_clock_source(enum via_clksrc source, bool use_pll) in dummy_set_clock_source() argument
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 22 different versions of a source tree. Patches are created with the `diff' 25 and what new version the patch will change the source tree into. These 33 (or patch) file and makes the changes to the source tree described in it. 36 holding the kernel source dir. 39 kernel source directories it was generated against (or some other directory 41 Since this is unlikely to match the name of the kernel source dir on your 44 source directory and then strip the first element of the path from filenames 124 If you don't have any third-party patches applied to your kernel source, but 126 and have made no modifications yourself to the source files, then you should 128 anyway, then there's a high risk that either your local source tree or the [all …]
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 111 source "init/Kconfig" 113 source "kernel/Kconfig.freezer" 284 source "kernel/Kconfig.preempt" 285 source "kernel/Kconfig.hz" 286 source "mm/Kconfig" 308 source "drivers/parisc/Kconfig" 313 source "fs/Kconfig.binfmt" 317 source "net/Kconfig" 319 source "drivers/Kconfig" 321 source "fs/Kconfig" [all …]
|
/linux-4.1.27/net/bridge/ |
D | br_fdb.c | 33 static int fdb_insert(struct net_bridge *br, struct net_bridge_port *source, 470 struct net_bridge_port *source, in fdb_create() argument 479 fdb->dst = source; in fdb_create() 491 static int fdb_insert(struct net_bridge *br, struct net_bridge_port *source, in fdb_insert() argument 509 source ? source->dev->name : br->dev->name); in fdb_insert() 513 fdb = fdb_create(head, source, addr, vid); in fdb_insert() 524 int br_fdb_insert(struct net_bridge *br, struct net_bridge_port *source, in br_fdb_insert() argument 530 ret = fdb_insert(br, source, addr, vid); in br_fdb_insert() 535 void br_fdb_update(struct net_bridge *br, struct net_bridge_port *source, in br_fdb_update() argument 547 if (!(source->state == BR_STATE_LEARNING || in br_fdb_update() [all …]
|
/linux-4.1.27/drivers/nfc/ |
D | Kconfig | 71 source "drivers/nfc/pn544/Kconfig" 72 source "drivers/nfc/microread/Kconfig" 73 source "drivers/nfc/nfcmrvl/Kconfig" 74 source "drivers/nfc/st21nfca/Kconfig" 75 source "drivers/nfc/st21nfcb/Kconfig" 76 source "drivers/nfc/nxp-nci/Kconfig"
|
/linux-4.1.27/Documentation/filesystems/ |
D | directory-locking | 19 the parent and finds source and target. If target already exists, lock 20 it. If source is a non-directory, lock it. If that means we need to 25 * check that source is not a directory 26 * lock source 33 * find source and target. 36 * if new parent is equal to or is a descendent of source 38 * If target exists, lock it. If source is a non-directory, lock 39 it. In case that means we need to lock both source and target, 69 non-directory object, except renames, which take locks on source and 84 blocked on source and it means that it doesn't hold any locks. [all …]
|
/linux-4.1.27/arch/x86/um/ |
D | Kconfig | 3 source "arch/um/Kconfig.common" 9 source "arch/x86/Kconfig.cpu" 65 source "arch/um/Kconfig.um" 69 source "arch/um/Kconfig.rest"
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm2000.c | 437 enum wm2000_anc_mode source; member 443 .source = ANC_OFF, 451 .source = ANC_OFF, 459 .source = ANC_OFF, 468 .source = ANC_ACTIVE, 476 .source = ANC_ACTIVE, 484 .source = ANC_ACTIVE, 492 .source = ANC_BYPASS, 500 .source = ANC_BYPASS, 509 .source = ANC_BYPASS, [all …]
|
D | wm8940.c | 529 static void pll_factors(unsigned int target, unsigned int source) in pll_factors() argument 534 Ndiv = target / source; in pll_factors() 537 source <<= 1; in pll_factors() 540 Ndiv = target / source; in pll_factors() 542 source >>= 2; in pll_factors() 545 Ndiv = target / source; in pll_factors() 547 source >>= 1; in pll_factors() 550 Ndiv = target / source; in pll_factors() 560 Nmod = target % source; in pll_factors() 563 do_div(Kpart, source); in pll_factors() [all …]
|
D | adav80x.c | 212 static int adav80x_dapm_sysclk_check(struct snd_soc_dapm_widget *source, in adav80x_dapm_sysclk_check() argument 215 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in adav80x_dapm_sysclk_check() 233 return strcmp(source->name, clk) == 0; in adav80x_dapm_sysclk_check() 236 static int adav80x_dapm_pll_check(struct snd_soc_dapm_widget *source, in adav80x_dapm_pll_check() argument 239 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in adav80x_dapm_pll_check() 538 int clk_id, int source, in adav80x_set_sysclk() argument 623 int source, unsigned int freq_in, unsigned int freq_out) in adav80x_set_pll() argument 630 switch (source) { in adav80x_set_pll() 646 if (source == ADAV80X_PLL_SRC_XIN) { in adav80x_set_pll() 679 if (source != adav80x->pll_src) { in adav80x_set_pll() [all …]
|
D | rt5631.c | 287 static int check_sysclk1_source(struct snd_soc_dapm_widget *source, in check_sysclk1_source() argument 290 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_sysclk1_source() 297 static int check_dmic_used(struct snd_soc_dapm_widget *source, in check_dmic_used() argument 300 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dmic_used() 305 static int check_dacl_to_outmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_outmixl() argument 308 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dacl_to_outmixl() 315 static int check_dacr_to_outmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_outmixr() argument 318 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dacr_to_outmixr() 325 static int check_dacl_to_spkmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_spkmixl() argument 328 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dacl_to_spkmixl() [all …]
|
D | wm8974.c | 280 unsigned int target, unsigned int source) in pll_factors() argument 288 Ndiv = target / source; in pll_factors() 290 source /= 2; in pll_factors() 292 Ndiv = target / source; in pll_factors() 302 Nmod = target % source; in pll_factors() 305 do_div(Kpart, source); in pll_factors() 320 int source, unsigned int freq_in, unsigned int freq_out) in wm8974_set_dai_pll() argument
|
D | wm8510.c | 280 static void pll_factors(unsigned int target, unsigned int source) in pll_factors() argument 285 Ndiv = target / source; in pll_factors() 287 source >>= 1; in pll_factors() 289 Ndiv = target / source; in pll_factors() 299 Nmod = target % source; in pll_factors() 302 do_div(Kpart, source); in pll_factors() 317 int source, unsigned int freq_in, unsigned int freq_out) in wm8510_set_dai_pll() argument
|
D | wm8804.c | 348 unsigned int source, unsigned int mclk_div) in pll_factors() argument 376 Ndiv = target / source; in pll_factors() 378 source >>= 1; in pll_factors() 380 Ndiv = target / source; in pll_factors() 390 Nmod = target % source; in pll_factors() 393 do_div(Kpart, source); in pll_factors() 405 int source, unsigned int freq_in, in wm8804_set_pll() argument
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig | 41 source "init/Kconfig" 43 source "kernel/Kconfig.freezer" 221 source "mm/Kconfig" 274 source "kernel/Kconfig.preempt" 381 source "drivers/pci/Kconfig" 386 source "drivers/pcmcia/Kconfig" 388 source "drivers/pci/hotplug/Kconfig" 395 source "fs/Kconfig.binfmt" 399 source "net/Kconfig" 401 source "drivers/Kconfig" [all …]
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-super.c | 47 u8 source, shift; in clk_super_get_parent() local 59 source = (val >> shift) & super_state_to_src_mask(mux); in clk_super_get_parent() 66 (source == mux->pllx_index)) in clk_super_get_parent() 67 source = mux->div2_index; in clk_super_get_parent() 69 return source; in clk_super_get_parent()
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 295 source "init/Kconfig" 297 source "kernel/Kconfig.freezer" 825 # plat- suffix) or along side the corresponding mach-* source. 827 source "arch/arm/mach-mvebu/Kconfig" 829 source "arch/arm/mach-alpine/Kconfig" 831 source "arch/arm/mach-asm9260/Kconfig" 833 source "arch/arm/mach-at91/Kconfig" 835 source "arch/arm/mach-axxia/Kconfig" 837 source "arch/arm/mach-bcm/Kconfig" 839 source "arch/arm/mach-berlin/Kconfig" [all …]
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig | 6 source "init/Kconfig" 8 source "kernel/Kconfig.freezer" 301 source kernel/Kconfig.hz 318 Say Y here to enable support for IBM EXA Cyclone time source. 404 source "kernel/Kconfig.preempt" 406 source "mm/Kconfig" 539 source "drivers/sn/Kconfig" 564 source "drivers/firmware/Kconfig" 566 source "fs/Kconfig.binfmt" 572 source "kernel/power/Kconfig" [all …]
|
/linux-4.1.27/sound/core/seq/ |
D | seq_system.c | 80 ev->source.client = sysclient; in setheader() 81 ev->source.port = announce_port; in setheader() 108 ev->source.client = sysclient; in snd_seq_system_notify() 109 ev->source.port = announce_port; in snd_seq_system_notify()
|
D | seq_dummy.c | 95 if (ev->source.client == SNDRV_SEQ_CLIENT_SYSTEM || in dummy_input() 100 tmpev.source.port = p->connect; in dummy_input() 102 tmpev.source.port = p->port; in dummy_input()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_entity.c | 41 struct media_entity *source; in uvc_mc_register_entity() local 52 source = (UVC_ENTITY_TYPE(remote) == UVC_TT_STREAMING) in uvc_mc_register_entity() 55 if (source == NULL) in uvc_mc_register_entity() 59 ret = media_entity_create_link(source, remote_pad, in uvc_mc_register_entity()
|
/linux-4.1.27/drivers/isdn/ |
D | Kconfig | 42 source "drivers/isdn/i4l/Kconfig" 61 source "drivers/isdn/capi/Kconfig" 63 source "drivers/isdn/hardware/Kconfig" 67 source "drivers/isdn/gigaset/Kconfig" 69 source "drivers/isdn/hysdn/Kconfig" 71 source "drivers/isdn/mISDN/Kconfig"
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig | 65 source "init/Kconfig" 67 source "kernel/Kconfig.freezer" 142 source "arch/mn10300/mm/Kconfig.cache" 205 source "kernel/Kconfig.preempt" 231 source "kernel/Kconfig.hz" 263 source "drivers/pci/Kconfig" 265 source "drivers/pcmcia/Kconfig" 466 source "mm/Kconfig" 469 source kernel/power/Kconfig 477 source "fs/Kconfig.binfmt" [all …]
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 156 source "init/Kconfig" 158 source "kernel/Kconfig.freezer" 197 source "kernel/Kconfig.hz" 326 source "mm/Kconfig" 328 source "kernel/Kconfig.preempt" 398 source "arch/tile/gxio/Kconfig" 435 source "drivers/pci/Kconfig" 437 source "drivers/pci/pcie/Kconfig" 449 source "drivers/pci/hotplug/Kconfig" 455 source "fs/Kconfig.binfmt" [all …]
|
/linux-4.1.27/drivers/mmc/ |
D | Kconfig | 24 source "drivers/mmc/core/Kconfig" 26 source "drivers/mmc/card/Kconfig" 28 source "drivers/mmc/host/Kconfig"
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | elants_i2c.txt | 12 - wakeup-source: touchscreen can be used as a wakeup source. 29 wakeup-source;
|
D | elan_i2c.txt | 12 - wakeup-source: touchpad can be used as a wakeup source. 30 wakeup-source;
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 57 source "init/Kconfig" 59 source "kernel/Kconfig.freezer" 102 source "mm/Kconfig" 347 source "drivers/pci/Kconfig" 349 source "drivers/pcmcia/Kconfig" 356 source kernel/power/Kconfig 364 source "fs/Kconfig.binfmt" 368 source "net/Kconfig" 370 source "drivers/Kconfig" 372 source "fs/Kconfig" [all …]
|
/linux-4.1.27/arch/mips/include/asm/ |
D | mipsregs.h | 903 #define __read_32bit_c0_register(source, sel) \ argument 907 "mfc0\t%0, " #source "\n\t" \ 912 "mfc0\t%0, " #source ", " #sel "\n\t" \ 918 #define __read_64bit_c0_register(source, sel) \ argument 921 __res = __read_64bit_c0_split(source, sel); \ 925 "dmfc0\t%0, " #source "\n\t" \ 931 "dmfc0\t%0, " #source ", " #sel "\n\t" \ 985 #define __read_32bit_c0_ctrl_register(source) \ argument 988 "cfc0\t%0, " #source "\n\t" \ 1004 #define __read_64bit_c0_split(source, sel) \ argument [all …]
|
/linux-4.1.27/drivers/target/ |
D | Kconfig | 42 source "drivers/target/loopback/Kconfig" 43 source "drivers/target/tcm_fc/Kconfig" 44 source "drivers/target/iscsi/Kconfig" 45 source "drivers/target/sbp/Kconfig"
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 77 source "init/Kconfig" 78 source "kernel/Kconfig.freezer" 84 source "arch/arc/plat-arcfpga/Kconfig" 85 source "arch/arc/plat-tb10x/Kconfig" 415 source "kernel/Kconfig.preempt" 418 source "fs/Kconfig.binfmt" 423 source "mm/Kconfig" 424 source "net/Kconfig" 425 source "drivers/Kconfig" 426 source "fs/Kconfig" [all …]
|
/linux-4.1.27/scripts/kconfig/ |
D | streamline_config.pl | 163 my $source = "$ksource/$kconfig"; 167 while ($source =~ /\$(\w+)/ && $last_source ne $source) { 169 $last_source = $source; 170 $source =~ s/\$$env/$ENV{$env}/; 173 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | media-dev.c | 703 struct media_entity *source, in __fimc_md_create_fimc_sink_links() argument 732 ret = media_entity_create_link(source, pad, sink, in __fimc_md_create_fimc_sink_links() 739 &source->pads[pad], flags); in __fimc_md_create_fimc_sink_links() 744 source->name, flags ? '=' : '-', sink->name); in __fimc_md_create_fimc_sink_links() 752 ret = media_entity_create_link(source, pad, sink, in __fimc_md_create_fimc_sink_links() 759 &source->pads[pad], 0); in __fimc_md_create_fimc_sink_links() 764 source->name, sink->name); in __fimc_md_create_fimc_sink_links() 772 struct media_entity *source, *sink; in __fimc_md_create_flite_source_links() local 781 source = &fimc->subdev.entity; in __fimc_md_create_flite_source_links() 784 ret = media_entity_create_link(source, FLITE_SD_PAD_SOURCE_DMA, in __fimc_md_create_flite_source_links() [all …]
|
/linux-4.1.27/drivers/media/platform/ |
D | Kconfig | 14 source "drivers/media/platform/marvell-ccic/Kconfig" 30 source "drivers/media/platform/davinci/Kconfig" 32 source "drivers/media/platform/omap/Kconfig" 34 source "drivers/media/platform/blackfin/Kconfig" 117 source "drivers/media/platform/soc_camera/Kconfig" 118 source "drivers/media/platform/exynos4-is/Kconfig" 119 source "drivers/media/platform/s5p-tv/Kconfig" 120 source "drivers/media/platform/am437x/Kconfig" 121 source "drivers/media/platform/xilinx/Kconfig" 132 use system memory for both source and destination buffers, as opposed [all …]
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-annotate.txt | 16 code. If the object file has debug symbols then the source code will be 56 Print matching source lines (may be slow). 80 --source:: 81 Interleave source code with assembly code. Enabled by default, 82 disable with --no-source.
|
D | perf-probe.txt | 44 --source=PATH:: 45 Specify path to kernel source. 72 Show source code lines which can be probed. This needs an argument 73 which specifies a range of the source code. (see LINE SYNTAX for detail) 132 2) Define event based on source file with line number 135 3) Define event based on source file with lazy pattern 140 … the end of the probe point definition. In addition, '@SRC' specifies a source file which has tha… 141 …cify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' synt… 164 probe syntax, 'SRC' means the source file path, 'ALN' is start line number, 168 So, "source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows …
|
/linux-4.1.27/fs/cifs/ |
D | cifs_unicode.c | 444 cifsConvertToUTF16(__le16 *target, const char *source, int srclen, in cifsConvertToUTF16() argument 457 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16() 462 src_char = source[i]; in cifsConvertToUTF16() 482 charlen = cp->char2uni(source + i, srclen - i, &tmp); in cifsConvertToUTF16() 495 if (*(source + i) & 0x80) { in cifsConvertToUTF16() 496 charlen = utf8_to_utf32(source + i, 6, &u); in cifsConvertToUTF16() 501 ret = utf8s_to_utf16s(source + i, charlen, in cifsConvertToUTF16()
|
/linux-4.1.27/drivers/staging/lustre/ |
D | Kconfig | 1 source "drivers/staging/lustre/lustre/Kconfig" 3 source "drivers/staging/lustre/lnet/Kconfig"
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | Kconfig | 1 source "drivers/scsi/cxgbi/cxgb3i/Kconfig" 2 source "drivers/scsi/cxgbi/cxgb4i/Kconfig"
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 169 source "init/Kconfig" 171 source "kernel/Kconfig.freezer" 551 source "arch/sh/mm/Kconfig" 553 source "arch/sh/Kconfig.cpu" 555 source "arch/sh/boards/Kconfig" 591 source "drivers/cpufreq/Kconfig" 594 source "arch/sh/drivers/Kconfig" 600 source kernel/Kconfig.hz 710 source "kernel/Kconfig.preempt" 744 source "drivers/sh/Kconfig" [all …]
|
/linux-4.1.27/net/nfc/ |
D | Kconfig | 31 source "net/nfc/nci/Kconfig" 32 source "net/nfc/hci/Kconfig" 34 source "drivers/nfc/Kconfig"
|
/linux-4.1.27/drivers/isdn/hardware/ |
D | Kconfig | 6 source "drivers/isdn/hardware/avm/Kconfig" 8 source "drivers/isdn/hardware/eicon/Kconfig"
|
/linux-4.1.27/drivers/net/can/ |
D | Kconfig | 50 source clock frequencies. Disabling saves some space, but then the 140 source "drivers/net/can/mscan/Kconfig" 142 source "drivers/net/can/sja1000/Kconfig" 144 source "drivers/net/can/c_can/Kconfig" 146 source "drivers/net/can/m_can/Kconfig" 148 source "drivers/net/can/cc770/Kconfig" 150 source "drivers/net/can/spi/Kconfig" 152 source "drivers/net/can/usb/Kconfig" 154 source "drivers/net/can/softing/Kconfig"
|
/linux-4.1.27/drivers/cpuidle/ |
D | Kconfig | 33 source "drivers/cpuidle/Kconfig.arm" 38 source "drivers/cpuidle/Kconfig.mips" 43 source "drivers/cpuidle/Kconfig.powerpc"
|
/linux-4.1.27/drivers/firewire/ |
D | core-transaction.c | 51 #define HEADER_SOURCE(source) ((source) << 16) argument 677 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local 681 source = HEADER_GET_DESTINATION(request_header[0]); in fw_fill_response() 690 HEADER_SOURCE(source) | in fw_fill_response() 844 int tcode, destination, source; in handle_exclusive_region_request() local 847 source = HEADER_GET_SOURCE(p->header[1]); in handle_exclusive_region_request() 857 tcode, destination, source, in handle_exclusive_region_request() 873 int tcode, destination, source; in handle_fcp_region_request() local 885 source = HEADER_GET_SOURCE(p->header[1]); in handle_fcp_region_request() 898 destination, source, in handle_fcp_region_request() [all …]
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 119 source "drivers/net/team/Kconfig" 277 source "drivers/net/arcnet/Kconfig" 279 source "drivers/atm/Kconfig" 281 source "drivers/net/caif/Kconfig" 283 source "drivers/net/dsa/Kconfig" 285 source "drivers/net/ethernet/Kconfig" 287 source "drivers/net/fddi/Kconfig" 289 source "drivers/net/hippi/Kconfig" 315 source "drivers/net/phy/Kconfig" 317 source "drivers/net/plip/Kconfig" [all …]
|
/linux-4.1.27/fs/nfs/ |
D | nfs3client.c | 58 struct nfs_server *nfs3_clone_server(struct nfs_server *source, in nfs3_clone_server() argument 63 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server() 64 if (!IS_ERR(server) && !IS_ERR(source->client_acl)) in nfs3_clone_server()
|
D | client.c | 929 void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source) in nfs_server_copy_userdata() argument 931 target->flags = source->flags; in nfs_server_copy_userdata() 932 target->rsize = source->rsize; in nfs_server_copy_userdata() 933 target->wsize = source->wsize; in nfs_server_copy_userdata() 934 target->acregmin = source->acregmin; in nfs_server_copy_userdata() 935 target->acregmax = source->acregmax; in nfs_server_copy_userdata() 936 target->acdirmin = source->acdirmin; in nfs_server_copy_userdata() 937 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata() 938 target->caps = source->caps; in nfs_server_copy_userdata() 939 target->options = source->options; in nfs_server_copy_userdata() [all …]
|
/linux-4.1.27/lib/lz4/ |
D | lz4_decompress.c | 55 static int lz4_uncompress(const char *source, char *dest, int osize) in lz4_uncompress() argument 57 const BYTE *ip = (const BYTE *) source; in lz4_uncompress() 162 return (int) (((char *)ip) - source); in lz4_uncompress() 169 static int lz4_uncompress_unknownoutputsize(const char *source, char *dest, in lz4_uncompress_unknownoutputsize() argument 172 const BYTE *ip = (const BYTE *) source; in lz4_uncompress_unknownoutputsize()
|
D | lz4_compress.c | 53 const char *source, in lz4_compressctx() argument 59 const u8 *ip = (u8 *)source; in lz4_compressctx() 111 while ((ip > anchor) && (ref > (u8 *)source) && in lz4_compressctx() 239 const char *source, in lz4_compress64kctx() argument 245 const u8 *ip = (u8 *) source; in lz4_compress64kctx() 292 while ((ip > anchor) && (ref > (u8 *)source) in lz4_compress64kctx()
|
/linux-4.1.27/arch/alpha/lib/ |
D | stxcpy.S | 157 ldq_u t2, 8(a1) # .. e1 : read next high-order source word 199 or t0, t1, t1 # e1 : first (partial) source word complete 224 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null 235 ldq_u t1, 0(a1) # e0 : load first source word 258 lda t2, -1 # e1 : mask out leading garbage in source 279 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes 280 and t1, t2, t1 # e1 : to source validity mask 284 andnot t0, t2, t0 # .. e1 : zero place for source to reside
|
D | ev6-stxcpy.S | 180 ldq_u t2, 8(a1) # U : read next high-order source word 227 or t0, t1, t1 # E : first (partial) source word complete (stall) 250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall) 266 ldq_u t1, 0(a1) # L : load first source word 288 lda t2, -1 # E : mask out leading garbage in source 308 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall) 310 and t1, t2, t1 # E : to source validity mask 313 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_addrtype.h | 31 __u16 source; /* source-type mask */ member 38 __u16 source; /* source-type mask */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | maxim,max310x.txt | 12 - interrupts: Specifies the interrupt source of the parent interrupt 15 - clocks: phandle to the IC source clock. 17 "osc" if an external clock source is used.
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_xics.h | 127 u32 irq, u16 *source) in kvmppc_xics_find_ics() argument 133 if (source) in kvmppc_xics_find_ics() 134 *source = src; in kvmppc_xics_find_ics()
|
/linux-4.1.27/arch/cris/ |
D | Kconfig | 74 source "init/Kconfig" 76 source "kernel/Kconfig.freezer" 80 source "fs/Kconfig.binfmt" 115 source "kernel/Kconfig.preempt" 117 source mm/Kconfig 248 source arch/cris/arch-v10/Kconfig 249 source arch/cris/arch-v32/Kconfig 253 source "net/Kconfig" 257 source arch/cris/arch-v10/drivers/Kconfig 258 source arch/cris/arch-v32/drivers/Kconfig [all …]
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 153 source "init/Kconfig" 155 source "kernel/Kconfig.freezer" 189 source kernel/Kconfig.hz 262 source "drivers/cpufreq/Kconfig" 311 source "mm/Kconfig" 314 source "kernel/power/Kconfig" 335 source "kernel/Kconfig.preempt" 504 source "drivers/pci/Kconfig" 506 source "drivers/pcmcia/Kconfig" 536 source "fs/Kconfig.binfmt" [all …]
|
/linux-4.1.27/net/bluetooth/ |
D | Kconfig | 48 source "net/bluetooth/rfcomm/Kconfig" 50 source "net/bluetooth/bnep/Kconfig" 52 source "net/bluetooth/cmtp/Kconfig" 54 source "net/bluetooth/hidp/Kconfig" 102 source "drivers/bluetooth/Kconfig"
|
/linux-4.1.27/drivers/hsi/ |
D | Kconfig | 17 source "drivers/hsi/controllers/Kconfig" 18 source "drivers/hsi/clients/Kconfig"
|
/linux-4.1.27/Documentation/networking/ |
D | ip_dynaddr.txt | 4 dynamically changing packet source address (and socket's if local procs). 8 1) Socket (and packet) source address is rewritten ON RETRANSMISSIONS 10 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
|
/linux-4.1.27/drivers/pps/clients/ |
D | Kconfig | 22 If you say yes here you get support for a PPS source connected 29 If you say yes here you get support for a PPS source connected 36 If you say yes here you get support for a PPS source using
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-transaction.c | 66 unsigned int rate, unsigned int source) in set_clock_info() argument 80 if (source != UINT_MAX) { in set_clock_info() 83 clock |= source; in set_clock_info() 129 unsigned int *source) in snd_dice_transaction_get_clock_source() argument 136 *source = be32_to_cpu(info) & CLOCK_SOURCE_MASK; in snd_dice_transaction_get_clock_source() 203 int tcode, int destination, int source, in dice_notification() argument
|
/linux-4.1.27/drivers/power/ |
D | apm_power.c | 118 static int do_calculate_time(int status, enum apm_source source) in do_calculate_time() argument 140 switch (source) { in do_calculate_time() 166 printk(KERN_ERR "Unsupported source: %d\n", source); in do_calculate_time() 213 static int calculate_capacity(enum apm_source source) in calculate_capacity() argument 221 switch (source) { in calculate_capacity() 247 printk(KERN_ERR "Unsupported source: %d\n", source); in calculate_capacity()
|
/linux-4.1.27/arch/metag/lib/ |
D | memcpy.S | 12 MOV A1.2, D0Ar2 ! source pointer 37 ! the source to the destination until the remaining data has an 8 byte 54 ANDS D0Ar4, D0Ar4, #7 ! test source alignment 57 ! Both source and destination are 8 byte aligned - the easy case. 79 ! The destination is 8 byte aligned but the source is not, and there are 8 82 ! Adjust the source pointer (A1.2) to the 8 byte boundary before its 178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
|
/linux-4.1.27/drivers/md/ |
D | dm-kcopyd.c | 335 struct dm_io_region source; member 511 r = dm_io(&io_req, 1, &job->source, NULL); in run_io_job() 608 if (unlikely(!job->source.count)) in dispatch_job() 643 count = job->source.count - progress; in segment_complete() 657 sub_job->source.sector += progress; in segment_complete() 658 sub_job->source.count = count; in segment_complete() 726 job->source = *from; in dm_kcopyd_copy() 730 memset(&job->source, 0, sizeof job->source); in dm_kcopyd_copy() 731 job->source.count = job->dests[0].count; in dm_kcopyd_copy() 749 if (job->source.count <= SUB_JOB_SIZE) in dm_kcopyd_copy()
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 51 source "init/Kconfig" 52 source "kernel/Kconfig.freezer" 142 source "kernel/Kconfig.preempt" 282 source "drivers/pci/Kconfig" 390 source "mm/Kconfig" 392 source "drivers/pcmcia/Kconfig" 394 source "drivers/pci/hotplug/Kconfig" 465 source "fs/Kconfig.binfmt" 471 source "kernel/power/Kconfig" 475 source "net/Kconfig" [all …]
|
/linux-4.1.27/include/media/ |
D | media-entity.h | 35 struct media_pad *source; /* Source pad */ member 133 int media_entity_create_link(struct media_entity *source, u16 source_pad, 140 struct media_link *media_entity_find_link(struct media_pad *source,
|
/linux-4.1.27/drivers/uio/ |
D | uio_mf624.c | 45 static void mf624_disable_interrupt(enum mf624_interrupt_source source, in mf624_disable_interrupt() argument 50 switch (source) { in mf624_disable_interrupt() 73 static void mf624_enable_interrupt(enum mf624_interrupt_source source, in mf624_enable_interrupt() argument 78 switch (source) { in mf624_enable_interrupt()
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-samsung.txt | 3 Samsung SoCs contain PWM timer blocks which can be used for system clock source 25 - "pwm-tclk0" - first external PWM clock source, 26 - "pwm-tclk1" - second external PWM clock source. 28 Refer to SoC documentation to learn which clock source configurations
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 58 fl6.fl6_sport = nth->source; in synproxy_send_tcp() 108 nth->source = th->dest; in synproxy_send_client_synack() 109 nth->dest = th->source; in synproxy_send_client_synack() 149 nth->source = th->source; in synproxy_send_server_syn() 194 nth->source = th->dest; in synproxy_send_server_ack() 195 nth->dest = th->source; in synproxy_send_server_ack() 232 nth->source = th->source; in synproxy_send_client_ack()
|
/linux-4.1.27/drivers/input/ |
D | Kconfig | 179 source "drivers/input/keyboard/Kconfig" 181 source "drivers/input/mouse/Kconfig" 183 source "drivers/input/joystick/Kconfig" 185 source "drivers/input/tablet/Kconfig" 187 source "drivers/input/touchscreen/Kconfig" 189 source "drivers/input/misc/Kconfig" 195 source "drivers/input/serio/Kconfig" 197 source "drivers/input/gameport/Kconfig"
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | atmel-wm97xx.c | 162 u16 source; in atmel_wm97xx_channel_b_interrupt() local 167 source = data & WM97XX_ADCSEL_MASK; in atmel_wm97xx_channel_b_interrupt() 170 if (source == WM97XX_ADCSEL_X) in atmel_wm97xx_channel_b_interrupt() 172 if (source == WM97XX_ADCSEL_Y) in atmel_wm97xx_channel_b_interrupt() 175 if (!pressure && source == WM97XX_ADCSEL_Y) { in atmel_wm97xx_channel_b_interrupt() 180 } else if (pressure && source == WM97XX_ADCSEL_PRES) { in atmel_wm97xx_channel_b_interrupt()
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.c | 306 static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char *source) in usbatm_extract_one_cell() argument 310 short vpi = ((source[0] & 0x0f) << 4) | (source[1] >> 4); in usbatm_extract_one_cell() 311 int vci = ((source[1] & 0x0f) << 12) | (source[2] << 4) | (source[3] >> 4); in usbatm_extract_one_cell() 312 u8 pti = ((source[3] & 0xe) >> 1); in usbatm_extract_one_cell() 347 memcpy(skb_tail_pointer(sarb), source + ATM_CELL_HEADER, ATM_CELL_PAYLOAD); in usbatm_extract_one_cell() 355 length = (source[ATM_CELL_SIZE - 6] << 8) + source[ATM_CELL_SIZE - 5]; in usbatm_extract_one_cell() 424 unsigned char *source, unsigned int avail_data) in usbatm_extract_cells() argument 439 memcpy(cell_buf + buf_usage, source, space_left); in usbatm_extract_cells() 440 source += space_left; in usbatm_extract_cells() 446 memcpy(cell_buf + buf_usage, source, avail_data); in usbatm_extract_cells() [all …]
|
/linux-4.1.27/net/ieee802154/ |
D | header_ops.c | 102 fc.source_addr_mode = hdr->source.mode; in ieee802154_hdr_push() 104 if (hdr->source.pan_id == hdr->dest.pan_id && in ieee802154_hdr_push() 108 rc = ieee802154_hdr_push_addr(buf + pos, &hdr->source, fc.intra_pan); in ieee802154_hdr_push() 233 hdr->fc.intra_pan, &hdr->source); in ieee802154_hdr_get_addrs() 236 hdr->source.pan_id = hdr->dest.pan_id; in ieee802154_hdr_get_addrs()
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | fsl-edma.txt | 5 specific DMA request source can only be multiplexed by any channel of certain 23 Specific request source can only be multiplexed by specific channels 25 The 2nd cell specifies the request source(slot) ID. 62 and the 2nd specifies the request source.
|
/linux-4.1.27/drivers/pnp/ |
D | Kconfig | 41 source "drivers/pnp/isapnp/Kconfig" 43 source "drivers/pnp/pnpbios/Kconfig" 45 source "drivers/pnp/pnpacpi/Kconfig"
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_getport.c | 37 *port = src ? th->source : th->dest; in get_port() 49 *port = src ? sh->source : sh->dest; in get_port() 62 *port = src ? uh->source : uh->dest; in get_port()
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 160 source "init/Kconfig" 162 source "kernel/Kconfig.freezer" 282 source "drivers/pci/Kconfig" 283 source "drivers/pci/pcie/Kconfig" 284 source "drivers/pci/hotplug/Kconfig" 532 source kernel/Kconfig.preempt 581 source "mm/Kconfig" 734 source "fs/Kconfig.binfmt" 763 source "kernel/power/Kconfig" 772 source "drivers/cpuidle/Kconfig" [all …]
|
/linux-4.1.27/drivers/virt/ |
D | fsl_hypervisor.c | 173 if ((param.source == -1) == (param.target == -1)) in ioctl_memcpy() 249 (param.source == -1) ? READ : WRITE, in ioctl_memcpy() 264 if (param.source == -1) { in ioctl_memcpy() 265 sg_list[0].source = page_to_phys(pages[0]) + lb_offset; in ioctl_memcpy() 268 sg_list[0].source = param.remote_paddr; in ioctl_memcpy() 277 if (param.source == -1) { in ioctl_memcpy() 279 sg_list[i].source = page_to_phys(pages[i]); in ioctl_memcpy() 283 sg_list[i].source = remote_paddr; in ioctl_memcpy() 292 param.ret = fh_partition_memcpy(param.source, param.target, in ioctl_memcpy()
|
/linux-4.1.27/arch/sh/drivers/ |
D | Kconfig | 1 source "arch/sh/drivers/dma/Kconfig" 2 source "arch/sh/cchips/Kconfig"
|
/linux-4.1.27/drivers/memstick/ |
D | Kconfig | 22 source "drivers/memstick/core/Kconfig" 24 source "drivers/memstick/host/Kconfig"
|
/linux-4.1.27/drivers/ipack/ |
D | Kconfig | 20 source "drivers/ipack/carriers/Kconfig" 22 source "drivers/ipack/devices/Kconfig"
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 93 nth->source = th->dest; in synproxy_send_client_synack() 94 nth->dest = th->source; in synproxy_send_client_synack() 134 nth->source = th->source; in synproxy_send_server_syn() 179 nth->source = th->dest; in synproxy_send_server_ack() 180 nth->dest = th->source; in synproxy_send_server_ack() 217 nth->source = th->source; in synproxy_send_client_ack()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-overo.c | 157 .source = "venc.0", 187 .source = "dpi.0", 205 .source = "tfp410.0", 217 .source = "dpi.0", 432 .source = "dpi.0",
|
/linux-4.1.27/security/ |
D | Kconfig | 7 source security/keys/Kconfig 121 source security/selinux/Kconfig 122 source security/smack/Kconfig 123 source security/tomoyo/Kconfig 124 source security/apparmor/Kconfig 125 source security/yama/Kconfig 127 source security/integrity/Kconfig
|
D | lsm_audit.c | 67 ad->u.net->sport = th->source; in ipv4_skb_to_auditdata() 76 ad->u.net->sport = uh->source; in ipv4_skb_to_auditdata() 93 ad->u.net->sport = sh->source; in ipv4_skb_to_auditdata() 143 ad->u.net->sport = th->source; in ipv6_skb_to_auditdata() 154 ad->u.net->sport = uh->source; in ipv6_skb_to_auditdata() 175 ad->u.net->sport = sh->source; in ipv6_skb_to_auditdata()
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 52 the boot program has initialized all interrupt source 73 - last-interrupt-source 87 Identifies the interrupt source. The meaning 114 Each source has 32-bytes of registers 164 * this corresponds to interrupt source configuration 167 * The interrupt source configuration registers begin 174 * The interrupt source configuration registers begin
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | README-SRC | 1 This is the original source code from Motorola for the 68060 processor 11 are sufficient and were generated from these source files by
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | lsi,zevio-timer.txt | 7 - clocks: phandle to the source clock. 16 clock-source only.
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | demux.h | 144 struct dmx_ts_feed* source, 151 struct dmx_section_filter * source, 174 enum dmx_frontend_source source; member
|
/linux-4.1.27/Documentation/devicetree/bindings/metag/ |
D | pdc-intc.txt | 20 interrupt source. The type shall be a <u32> and the value shall be 2. 34 - <1st-cell>: The interrupt-number that identifies the interrupt source. 88 // Interrupt source Peripheral 0 102 // Interrupt source SysWake 0 that is active-low level-sensitive
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | eeprom.c | 431 void *source, *target; in p54_convert_rev0() local 444 source = curve_data->data; in p54_convert_rev0() 447 __le16 *freq = source; in p54_convert_rev0() 448 source += sizeof(__le16); in p54_convert_rev0() 453 src = source; in p54_convert_rev0() 466 source += sizeof(*src); in p54_convert_rev0() 483 void *source, *target; in p54_convert_rev1() local 496 source = curve_data->data; in p54_convert_rev1() 499 __le16 *freq = source; in p54_convert_rev1() 500 source += sizeof(__le16); in p54_convert_rev1() [all …]
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 164 source "init/Kconfig" 166 source "kernel/Kconfig.freezer" 168 source "kernel/livepatch/Kconfig" 406 source kernel/Kconfig.preempt 408 source kernel/Kconfig.hz 438 source "mm/Kconfig" 532 source "drivers/pci/Kconfig" 533 source "drivers/pci/pcie/Kconfig" 534 source "drivers/pci/hotplug/Kconfig" 612 source "fs/Kconfig.binfmt" [all …]
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.c | 121 result = acpi_bus_get_device(trt->source, &adev); in acpi_parse_trt() 203 if (art->source) { in acpi_parse_art() 204 result = acpi_bus_get_device(art->source, &adev); in acpi_parse_art() 259 get_single_name(arts[i].source, art_user[i].source_device); in fill_art() 295 get_single_name(trts[i].source, trt_user[i].source_device); in fill_trt()
|
/linux-4.1.27/drivers/clk/ |
D | Kconfig | 34 source "drivers/clk/versatile/Kconfig" 153 source "drivers/clk/qcom/Kconfig" 157 source "drivers/clk/bcm/Kconfig" 158 source "drivers/clk/mvebu/Kconfig" 160 source "drivers/clk/samsung/Kconfig"
|
/linux-4.1.27/drivers/vfio/ |
D | Kconfig | 34 source "drivers/vfio/pci/Kconfig" 35 source "drivers/vfio/platform/Kconfig"
|
/linux-4.1.27/arch/tile/kernel/ |
D | messaging.c | 81 if (rmi.source == HV_MSG_TILE) { in hv_message_intr() 93 } else if (rmi.source == HV_MSG_INTR) { in hv_message_intr()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 388 #define MTHCA_GET(dest, source, offset) \ argument 390 void *__p = (char *) (source) + (offset); \ 400 #define MTHCA_PUT(dest, source, offset) \ argument 403 switch (sizeof(source)) { \ 404 case 1: *(u8 *) __d = (source); break; \ 405 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \ 406 case 4: *(__be32 *) __d = cpu_to_be32(source); break; \ 407 case 8: *(__be64 *) __d = cpu_to_be64(source); break; \
|
/linux-4.1.27/sound/usb/hiface/ |
D | pcm.c | 265 u8 *source; in hiface_pcm_playback() local 277 source = alsa_rt->dma_area + sub->dma_off; in hiface_pcm_playback() 278 memcpy_swahw32(urb->buffer, source, PCM_PACKET_SIZE); in hiface_pcm_playback() 289 source = alsa_rt->dma_area + sub->dma_off; in hiface_pcm_playback() 290 memcpy_swahw32(urb->buffer, source, len); in hiface_pcm_playback() 292 source = alsa_rt->dma_area; in hiface_pcm_playback() 293 memcpy_swahw32(urb->buffer + len, source, in hiface_pcm_playback()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | stmpe.txt | 14 - wakeup-source : Marks the input device as wakable 27 wakeup-source;
|
/linux-4.1.27/drivers/net/ethernet/mellanox/ |
D | Kconfig | 21 source "drivers/net/ethernet/mellanox/mlx4/Kconfig" 22 source "drivers/net/ethernet/mellanox/mlx5/core/Kconfig"
|
/linux-4.1.27/Documentation/device-mapper/ |
D | kcopyd.txt | 16 the source and destinations of the copy. Each io_region indicates a 17 block-device along with the starting sector and size of the region. The source 28 pointer, pointers to the source and destination io_regions, the name of a
|
/linux-4.1.27/arch/powerpc/sysdev/qe_lib/ |
D | qe.c | 235 enum qe_clock qe_clock_source(const char *source) in qe_clock_source() argument 239 if (strcasecmp(source, "none") == 0) in qe_clock_source() 242 if (strncasecmp(source, "brg", 3) == 0) { in qe_clock_source() 243 i = simple_strtoul(source + 3, NULL, 10); in qe_clock_source() 250 if (strncasecmp(source, "clk", 3) == 0) { in qe_clock_source() 251 i = simple_strtoul(source + 3, NULL, 10); in qe_clock_source()
|