/linux-4.4.14/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" 21 source "drivers/nvme/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/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.4.14/sound/soc/ |
D | Kconfig | 40 source "sound/soc/adi/Kconfig" 41 source "sound/soc/atmel/Kconfig" 42 source "sound/soc/au1x/Kconfig" 43 source "sound/soc/bcm/Kconfig" 44 source "sound/soc/blackfin/Kconfig" 45 source "sound/soc/cirrus/Kconfig" 46 source "sound/soc/davinci/Kconfig" 47 source "sound/soc/dwc/Kconfig" 48 source "sound/soc/fsl/Kconfig" 49 source "sound/soc/jz4740/Kconfig" [all …]
|
D | soc-dapm.c | 60 int (*connected)(struct snd_soc_dapm_widget *source, 272 if (p->source->endpoints[SND_SOC_DAPM_DIR_IN] != 0) in dapm_path_invalidate() 275 dapm_widget_invalidate_output_paths(p->source); in dapm_path_invalidate() 926 path->source, in dapm_new_mixer() 1291 !path->connected(path->source, path->sink)) in dapm_supply_check_power() 1709 dapm_widget_set_peer_power(path->source, power, path->connect); in dapm_widget_set_power() 2093 dapm_mark_dirty(path->source, reason); in soc_dapm_connect_path() 2435 if (p->source->id == snd_soc_dapm_micbias || in dapm_update_widget_flags() 2436 p->source->id == snd_soc_dapm_mic || in dapm_update_widget_flags() 2437 p->source->id == snd_soc_dapm_line || in dapm_update_widget_flags() [all …]
|
/linux-4.4.14/drivers/media/pci/ |
D | Kconfig | 13 source "drivers/media/pci/meye/Kconfig" 14 source "drivers/media/pci/solo6x10/Kconfig" 15 source "drivers/media/pci/sta2x11/Kconfig" 16 source "drivers/media/pci/tw68/Kconfig" 17 source "drivers/media/pci/zoran/Kconfig" 22 source "drivers/media/pci/ivtv/Kconfig" 23 source "drivers/media/pci/saa7146/Kconfig" 24 source "drivers/media/pci/dt3155/Kconfig" 29 source "drivers/media/pci/cx18/Kconfig" 30 source "drivers/media/pci/cx23885/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/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 | utnonansi.c | 342 u8 acpi_ut_safe_strcpy(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcpy() argument 345 if (strlen(source) >= dest_size) { in acpi_ut_safe_strcpy() 349 strcpy(dest, source); in acpi_ut_safe_strcpy() 353 u8 acpi_ut_safe_strcat(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcat() argument 356 if ((strlen(dest) + strlen(source)) >= dest_size) { in acpi_ut_safe_strcat() 360 strcat(dest, source); in acpi_ut_safe_strcat() 367 char *source, acpi_size max_transfer_length) in acpi_ut_safe_strncat() argument 371 actual_transfer_length = ACPI_MIN(max_transfer_length, strlen(source)); in acpi_ut_safe_strncat() 377 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)toupper((int)*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 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, 238 struct acpi_pnp_device_id *source, in ACPI_EXPORT_SYMBOL() 245 dest->length = source->length; in ACPI_EXPORT_SYMBOL() 249 memcpy(string_area, source->string, source->length); in ACPI_EXPORT_SYMBOL() 250 return (string_area + source->length); in ACPI_EXPORT_SYMBOL()
|
/linux-4.4.14/fs/ |
D | Kconfig | 13 source "fs/ext2/Kconfig" 14 source "fs/ext4/Kconfig" 15 source "fs/jbd2/Kconfig" 24 source "fs/reiserfs/Kconfig" 25 source "fs/jfs/Kconfig" 27 source "fs/xfs/Kconfig" 28 source "fs/gfs2/Kconfig" 29 source "fs/ocfs2/Kconfig" 30 source "fs/btrfs/Kconfig" 31 source "fs/nilfs2/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/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.4.14/drivers/iio/ |
D | Kconfig | 22 source "drivers/iio/buffer/Kconfig" 47 source "drivers/iio/accel/Kconfig" 48 source "drivers/iio/adc/Kconfig" 49 source "drivers/iio/amplifiers/Kconfig" 50 source "drivers/iio/chemical/Kconfig" 51 source "drivers/iio/common/Kconfig" 52 source "drivers/iio/dac/Kconfig" 53 source "drivers/iio/frequency/Kconfig" 54 source "drivers/iio/gyro/Kconfig" 55 source "drivers/iio/humidity/Kconfig" [all …]
|
/linux-4.4.14/arch/h8300/ |
D | Kconfig | 41 source "init/Kconfig" 43 source "kernel/Kconfig.freezer" 45 source "arch/h8300/Kconfig.cpu" 49 source "kernel/Kconfig.preempt" 51 source "mm/Kconfig" 57 source "fs/Kconfig.binfmt" 61 source "net/Kconfig" 63 source "drivers/Kconfig" 65 source "fs/Kconfig" 69 source "lib/Kconfig.debug" [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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 link->source->entity->name, in media_entity_pipeline_start() 286 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() [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.4.14/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.4.14/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.4.14/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" 25 source "drivers/gpu/drm/Kconfig" 28 source "drivers/video/fbdev/Kconfig" 31 source "drivers/video/backlight/Kconfig" 44 source "drivers/video/console/Kconfig" 48 source "drivers/video/logo/Kconfig"
|
/linux-4.4.14/net/6lowpan/ |
D | nhc_udp.c | 54 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source)); in udp_uncompress() 58 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source)); in udp_uncompress() 64 uh.source = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); in udp_uncompress() 69 uh.source = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val >> 4)); in udp_uncompress() 77 ntohs(uh.source), ntohs(uh.dest)); in udp_uncompress() 126 if (((ntohs(uh->source) & LOWPAN_NHC_UDP_4BIT_MASK) == in udp_compress() 136 ((ntohs(uh->source) - LOWPAN_NHC_UDP_4BIT_PORT) << 4); in udp_compress() 145 lowpan_push_hc_data(hc_ptr, &uh->source, sizeof(uh->source)); in udp_compress() 149 } else if ((ntohs(uh->source) & LOWPAN_NHC_UDP_8BIT_MASK) == in udp_compress() 156 tmp = ntohs(uh->source) - LOWPAN_NHC_UDP_8BIT_PORT; in udp_compress() [all …]
|
/linux-4.4.14/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.4.14/drivers/infiniband/ |
D | Kconfig | 57 source "drivers/infiniband/hw/mthca/Kconfig" 58 source "drivers/infiniband/hw/qib/Kconfig" 59 source "drivers/infiniband/hw/cxgb3/Kconfig" 60 source "drivers/infiniband/hw/cxgb4/Kconfig" 61 source "drivers/infiniband/hw/mlx4/Kconfig" 62 source "drivers/infiniband/hw/mlx5/Kconfig" 63 source "drivers/infiniband/hw/nes/Kconfig" 64 source "drivers/infiniband/hw/ocrdma/Kconfig" 65 source "drivers/infiniband/hw/usnic/Kconfig" 67 source "drivers/infiniband/ulp/ipoib/Kconfig" [all …]
|
/linux-4.4.14/drivers/soc/ |
D | Kconfig | 3 source "drivers/soc/brcmstb/Kconfig" 4 source "drivers/soc/mediatek/Kconfig" 5 source "drivers/soc/qcom/Kconfig" 6 source "drivers/soc/rockchip/Kconfig" 7 source "drivers/soc/sunxi/Kconfig" 8 source "drivers/soc/ti/Kconfig" 9 source "drivers/soc/versatile/Kconfig"
|
/linux-4.4.14/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.4.14/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.4.14/net/ |
D | Kconfig | 53 source "net/packet/Kconfig" 54 source "net/unix/Kconfig" 55 source "net/xfrm/Kconfig" 56 source "net/iucv/Kconfig" 83 source "net/ipv4/Kconfig" 84 source "net/ipv6/Kconfig" 85 source "net/netlabel/Kconfig" 119 based on type, source, destination etc. The other kind of firewall, 197 source "net/netfilter/Kconfig" 198 source "net/ipv4/netfilter/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/drivers/staging/most/ |
D | Kconfig | 15 source "drivers/staging/most/mostcore/Kconfig" 17 source "drivers/staging/most/aim-cdev/Kconfig" 19 source "drivers/staging/most/aim-network/Kconfig" 21 source "drivers/staging/most/aim-sound/Kconfig" 23 source "drivers/staging/most/aim-v4l2/Kconfig" 25 source "drivers/staging/most/hdm-dim2/Kconfig" 27 source "drivers/staging/most/hdm-i2c/Kconfig" 29 source "drivers/staging/most/hdm-usb/Kconfig"
|
/linux-4.4.14/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.4.14/arch/m68k/ |
D | Kconfig | 74 source "init/Kconfig" 76 source "kernel/Kconfig.freezer" 122 source arch/m68k/Kconfig.cpu 124 source arch/m68k/Kconfig.machine 126 source arch/m68k/Kconfig.bus 133 source "kernel/Kconfig.preempt" 136 source "mm/Kconfig" 142 source "fs/Kconfig.binfmt" 157 source "net/Kconfig" 159 source "drivers/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/ |
D | Kconfig | 100 source "drivers/gpu/drm/i2c/Kconfig" 140 source "drivers/gpu/drm/radeon/Kconfig" 162 source "drivers/gpu/drm/amd/amdgpu/Kconfig" 164 source "drivers/gpu/drm/nouveau/Kconfig" 175 source "drivers/gpu/drm/i915/Kconfig" 218 source "drivers/gpu/drm/exynos/Kconfig" 220 source "drivers/gpu/drm/rockchip/Kconfig" 222 source "drivers/gpu/drm/vmwgfx/Kconfig" 224 source "drivers/gpu/drm/gma500/Kconfig" 226 source "drivers/gpu/drm/udl/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/x86/lib/ |
D | csum-copy_64.S | 32 .macro source macro 80 source 82 source 84 source 86 source 89 source 91 source 93 source 95 source 149 source [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_ref.h | 127 const void *source) in lu_ref_add() argument 134 const void *source) in lu_ref_add_atomic() argument 142 const void *source) in lu_ref_add_at() argument 147 const void *source) in lu_ref_del() argument 158 const char *scope, const void *source) in lu_ref_del_at() argument
|
/linux-4.4.14/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.4.14/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/mn88472/Kconfig" 30 source "drivers/staging/media/mn88473/Kconfig" 32 source "drivers/staging/media/omap4iss/Kconfig" 35 source "drivers/staging/media/lirc/Kconfig"
|
/linux-4.4.14/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.4.14/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.4.14/tools/perf/tests/ |
D | llvm.c | 36 const char *source; member 40 .source = test_llvm__bpf_base_prog, 44 .source = test_llvm__bpf_test_kbuild_prog, 56 const char *source; in test_llvm__fetch_bpf_obj() local 65 source = bpf_source_table[idx].source; in test_llvm__fetch_bpf_obj() 98 err = asprintf(&tmpl_new, "echo '%s' | %s%s", source, in test_llvm__fetch_bpf_obj()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,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.4.14/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.4.14/drivers/iio/common/ |
D | Kconfig | 5 source "drivers/iio/common/hid-sensors/Kconfig" 6 source "drivers/iio/common/ms_sensors/Kconfig" 7 source "drivers/iio/common/ssp_sensors/Kconfig" 8 source "drivers/iio/common/st_sensors/Kconfig"
|
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | shadow.c | 179 char *source; in nvbios_shadow() local 184 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL; in nvbios_shadow() 185 if (source) { in nvbios_shadow() 189 !strcasecmp(source, mthd->func->name)) { in nvbios_shadow() 199 shadow_method(bios, mthd, source); in nvbios_shadow() 204 nvkm_error(subdev, "%s invalid\n", source); in nvbios_shadow() 205 kfree(source); in nvbios_shadow() 206 source = NULL; in nvbios_shadow() 234 best->func->name : source); in nvbios_shadow() 237 kfree(source); in nvbios_shadow()
|
/linux-4.4.14/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.4.14/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 | syslog.h | 50 int do_syslog(int type, char __user *buf, int count, int source); 53 int check_syslog_permissions(int type, int source); 55 static inline int check_syslog_permissions(int type, int source) in check_syslog_permissions() argument
|
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.4.14/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.4.14/arch/powerpc/lib/ |
D | checksum_64.S | 216 .macro source macro 298 source; ld r6,0(r3) 299 source; ld r9,8(r3) 301 source; ld r10,16(r3) 302 source; ld r11,24(r3) 313 source; ld r12,32(r3) 314 source; ld r14,40(r3) 317 source; ld r15,48(r3) 318 source; ld r16,56(r3) 339 source; ld r6,0(r3) [all …]
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-topology.c | 415 struct snd_soc_dapm_widget *source, *sink; in skl_tplg_pga_dapm_pre_pmu_event() local 420 source = w; in skl_tplg_pga_dapm_pre_pmu_event() 421 src_mconfig = source->priv; in skl_tplg_pga_dapm_pre_pmu_event() 444 src_mconfig = source->priv; in skl_tplg_pga_dapm_pre_pmu_event() 494 struct snd_soc_dapm_widget *source, *sink; in skl_tplg_mixer_dapm_post_pmu_event() local 512 dev_dbg(ctx->dev, "src widget=%s\n", p->source->name); in skl_tplg_mixer_dapm_post_pmu_event() 519 if ((p->source->priv != NULL) && in skl_tplg_mixer_dapm_post_pmu_event() 520 is_skl_dsp_widget_type(p->source)) { in skl_tplg_mixer_dapm_post_pmu_event() 521 source = p->source; in skl_tplg_mixer_dapm_post_pmu_event() 522 src_mconfig = source->priv; in skl_tplg_mixer_dapm_post_pmu_event() [all …]
|
/linux-4.4.14/drivers/staging/unisys/ |
D | Kconfig | 14 source "drivers/staging/unisys/visorbus/Kconfig" 15 source "drivers/staging/unisys/visornic/Kconfig" 16 source "drivers/staging/unisys/visorinput/Kconfig" 17 source "drivers/staging/unisys/visorhba/Kconfig"
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mtk-sd.txt | 12 - clocks: MSDC source clock, HCLK 13 - clock-names: "source", "hclk" 21 - assigned-clocks: PLL of the source clock 22 - assigned-clock-parents: parent of source clock, used for HS400 mode to get 400Mhz source clock 34 clock-names = "source", "hclk";
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | wakeup-source.txt | 7 "wakeup-source" boolean property. 9 Also, if device is marked as a wakeup source, then all the primary 12 However if the devices have dedicated interrupt as the wakeup source 29 8. "nvidia,wakeup-source" Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt 41 wakeup-source; 53 wakeup-source; 65 wakeup-source;
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 127 struct vsp1_entity *source; in vsp1_entity_link_setup() local 132 source = container_of(local->entity, struct vsp1_entity, subdev.entity); in vsp1_entity_link_setup() 134 if (!source->route) in vsp1_entity_link_setup() 138 if (source->sink) in vsp1_entity_link_setup() 140 source->sink = remote->entity; in vsp1_entity_link_setup() 141 source->sink_pad = remote->index; in vsp1_entity_link_setup() 143 source->sink = NULL; in vsp1_entity_link_setup() 144 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.4.14/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() 310 hp->source, hp->dest, in tproxy_tg4() 326 hp->source, lport, in tproxy_tg4() 344 iph->protocol, &iph->saddr, ntohs(hp->source), in tproxy_tg4() 435 hp->source, in tproxy_handle_time_wait6() 477 hp->source, hp->dest, in tproxy_tg6_v1() 492 hp->source, lport, in tproxy_tg6_v1() 502 tproto, &iph->saddr, ntohs(hp->source), in tproxy_tg6_v1() 510 tproto, &iph->saddr, ntohs(hp->source), in tproxy_tg6_v1()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ |
D | Kconfig | 244 source "drivers/net/wireless/realtek/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.4.14/drivers/pinctrl/ |
D | Kconfig | 249 source "drivers/pinctrl/bcm/Kconfig" 250 source "drivers/pinctrl/berlin/Kconfig" 251 source "drivers/pinctrl/freescale/Kconfig" 252 source "drivers/pinctrl/intel/Kconfig" 253 source "drivers/pinctrl/mvebu/Kconfig" 254 source "drivers/pinctrl/nomadik/Kconfig" 255 source "drivers/pinctrl/qcom/Kconfig" 256 source "drivers/pinctrl/samsung/Kconfig" 257 source "drivers/pinctrl/sh-pfc/Kconfig" 258 source "drivers/pinctrl/spear/Kconfig" [all …]
|
/linux-4.4.14/drivers/nfc/ |
D | Kconfig | 71 source "drivers/nfc/fdp/Kconfig" 72 source "drivers/nfc/pn544/Kconfig" 73 source "drivers/nfc/microread/Kconfig" 74 source "drivers/nfc/nfcmrvl/Kconfig" 75 source "drivers/nfc/st21nfca/Kconfig" 76 source "drivers/nfc/st-nci/Kconfig" 77 source "drivers/nfc/nxp-nci/Kconfig" 78 source "drivers/nfc/s3fwrn5/Kconfig"
|
/linux-4.4.14/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.4.14/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>;
|
D | at91sam9261ek.dts | 143 wakeup-source; 187 wakeup-source; 194 wakeup-source; 201 wakeup-source; 208 wakeup-source;
|
D | emev2-kzm9d.dts | 38 wakeup-source; 45 wakeup-source; 52 wakeup-source; 59 wakeup-source;
|
/linux-4.4.14/fs/notify/ |
D | Kconfig | 5 source "fs/notify/dnotify/Kconfig" 6 source "fs/notify/inotify/Kconfig" 7 source "fs/notify/fanotify/Kconfig"
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/dma/ |
D | adi,axi-dmac.txt | 22 - adi,source-bus-width, 23 adi,destination-bus-width: Width of the source or destination bus in bits. 24 - adi,source-bus-type, 25 adi,destination-bus-type: Type of the source or destination bus. Must be one 55 adi,source-bus-width = <32>; 56 adi,source-bus-type = <ADI_AXI_DMAC_TYPE_MM_AXI>;
|
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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/acpi/ |
D | pci_irq.c | 101 const char *source; /* according to BIOS */ member 134 if (!prt->source) in do_prt_fixups() 142 !strcmp(prt->source, quirk->source) && in do_prt_fixups() 143 strlen(prt->source) >= strlen(quirk->actual_source)) { in do_prt_fixups() 149 prt->source, quirk->actual_source); in do_prt_fixups() 150 strcpy(prt->source, quirk->actual_source); in do_prt_fixups() 199 if (prt->source[0]) in acpi_pci_irq_check_entry() 200 acpi_get_handle(handle, prt->source, &entry->link); in acpi_pci_irq_check_entry() 214 prt->source, entry->index)); in acpi_pci_irq_check_entry()
|
/linux-4.4.14/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.4.14/sound/aoa/ |
D | Kconfig | 11 source "sound/aoa/fabrics/Kconfig" 13 source "sound/aoa/codecs/Kconfig" 15 source "sound/aoa/soundbus/Kconfig"
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/input/ |
D | cypress,cyapa.txt | 12 - wakeup-source: touchpad can be used as a wakeup source. 31 wakeup-source; 40 wakeup-source;
|
D | elan_i2c.txt | 12 - wakeup-source: touchpad can be used as a wakeup source. 30 wakeup-source;
|
D | elants_i2c.txt | 12 - wakeup-source: touchscreen can be used as a wakeup source. 32 wakeup-source;
|
/linux-4.4.14/drivers/staging/rdma/ |
D | Kconfig | 25 source "drivers/staging/rdma/amso1100/Kconfig" 27 source "drivers/staging/rdma/ehca/Kconfig" 29 source "drivers/staging/rdma/hfi1/Kconfig" 31 source "drivers/staging/rdma/ipath/Kconfig"
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/tools/perf/util/ |
D | bpf-loader.h | 33 struct bpf_object *bpf__prepare_load(const char *filename, bool source); 34 int bpf__strerror_prepare_load(const char *filename, bool source, 55 bool source __maybe_unused) in bpf__prepare_load() 96 bool source __maybe_unused, in bpf__strerror_prepare_load()
|
/linux-4.4.14/arch/parisc/ |
D | Kconfig | 114 source "init/Kconfig" 116 source "kernel/Kconfig.freezer" 287 source "kernel/Kconfig.preempt" 288 source "kernel/Kconfig.hz" 289 source "mm/Kconfig" 311 source "drivers/parisc/Kconfig" 316 source "fs/Kconfig.binfmt" 320 source "net/Kconfig" 322 source "drivers/Kconfig" 324 source "fs/Kconfig" [all …]
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 298 source "init/Kconfig" 300 source "kernel/Kconfig.freezer" 809 # plat- suffix) or along side the corresponding mach-* source. 811 source "arch/arm/mach-mvebu/Kconfig" 813 source "arch/arm/mach-alpine/Kconfig" 815 source "arch/arm/mach-asm9260/Kconfig" 817 source "arch/arm/mach-at91/Kconfig" 819 source "arch/arm/mach-axxia/Kconfig" 821 source "arch/arm/mach-bcm/Kconfig" 823 source "arch/arm/mach-berlin/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 527 static void pll_factors(unsigned int target, unsigned int source) in pll_factors() argument 532 Ndiv = target / source; in pll_factors() 535 source <<= 1; in pll_factors() 538 Ndiv = target / source; in pll_factors() 540 source >>= 2; in pll_factors() 543 Ndiv = target / source; in pll_factors() 545 source >>= 1; in pll_factors() 548 Ndiv = target / source; in pll_factors() 558 Nmod = target % source; in pll_factors() 561 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 631 switch (source) { in adav80x_set_pll() 647 if (source == ADAV80X_PLL_SRC_XIN) { in adav80x_set_pll() 680 if (source != adav80x->pll_src) { in adav80x_set_pll() [all …]
|
D | rt5631.c | 286 static int check_sysclk1_source(struct snd_soc_dapm_widget *source, in check_sysclk1_source() argument 289 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_sysclk1_source() 296 static int check_dmic_used(struct snd_soc_dapm_widget *source, in check_dmic_used() argument 299 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dmic_used() 304 static int check_dacl_to_outmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_outmixl() argument 307 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dacl_to_outmixl() 314 static int check_dacr_to_outmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_outmixr() argument 317 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dacr_to_outmixr() 324 static int check_dacl_to_spkmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_spkmixl() argument 327 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_dacl_to_spkmixl() [all …]
|
D | wm8960.c | 51 static bool is_pll_freq_available(unsigned int source, unsigned int target); 1004 static bool is_pll_freq_available(unsigned int source, unsigned int target) in is_pll_freq_available() argument 1008 if (source == 0 || target == 0) in is_pll_freq_available() 1013 Ndiv = target / source; in is_pll_freq_available() 1016 source >>= 1; in is_pll_freq_available() 1017 Ndiv = target / source; in is_pll_freq_available() 1030 static int pll_factors(unsigned int source, unsigned int target, in pll_factors() argument 1036 pr_debug("WM8960 PLL: setting %dHz->%dHz\n", source, target); in pll_factors() 1041 Ndiv = target / source; in pll_factors() 1043 source >>= 1; in pll_factors() [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
|
/linux-4.4.14/drivers/bus/ |
D | arm-ccn.c | 159 struct arm_ccn_component *source; member 636 struct arm_ccn_component *source; in arm_ccn_pmu_event_alloc() local 664 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_alloc() 666 source = &ccn->node[node_xp]; in arm_ccn_pmu_event_alloc() 667 ccn->dt.pmu_counters[hw->idx].source = source; in arm_ccn_pmu_event_alloc() 671 bit = arm_ccn_pmu_alloc_bit(source->xp.dt_cmp_mask, in arm_ccn_pmu_event_alloc() 674 bit = arm_ccn_pmu_alloc_bit(source->pmu_events_mask, in arm_ccn_pmu_event_alloc() 697 struct arm_ccn_component *source = in arm_ccn_pmu_event_release() local 698 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_event_release() 703 clear_bit(hw->config_base, source->xp.dt_cmp_mask); in arm_ccn_pmu_event_release() [all …]
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-super.c | 46 u8 source, shift; in clk_super_get_parent() local 58 source = (val >> shift) & super_state_to_src_mask(mux); in clk_super_get_parent() 65 (source == mux->pllx_index)) in clk_super_get_parent() 66 source = mux->div2_index; in clk_super_get_parent() 68 return source; in clk_super_get_parent()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | base.c | 94 for (i = 0; i < ARRAY_SIZE(sig->source); i++) { in nvkm_perfsig_count_perfsrc() 95 if (sig->source[i]) in nvkm_perfsig_count_perfsrc() 109 for (i = 0; i < ARRAY_SIZE(sig->source) && sig->source[i]; i++) { in nvkm_perfsrc_find() 110 if (sig->source[i] == si) { in nvkm_perfsrc_find() 138 for (j = 0; j < 8 && ctr->source[i][j]; j++) { in nvkm_perfsrc_enable() 144 src = nvkm_perfsrc_find(pm, sig, ctr->source[i][j]); in nvkm_perfsrc_enable() 153 value |= ((ctr->source[i][j] >> 32) << src->shift); in nvkm_perfsrc_enable() 177 for (j = 0; j < 8 && ctr->source[i][j]; j++) { in nvkm_perfsrc_disable() 183 src = nvkm_perfsrc_find(pm, sig, ctr->source[i][j]); in nvkm_perfsrc_disable() 329 struct nvkm_perfsig *signal[4], u64 source[4][8], in nvkm_perfctr_new() [all …]
|
D | priv.h | 17 u64 source[4][8]; member 55 const struct nvkm_specsrc *source; member 60 u8 source[8]; member
|
/linux-4.4.14/net/bridge/ |
D | br_fdb.c | 34 static int fdb_insert(struct net_bridge *br, struct net_bridge_port *source, 498 struct net_bridge_port *source, in fdb_create() argument 509 fdb->dst = source; in fdb_create() 521 static int fdb_insert(struct net_bridge *br, struct net_bridge_port *source, in fdb_insert() argument 539 source ? source->dev->name : br->dev->name); in fdb_insert() 543 fdb = fdb_create(head, source, addr, vid, 1, 1); in fdb_insert() 553 int br_fdb_insert(struct net_bridge *br, struct net_bridge_port *source, in br_fdb_insert() argument 559 ret = fdb_insert(br, source, addr, vid); in br_fdb_insert() 564 void br_fdb_update(struct net_bridge *br, struct net_bridge_port *source, in br_fdb_update() argument 576 if (!(source->state == BR_STATE_LEARNING || in br_fdb_update() [all …]
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 6 source "init/Kconfig" 8 source "kernel/Kconfig.freezer" 278 source kernel/Kconfig.hz 295 Say Y here to enable support for IBM EXA Cyclone time source. 381 source "kernel/Kconfig.preempt" 383 source "mm/Kconfig" 516 source "drivers/sn/Kconfig" 542 source "drivers/firmware/Kconfig" 544 source "fs/Kconfig.binfmt" 550 source "kernel/power/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_irq.c | 292 struct amdgpu_irq_src *source) in amdgpu_irq_add_id() argument 300 if (!source->funcs) in amdgpu_irq_add_id() 303 if (source->num_types && !source->enabled_types) { in amdgpu_irq_add_id() 306 types = kcalloc(source->num_types, sizeof(atomic_t), in amdgpu_irq_add_id() 311 source->enabled_types = types; in amdgpu_irq_add_id() 314 adev->irq.sources[src_id] = source; in amdgpu_irq_add_id()
|
D | amdgpu_irq.h | 48 int (*set)(struct amdgpu_device *adev, struct amdgpu_irq_src *source, 52 struct amdgpu_irq_src *source, 78 struct amdgpu_irq_src *source);
|
D | amdgpu_cgs.c | 514 struct amdgpu_irq_src *source, in cgs_process_irq() argument 518 (struct cgs_irq_params *)source->data; in cgs_process_irq() 542 struct amdgpu_irq_src *source = in amdgpu_cgs_add_irq_source() local 544 if (!source) in amdgpu_cgs_add_irq_source() 549 kfree(source); in amdgpu_cgs_add_irq_source() 552 source->num_types = num_types; in amdgpu_cgs_add_irq_source() 553 source->funcs = &cgs_irq_funcs; in amdgpu_cgs_add_irq_source() 558 source->data = (void *)irq_params; in amdgpu_cgs_add_irq_source() 559 ret = amdgpu_irq_add_id(adev, src_id, source); in amdgpu_cgs_add_irq_source() 562 kfree(source); in amdgpu_cgs_add_irq_source()
|
/linux-4.4.14/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.4.14/drivers/mmc/ |
D | Kconfig | 24 source "drivers/mmc/core/Kconfig" 26 source "drivers/mmc/card/Kconfig" 28 source "drivers/mmc/host/Kconfig"
|
/linux-4.4.14/drivers/net/ethernet/mellanox/ |
D | Kconfig | 19 source "drivers/net/ethernet/mellanox/mlx4/Kconfig" 20 source "drivers/net/ethernet/mellanox/mlx5/core/Kconfig" 21 source "drivers/net/ethernet/mellanox/mlxsw/Kconfig"
|
/linux-4.4.14/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.4.14/arch/mips/include/asm/ |
D | mipsregs.h | 940 #define __read_32bit_c0_register(source, sel) \ argument 944 "mfc0\t%0, " #source "\n\t" \ 949 "mfc0\t%0, " #source ", " #sel "\n\t" \ 955 #define __read_64bit_c0_register(source, sel) \ argument 958 __res = __read_64bit_c0_split(source, sel); \ 962 "dmfc0\t%0, " #source "\n\t" \ 968 "dmfc0\t%0, " #source ", " #sel "\n\t" \ 1022 #define __read_32bit_c0_ctrl_register(source) \ argument 1025 "cfc0\t%0, " #source "\n\t" \ 1041 #define __read_64bit_c0_split(source, sel) \ argument [all …]
|
/linux-4.4.14/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.4.14/drivers/vfio/ |
D | Kconfig | 34 source "drivers/vfio/pci/Kconfig" 35 source "drivers/vfio/platform/Kconfig" 36 source "virt/lib/Kconfig"
|
/linux-4.4.14/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.4.14/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.4.14/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 | 46 --source=PATH:: 47 Specify path to kernel source. 74 Show source code lines which can be probed. This needs an argument 75 which specifies a range of the source code. (see LINE SYNTAX for detail) 139 2) Define event based on source file with line number 142 3) Define event based on source file with lazy pattern 147 … the end of the probe point definition. In addition, '@SRC' specifies a source file which has tha… 148 …cify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' synt… 171 probe syntax, 'SRC' means the source file path, 'ALN' is start line number, 175 So, "source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows …
|
/linux-4.4.14/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.4.14/arch/tile/ |
D | Kconfig | 163 source "init/Kconfig" 165 source "kernel/Kconfig.freezer" 203 source "kernel/Kconfig.hz" 349 source "mm/Kconfig" 351 source "kernel/Kconfig.preempt" 421 source "arch/tile/gxio/Kconfig" 458 source "drivers/pci/Kconfig" 460 source "drivers/pci/pcie/Kconfig" 472 source "drivers/pci/hotplug/Kconfig" 478 source "fs/Kconfig.binfmt" [all …]
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/ |
D | Kconfig | 1 source "drivers/staging/lustre/lustre/Kconfig" 3 source "drivers/staging/lustre/lnet/Kconfig"
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | Kconfig | 1 source "drivers/scsi/cxgbi/cxgb3i/Kconfig" 2 source "drivers/scsi/cxgbi/cxgb4i/Kconfig"
|
/linux-4.4.14/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 711 source "kernel/Kconfig.preempt" 745 source "drivers/sh/Kconfig" [all …]
|
/linux-4.4.14/net/nfc/ |
D | Kconfig | 31 source "net/nfc/nci/Kconfig" 32 source "net/nfc/hci/Kconfig" 34 source "drivers/nfc/Kconfig"
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | isil,isl12057.txt | 8 ("wakeup-source") to handle the specific use-case found 13 RTC alarm rings. In order to mark the device has a wakeup source and 25 - "wakeup-source": mark the chip as a wakeup source, independently of 77 wakeup-source;
|
D | rtc-opal.txt | 8 - wakeup-source: Decides if the wakeup is supported or not 14 wakeup-source;
|
/linux-4.4.14/drivers/isdn/hardware/ |
D | Kconfig | 6 source "drivers/isdn/hardware/avm/Kconfig" 8 source "drivers/isdn/hardware/eicon/Kconfig"
|
/linux-4.4.14/drivers/cpuidle/ |
D | Kconfig | 33 source "drivers/cpuidle/Kconfig.arm" 38 source "drivers/cpuidle/Kconfig.mips" 43 source "drivers/cpuidle/Kconfig.powerpc"
|
/linux-4.4.14/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.4.14/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()
|
/linux-4.4.14/net/mac802154/ |
D | iface.c | 398 hdr.source.mode = IEEE802154_ADDR_LONG; in ieee802154_header_create() 399 hdr.source.extended_addr = wpan_dev->extended_addr; in ieee802154_header_create() 401 hdr.source.mode = IEEE802154_ADDR_SHORT; in ieee802154_header_create() 402 hdr.source.short_addr = wpan_dev->short_addr; in ieee802154_header_create() 405 hdr.source.pan_id = wpan_dev->pan_id; in ieee802154_header_create() 407 hdr.source = *(const struct ieee802154_addr *)saddr; in ieee802154_header_create() 466 hdr.source.pan_id = hdr.dest.pan_id; in mac802154_header_create() 467 hdr.source.mode = IEEE802154_ADDR_LONG; in mac802154_header_create() 470 hdr.source.extended_addr = wpan_dev->extended_addr; in mac802154_header_create() 472 ieee802154_be64_to_le64(&hdr.source.extended_addr, saddr); in mac802154_header_create() [all …]
|
/linux-4.4.14/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.4.14/include/uapi/linux/netfilter/ |
D | xt_addrtype.h | 31 __u16 source; /* source-type mask */ member 38 __u16 source; /* source-type mask */ member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/can/ |
D | Kconfig | 50 source clock frequencies. Disabling saves some space, but then the 150 source "drivers/net/can/mscan/Kconfig" 152 source "drivers/net/can/sja1000/Kconfig" 154 source "drivers/net/can/c_can/Kconfig" 156 source "drivers/net/can/m_can/Kconfig" 158 source "drivers/net/can/cc770/Kconfig" 160 source "drivers/net/can/spi/Kconfig" 162 source "drivers/net/can/usb/Kconfig" 164 source "drivers/net/can/softing/Kconfig"
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 83 source "init/Kconfig" 84 source "kernel/Kconfig.freezer" 90 source "arch/arc/plat-sim/Kconfig" 91 source "arch/arc/plat-tb10x/Kconfig" 92 source "arch/arc/plat-axs10x/Kconfig" 404 dest operands with 2 possible source operands. 563 source "kernel/Kconfig.preempt" 566 source "fs/Kconfig.binfmt" 571 source "mm/Kconfig" 572 source "net/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/drivers/net/ |
D | Kconfig | 119 source "drivers/net/team/Kconfig" 314 source "drivers/net/arcnet/Kconfig" 316 source "drivers/atm/Kconfig" 318 source "drivers/net/caif/Kconfig" 320 source "drivers/net/dsa/Kconfig" 322 source "drivers/net/ethernet/Kconfig" 324 source "drivers/net/fddi/Kconfig" 326 source "drivers/net/hippi/Kconfig" 352 source "drivers/net/phy/Kconfig" 354 source "drivers/net/plip/Kconfig" [all …]
|
/linux-4.4.14/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" 107 source "drivers/bluetooth/Kconfig"
|
/linux-4.4.14/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() 166 return (int) (((char *)ip) - source); in lz4_uncompress() 173 static int lz4_uncompress_unknownoutputsize(const char *source, char *dest, in lz4_uncompress_unknownoutputsize() argument 176 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.4.14/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.4.14/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.4.14/drivers/hsi/ |
D | Kconfig | 17 source "drivers/hsi/controllers/Kconfig" 18 source "drivers/hsi/clients/Kconfig"
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/cris/ |
D | Kconfig | 85 source "init/Kconfig" 87 source "kernel/Kconfig.freezer" 91 source "fs/Kconfig.binfmt" 126 source "kernel/Kconfig.preempt" 128 source mm/Kconfig 259 source arch/cris/arch-v10/Kconfig 260 source arch/cris/arch-v32/Kconfig 264 source "net/Kconfig" 268 source arch/cris/arch-v10/drivers/Kconfig 269 source arch/cris/arch-v32/drivers/Kconfig [all …]
|
/linux-4.4.14/include/media/ |
D | media-entity.h | 35 struct media_pad *source; /* Source pad */ member 140 int media_entity_create_link(struct media_entity *source, u16 source_pad, 147 struct media_link *media_entity_find_link(struct media_pad *source,
|
/linux-4.4.14/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.4.14/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.4.14/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 59 fl6.fl6_sport = nth->source; in synproxy_send_tcp() 110 nth->source = th->dest; in synproxy_send_client_synack() 111 nth->dest = th->source; in synproxy_send_client_synack() 151 nth->source = th->source; in synproxy_send_server_syn() 196 nth->source = th->dest; in synproxy_send_server_ack() 197 nth->dest = th->source; in synproxy_send_server_ack() 234 nth->source = th->source; in synproxy_send_client_ack()
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/clk/ |
D | Kconfig | 35 source "drivers/clk/versatile/Kconfig" 191 source "drivers/clk/bcm/Kconfig" 192 source "drivers/clk/hisilicon/Kconfig" 193 source "drivers/clk/qcom/Kconfig" 197 source "drivers/clk/mvebu/Kconfig" 199 source "drivers/clk/samsung/Kconfig" 200 source "drivers/clk/tegra/Kconfig"
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | juno-motherboard.dtsi | 64 wakeup-source; 71 wakeup-source; 78 wakeup-source; 85 wakeup-source; 92 wakeup-source; 99 wakeup-source;
|
/linux-4.4.14/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.4.14/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() 425 unsigned char *source, unsigned int avail_data) in usbatm_extract_cells() argument 440 memcpy(cell_buf + buf_usage, source, space_left); in usbatm_extract_cells() 441 source += space_left; in usbatm_extract_cells() 447 memcpy(cell_buf + buf_usage, source, avail_data); in usbatm_extract_cells() [all …]
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 55 source "init/Kconfig" 56 source "kernel/Kconfig.freezer" 151 source "kernel/Kconfig.preempt" 291 source "drivers/pci/Kconfig" 399 source "mm/Kconfig" 415 source "drivers/pcmcia/Kconfig" 417 source "drivers/pci/hotplug/Kconfig" 488 source "fs/Kconfig.binfmt" 494 source "kernel/power/Kconfig" 498 source "net/Kconfig" [all …]
|
/linux-4.4.14/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.4.14/arch/arm64/ |
D | Kconfig | 182 source "init/Kconfig" 184 source "kernel/Kconfig.freezer" 186 source "arch/arm64/Kconfig.platforms" 206 source "drivers/pci/Kconfig" 207 source "drivers/pci/pcie/Kconfig" 208 source "drivers/pci/hotplug/Kconfig" 506 source kernel/Kconfig.preempt 507 source kernel/Kconfig.hz 544 source "mm/Kconfig" 762 source "fs/Kconfig.binfmt" [all …]
|
/linux-4.4.14/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.4.14/drivers/media/dvb-core/ |
D | demux.h | 253 struct dmx_ts_feed *source); 294 struct dmx_section_filter *source); 328 enum dmx_frontend_source source; member
|
/linux-4.4.14/drivers/pnp/ |
D | Kconfig | 41 source "drivers/pnp/isapnp/Kconfig" 43 source "drivers/pnp/pnpbios/Kconfig" 45 source "drivers/pnp/pnpacpi/Kconfig"
|
/linux-4.4.14/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.4.14/arch/sh/drivers/ |
D | Kconfig | 1 source "arch/sh/drivers/dma/Kconfig" 2 source "arch/sh/cchips/Kconfig"
|