/linux-4.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-msm.c | 144 const struct msm_pingroup *g; in msm_pinmux_set_mux() local 179 const struct msm_pingroup *g, in msm_config_reg() 222 const struct msm_pingroup *g; in msm_config_group_get() local 285 const struct msm_pingroup *g; in msm_config_group_set() local 383 const struct msm_pingroup *g; in msm_gpio_direction_input() local 403 const struct msm_pingroup *g; in msm_gpio_direction_output() local 430 const struct msm_pingroup *g; in msm_gpio_get() local 442 const struct msm_pingroup *g; in msm_gpio_set() local 470 const struct msm_pingroup *g; in msm_gpio_dbg_show_one() local 544 const struct msm_pingroup *g, in msm_gpio_update_dual_edge_pos() [all …]
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-davinci.c | 70 struct davinci_gpio_regs __iomem *g; in irq2regs() local 86 struct davinci_gpio_regs __iomem *g = d->regs; in __davinci_direction() local 126 struct davinci_gpio_regs __iomem *g = d->regs; in davinci_gpio_get() local 138 struct davinci_gpio_regs __iomem *g = d->regs; in davinci_gpio_set() local 290 struct davinci_gpio_regs __iomem *g = irq2regs(d); in gpio_irq_disable() local 299 struct davinci_gpio_regs __iomem *g = irq2regs(d); in gpio_irq_enable() local 332 struct davinci_gpio_regs __iomem *g; in gpio_irq_handler() local 396 struct davinci_gpio_regs __iomem *g; in gpio_irq_type_unbanked() local 418 struct davinci_gpio_regs __iomem *g = gpio2regs(hw); in davinci_gpio_irq_map() local 473 struct davinci_gpio_regs __iomem *g; in davinci_gpio_irq_setup() local
|
/linux-4.4.14/kernel/power/ |
D | process.c | 29 struct task_struct *g, *p; in try_to_freeze_tasks() local 185 struct task_struct *g, *p; in thaw_processes() local 221 struct task_struct *g, *p; in thaw_kernel_threads() local
|
D | hibernate.c | 1072 static struct attribute * g[] = { variable
|
D | main.c | 602 static struct attribute * g[] = { variable
|
/linux-4.4.14/arch/x86/include/asm/ |
D | desc_defs.h | 32 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member 75 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member 84 #define gate_offset(g) ((g).offset_low | ((unsigned long)(g).offset_middle << 16) | ((unsigned long… argument 85 #define gate_segment(g) ((g).segment) argument 90 #define gate_offset(g) (((g).b & 0xffff0000) | ((g).a & 0x0000ffff)) argument 91 #define gate_segment(g) ((g).a >> 16) argument
|
D | atomic64_32.h | 26 #define __alternative_atomic64(f, g, out, in...) \ argument 32 #define __alternative_atomic64(f, g, out, in...) \ argument
|
D | desc.h | 106 #define write_idt_entry(dt, entry, g) native_write_idt_entry(dt, entry, g) argument
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.h | 16 #define SIRFSOC_GPIO_PAD_EN(g) ((g)*0x100 + 0x84) argument 17 #define SIRFSOC_GPIO_PAD_EN_CLR(g) ((g)*0x100 + 0x90) argument 18 #define SIRFSOC_GPIO_CTRL(g, i) ((g)*0x100 + (i)*4) argument 20 #define SIRFSOC_GPIO_INT_STATUS(g) ((g)*0x100 + 0x8C) argument 97 #define SIRFSOC_PMX_FUNCTION(n, g, m) \ argument
|
/linux-4.4.14/samples/bpf/ |
D | sockex3_kern.c | 122 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() 139 struct globals *g, __u32 ip_proto) in parse_ip_proto() 191 struct globals *g = this_cpu_globals(); in PROG() local 219 struct globals *g = this_cpu_globals(); in PROG() local
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg-colors.c | 1166 static void mult_matrix(double *r, double *g, double *b, const double m[3][3]) in mult_matrix() 1239 double *r, double *g, double *b) in csc() 1394 double r, g, b; in main() local
|
D | vivid-tpg-colors.h | 24 unsigned char r, g, b; member 28 int r, g, b; member
|
D | vivid-tpg.c | 465 static void rgb2ycbcr(const int m[3][3], int r, int g, int b, in rgb2ycbcr() 473 static void color_to_ycbcr(struct tpg_data *tpg, int r, int g, int b, in color_to_ycbcr() 575 int y_offset, int *r, int *g, int *b) in ycbcr2rgb() 589 int *r, int *g, int *b) in ycbcr_to_color() 704 int g = tpg_colors[col].g; in precalculate_color() local
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | job.c | 203 struct host1x_job_gather *g = &job->gathers[i]; in pin_job() local 383 static int validate(struct host1x_firewall *fw, struct host1x_job_gather *g) in validate() 466 struct host1x_job_gather *g = &job->gathers[i]; in copy_gathers() local 481 struct host1x_job_gather *g = &job->gathers[i]; in copy_gathers() local 533 struct host1x_job_gather *g = &job->gathers[i]; in host1x_job_pin() local
|
/linux-4.4.14/crypto/ |
D | gf128mul.c | 266 struct gf128mul_64k *gf128mul_init_64k_lle(const be128 *g) in gf128mul_init_64k_lle() 308 struct gf128mul_64k *gf128mul_init_64k_bbe(const be128 *g) in gf128mul_init_64k_bbe() 402 struct gf128mul_4k *gf128mul_init_4k_lle(const be128 *g) in gf128mul_init_4k_lle() 424 struct gf128mul_4k *gf128mul_init_4k_bbe(const be128 *g) in gf128mul_init_4k_bbe()
|
D | sha256_generic.c | 57 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
|
D | sha512_generic.c | 84 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-842.c | 73 #define NX842_CRYPTO_HEADER_SIZE(g) \ argument 169 struct nx842_crypto_header_group *g, in compress() 346 struct nx842_crypto_header_group *g, in decompress() 471 struct nx842_crypto_header_group g = { in nx842_crypto_decompress() local
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tegra.c | 271 const struct tegra_pingroup *g; in tegra_pinctrl_set_mux() local 303 const struct tegra_pingroup *g, in tegra_pinconf_reg() 462 const struct tegra_pingroup *g; in tegra_pinconf_group_get() local 491 const struct tegra_pingroup *g; in tegra_pinconf_group_set() local 559 const struct tegra_pingroup *g; in tegra_pinconf_group_dbg_show() local 677 const struct tegra_pingroup *g = &soc_data->groups[gn]; in tegra_pinctrl_probe() local
|
D | pinctrl-adi2.h | 48 #define ADI_PMX_FUNCTION(n, g) \ argument
|
D | pinctrl-palmas.c | 575 const struct palmas_pingroup *g; in palmas_pinctrl_get_pin_mux() local 693 const struct palmas_pingroup *g; in palmas_pinctrl_set_mux() local 754 const struct palmas_pingroup *g; in palmas_pinconf_get() local 864 const struct palmas_pingroup *g; in palmas_pinconf_set() local
|
D | pinctrl-tz1090-pdc.c | 770 const struct tz1090_pdc_pingroup *g, in tz1090_pdc_pinconf_group_reg() 817 const struct tz1090_pdc_pingroup *g = &tz1090_pdc_groups[group]; in tz1090_pdc_pinconf_group_get() local 847 const struct tz1090_pdc_pingroup *g = &tz1090_pdc_groups[group]; in tz1090_pdc_pinconf_group_set() local
|
D | pinctrl-tz1090.c | 895 unsigned int g, p; in tz1090_init_mux_pins() local 1764 const struct tz1090_pingroup *g, in tz1090_pinconf_group_reg() 1807 const struct tz1090_pingroup *g; in tz1090_pinconf_group_get() local 1850 const struct tz1090_pingroup *g; in tz1090_pinconf_group_set() local
|
/linux-4.4.14/fs/dlm/ |
D | config.c | 340 static struct config_group *make_cluster(struct config_group *g, in make_cluster() 392 static void drop_cluster(struct config_group *g, struct config_item *i) in drop_cluster() 417 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() 449 static void drop_space(struct config_group *g, struct config_item *i) in drop_space() 473 static struct config_item *make_comm(struct config_group *g, const char *name) in make_comm() 493 static void drop_comm(struct config_group *g, struct config_item *i) in drop_comm() 510 static struct config_item *make_node(struct config_group *g, const char *name) in make_node() 532 static void drop_node(struct config_group *g, struct config_item *i) in drop_node()
|
/linux-4.4.14/block/ |
D | ioprio.c | 65 struct task_struct *p, *g; in SYSCALL_DEFINE3() local 181 struct task_struct *g, *p; in SYSCALL_DEFINE2() local
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | geo.h | 112 static inline slabid_t geo_slab(geoid_t g) in geo_slab() 118 static inline slotid_t geo_slot(geoid_t g) in geo_slot() 124 static inline moduleid_t geo_module(geoid_t g) in geo_module()
|
/linux-4.4.14/drivers/ide/ |
D | ide-gd.c | 69 struct gendisk *g = idkp->disk; in ide_gd_remove() local 85 struct gendisk *g = idkp->disk; in ide_disk_release() local 357 struct gendisk *g; local
|
D | ide-cd.c | 1559 struct gendisk *g = info->disk; in ide_cd_release() local 1729 struct gendisk *g; in ide_cd_probe() local
|
D | ide-proc.c | 283 const struct ide_proc_devset *setting, *g, *d; in ide_settings_proc_show() local
|
D | ide-tape.c | 1823 struct gendisk *g = tape->disk; in ide_tape_release() local 1956 struct gendisk *g; in ide_tape_probe() local
|
/linux-4.4.14/kernel/ |
D | hung_task.c | 137 static bool rcu_lock_break(struct task_struct *g, struct task_struct *t) in rcu_lock_break() 162 struct task_struct *g, *t; in check_hung_uninterruptible_tasks() local
|
D | sys.c | 177 struct task_struct *g, *p; in SYSCALL_DEFINE3() local 247 struct task_struct *g, *p; in SYSCALL_DEFINE2() local 967 struct task_struct *g; in SYSCALL_DEFINE2() local
|
D | cpu.c | 292 struct task_struct *g, *p; in check_for_tasks() local
|
D | exit.c | 301 struct task_struct *c, *g, *p = current; in mm_update_next_owner() local
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | mux34xx.c | 17 #define _OMAP3_MUXENTRY(M0, g, m0, m1, m2, m3, m4, m5, m6, m7) \ argument 26 #define _OMAP3_MUXENTRY(M0, g, m0, m1, m2, m3, m4, m5, m6, m7) \ argument
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | flow_table.c | 39 struct mlx5_flow_table_group g; member 133 struct mlx5_flow_table_group *g = &ft->group[i].g; in mlx5_create_flow_group_cmd() local 255 struct mlx5_flow_table_group *g = &ft->group[i].g; in mlx5_find_group() local 290 struct mlx5_ftg *g = &ft->group[group_ix]; in alloc_flow_index() local
|
D | en_flow_table.c | 760 struct mlx5_flow_table_group *g; in mlx5e_create_main_flow_table() local 843 struct mlx5_flow_table_group *g; in mlx5e_create_vlan_flow_table() local
|
/linux-4.4.14/arch/alpha/kernel/ |
D | module.c | 47 struct got_entry *g; in process_reloc_for_got() local 133 struct got_entry *g, *n; in module_frob_arch_sections() local
|
/linux-4.4.14/lib/ |
D | ts_bm.c | 100 static int subpattern(u8 *pattern, int i, int j, int g) in subpattern() 120 int i, j, g; in compute_prefix_tbl() local
|
D | kstrtox.c | 324 #define kstrto_from_user(f, g, type) \ argument
|
D | bch.c | 839 struct gf_poly **g, struct gf_poly **h) in factor_polynomial() 1079 static void build_mod8_tables(struct bch_control *bch, const uint32_t *g) in build_mod8_tables() 1170 struct gf_poly *g; in compute_generator_polynomial() local
|
D | inflate.c | 338 int g; /* maximum code length */ in huft_build() local
|
/linux-4.4.14/include/linux/usb/ |
D | gadget.h | 676 usb_ep_align_maybe(struct usb_gadget *g, struct usb_ep *ep, size_t len) in usb_ep_align_maybe() 687 static inline int gadget_is_altset_supported(struct usb_gadget *g) in gadget_is_altset_supported() 696 static inline int gadget_is_stall_supported(struct usb_gadget *g) in gadget_is_stall_supported() 705 static inline int gadget_is_zlp_supported(struct usb_gadget *g) in gadget_is_zlp_supported() 714 static inline int gadget_is_dualspeed(struct usb_gadget *g) in gadget_is_dualspeed() 723 static inline int gadget_is_superspeed(struct usb_gadget *g) in gadget_is_superspeed() 735 static inline int gadget_is_otg(struct usb_gadget *g) in gadget_is_otg()
|
/linux-4.4.14/arch/tile/lib/ |
D | strchr_64.c | 22 int z, g; in strchr() local
|
D | strchr_32.c | 21 int z, g; in strchr() local
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | sha256-spe-asm.S | 106 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument 161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
|
/linux-4.4.14/drivers/md/bcache/ |
D | extents.c | 175 struct bucket *g; in btree_ptr_bad_expensive() local 506 struct bucket *g = PTR_BUCKET(b->c, k, ptr); in bch_extent_bad_expensive() local 536 struct bucket *g; in bch_extent_bad() local
|
D | request.c | 1039 struct gendisk *g = dc->disk.disk; in bch_cached_dev_request_init() local 1143 struct gendisk *g = d->disk; in bch_flash_dev_request_init() local
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha256-ssse3-asm.S | 103 g = %r10d define 138 g = f define
|
D | sha256-avx-asm.S | 111 g = %r10d define 145 g = f define
|
D | sha512-avx2-asm.S | 90 g = %r10 define 150 g = f define
|
D | sha256-avx2-asm.S | 108 g = %r10d define 149 g = f define
|
/linux-4.4.14/lib/fonts/ |
D | fonts.c | 120 const struct font_desc *f, *g; in get_default_font() local
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | power.c | 59 static struct attribute *g[] = { variable
|
/linux-4.4.14/drivers/media/i2c/ |
D | tea6420.c | 54 int g = (o >> 4) & 0xf; in tea6420_s_routing() local
|
/linux-4.4.14/mm/ |
D | vmacache.c | 18 struct task_struct *g, *p; in vmacache_flush_all() local
|
D | oom_kill.c | 303 struct task_struct *g, *p; in select_bad_process() local
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_cursor.c | 81 u32 a, r, g, b; in sti_cursor_argb8888_to_clut8() local 100 unsigned int a, r, g, b; in sti_cursor_init() local
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | gluebi.c | 302 struct gluebi_device *gluebi, *g; in gluebi_create() local 500 struct gluebi_device *gluebi, *g; in ubi_gluebi_exit() local
|
D | debug.h | 38 #define ubi_dbg_print_hex_dump(l, ps, pt, r, g, b, len, a) \ argument
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_obex.c | 263 static void obex_connect(struct gserial *g) in obex_connect() 276 static void obex_disconnect(struct gserial *g) in obex_disconnect()
|
D | u_ether.h | 111 static inline struct eth_dev *gether_setup(struct usb_gadget *g, in gether_setup()
|
D | u_ether.c | 768 struct eth_dev *gether_setup_name(struct usb_gadget *g, in gether_setup_name() 873 struct usb_gadget *g; in gether_register_netdev() local 908 void gether_set_gadget(struct net_device *net, struct usb_gadget *g) in gether_set_gadget()
|
D | f_ecm.c | 72 static inline unsigned ecm_bitrate(struct usb_gadget *g) in ecm_bitrate()
|
D | f_rndis.c | 92 static unsigned int bitrate(struct usb_gadget *g) in bitrate()
|
D | f_phonet.c | 716 void gphonet_set_gadget(struct net_device *net, struct usb_gadget *g) in gphonet_set_gadget()
|
D | f_hid.c | 970 int ghid_setup(struct usb_gadget *g, int count) in ghid_setup()
|
D | f_ncm.c | 91 static inline unsigned ncm_bitrate(struct usb_gadget *g) in ncm_bitrate()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sm712.h | 100 #define pal_rgb(r, g, b, val) (((r & 0xf800) >> 8) | \ argument 110 #define pal_rgb(r, g, b, val) val argument
|
D | pm3fb.c | 121 unsigned char r, unsigned char g, unsigned char b) in pm3fb_set_color() 135 unsigned char r, unsigned char g, unsigned char b) in pm3fb_clear_colormap()
|
D | controlfb.c | 350 __u8 r, g, b; in controlfb_setcolreg() local
|
D | i740fb.c | 864 u32 r, g, b; in i740fb_setcolreg() local
|
D | pm2fb.c | 432 unsigned char r, unsigned char g, unsigned char b) in set_color()
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 202 struct mxs_group *g = &d->soc->groups[group]; in mxs_pinctrl_set_mux() local 257 struct mxs_group *g = &d->soc->groups[group]; in mxs_pinconf_group_set() local 352 struct mxs_group *g = &d->soc->groups[idx]; in mxs_pinctrl_parse_group() local
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_bt.c | 118 struct task_struct *g, *p; in kdb_bt() local
|
D | kdb_private.h | 234 #define kdb_do_each_thread(g, p) do_each_thread(g, p) argument 235 #define kdb_while_each_thread(g, p) while_each_thread(g, p) argument
|
D | kdb_main.c | 2279 const struct task_struct *p, *g; in kdb_ps_suppressed() local 2336 struct task_struct *g, *p; in kdb_ps() local
|
/linux-4.4.14/Documentation/accounting/ |
D | getdelays.c | 68 struct genlmsghdr g; member 166 struct genlmsghdr g; in get_family_id() member
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/ |
D | mdp_format.c | 74 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument
|
/linux-4.4.14/drivers/clk/qcom/ |
D | gdsc.h | 59 static inline int gdsc_register(struct device *d, struct gdsc **g, size_t n, in gdsc_register()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | gadget.c | 1379 static int dwc3_gadget_get_frame(struct usb_gadget *g) in dwc3_gadget_get_frame() 1388 static int dwc3_gadget_wakeup(struct usb_gadget *g) in dwc3_gadget_wakeup() 1468 static int dwc3_gadget_set_selfpowered(struct usb_gadget *g, in dwc3_gadget_set_selfpowered() 1535 static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on) in dwc3_gadget_pullup() 1577 static int dwc3_gadget_start(struct usb_gadget *g, in dwc3_gadget_start() 1689 static int dwc3_gadget_stop(struct usb_gadget *g) in dwc3_gadget_stop()
|
D | gadget.h | 28 #define gadget_to_dwc(g) (container_of(g, struct dwc3, gadget)) argument
|
/linux-4.4.14/fs/ |
D | fs_struct.c | 58 struct task_struct *g, *p; in chroot_fs_refs() local
|
D | coredump.c | 311 struct task_struct *g, *p; in zap_threads() local
|
/linux-4.4.14/drivers/usb/gadget/ |
D | config.c | 168 struct usb_gadget *g = f->config->cdev->gadget; in usb_assign_descriptors() local
|
D | composite.c | 103 int config_ep_by_speed(struct usb_gadget *g, in config_ep_by_speed()
|
/linux-4.4.14/Documentation/vDSO/ |
D | parse_vdso.c | 83 unsigned long h = 0, g; in elf_hash() local
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 66 struct host1x_job_gather *g = &job->gathers[i]; in submit_gathers() local
|
D | debug_hw.c | 153 struct host1x_job_gather *g = &job->gathers[i]; in show_channel_gathers() local
|
/linux-4.4.14/include/uapi/linux/ |
D | map_to_7segment.h | 97 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
/linux-4.4.14/crypto/async_tx/ |
D | async_raid6_recov.c | 203 struct page *p, *q, *g, *dp, *dq; in __2data_recov_5() local 488 struct page *g = blocks[good]; in async_raid6_datap_recov() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_quota.h | 131 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument 134 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbled.c | 44 #define RISO_KAGAKU_IX(r,g,b) riso_kagaku_tbl[((r)?1:0)+((g)?2:0)+((b)?4:0)] argument
|
/linux-4.4.14/arch/metag/mm/ |
D | mmu-meta2.c | 84 unsigned int g; in repriv_mmu_tables() local
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_proc.c | 133 unsigned int g, c, m, max, size; in proc_read_phys_meters() local
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_wrr.c | 78 int g = 0; in ip_vs_wrr_gcd_weight() local
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | zero.c | 159 struct usb_gadget *g = cdev->gadget; in zero_autoresume() local
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
D | irqflags.h | 36 #define trace_lock_acquire(a, b, c, d, e, f, g) argument
|
/linux-4.4.14/include/linux/platform_data/ |
D | leds-lp55xx.h | 33 const u8 *g; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | goku_udc.c | 993 static struct usb_ep *goku_match_ep(struct usb_gadget *g, in goku_match_ep() 1382 static int goku_udc_start(struct usb_gadget *g, in goku_udc_start() 1415 static int goku_udc_stop(struct usb_gadget *g) in goku_udc_stop()
|
D | s3c2410_udc.h | 98 #define to_s3c2410(g) (container_of((g), struct s3c2410_udc, gadget)) argument
|
D | fotg210-udc.c | 1006 static int fotg210_udc_start(struct usb_gadget *g, in fotg210_udc_start() 1046 static int fotg210_udc_stop(struct usb_gadget *g) in fotg210_udc_stop()
|
D | mv_u3d_core.c | 1238 static int mv_u3d_start(struct usb_gadget *g, in mv_u3d_start() 1269 static int mv_u3d_stop(struct usb_gadget *g) in mv_u3d_stop()
|
D | pxa25x_udc.c | 1255 static int pxa25x_udc_start(struct usb_gadget *g, in pxa25x_udc_start() 1336 static int pxa25x_udc_stop(struct usb_gadget*g) in pxa25x_udc_stop()
|
D | fusb300_udc.c | 1311 static int fusb300_udc_start(struct usb_gadget *g, in fusb300_udc_start() 1323 static int fusb300_udc_stop(struct usb_gadget *g) in fusb300_udc_stop()
|
D | s3c2410_udc.c | 1648 static int s3c2410_udc_start(struct usb_gadget *g, in s3c2410_udc_start() 1664 static int s3c2410_udc_stop(struct usb_gadget *g) in s3c2410_udc_stop()
|
D | udc-core.c | 140 struct usb_ep *gadget_find_ep_by_name(struct usb_gadget *g, const char *name) in gadget_find_ep_by_name()
|
D | m66592-udc.c | 1466 static int m66592_udc_start(struct usb_gadget *g, in m66592_udc_start() 1488 static int m66592_udc_stop(struct usb_gadget *g) in m66592_udc_stop()
|
D | amd5536udc.c | 1994 static int amd5536_udc_start(struct usb_gadget *g, in amd5536_udc_start() 2040 static int amd5536_udc_stop(struct usb_gadget *g) in amd5536_udc_stop()
|
D | pxa25x_udc.h | 129 #define to_pxa25x(g) (container_of((g), struct pxa25x_udc, gadget)) argument
|
D | at91_udc.h | 153 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc()
|
D | omap_udc.c | 2045 static int omap_udc_start(struct usb_gadget *g, in omap_udc_start() 2105 static int omap_udc_stop(struct usb_gadget *g) in omap_udc_stop()
|
D | fsl_udc_core.c | 1938 static int fsl_udc_start(struct usb_gadget *g, in fsl_udc_start() 1981 static int fsl_udc_stop(struct usb_gadget *g) in fsl_udc_stop()
|
D | pxa27x_udc.c | 1793 static int pxa27x_udc_start(struct usb_gadget *g, in pxa27x_udc_start() 1847 static int pxa27x_udc_stop(struct usb_gadget *g) in pxa27x_udc_stop()
|
D | fotg210.h | 253 #define gadget_to_fotg210(g) container_of((g), struct fotg210_udc, gadget) argument
|
D | dummy_hcd.c | 963 static int dummy_udc_start(struct usb_gadget *g, in dummy_udc_start() 983 static int dummy_udc_stop(struct usb_gadget *g) in dummy_udc_stop()
|
D | pch_udc.c | 379 #define to_pch_udc(g) (container_of((g), struct pch_udc_dev, gadget)) argument 3003 static int pch_udc_start(struct usb_gadget *g, in pch_udc_start() 3022 static int pch_udc_stop(struct usb_gadget *g) in pch_udc_stop()
|
/linux-4.4.14/arch/x86/purgatory/ |
D | sha256.c | 50 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
|
/linux-4.4.14/drivers/usb/musb/ |
D | ux500.c | 45 #define glue_to_musb(g) platform_get_drvdata(g->musb) argument
|
D | musb_gadget.c | 1685 static struct usb_ep *musb_match_ep(struct usb_gadget *g, in musb_match_ep() 1884 static int musb_gadget_start(struct usb_gadget *g, in musb_gadget_start() 1933 static int musb_gadget_stop(struct usb_gadget *g) in musb_gadget_stop()
|
D | blackfin.c | 34 #define glue_to_musb(g) platform_get_drvdata(g->musb) argument
|
D | omap2430.c | 53 #define glue_to_musb(g) platform_get_drvdata(g->musb) argument
|
D | musb_core.h | 422 struct usb_gadget g; /* the gadget */ member 450 static inline struct musb *gadget_to_musb(struct usb_gadget *g) in gadget_to_musb()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | mmu-hash32.h | 75 unsigned long g:1; /* Guarded */ member
|
/linux-4.4.14/drivers/pinctrl/intel/ |
D | pinctrl-intel.h | 88 #define FUNCTION(n, g) \ argument
|
/linux-4.4.14/drivers/block/ |
D | swim.c | 574 struct floppy_struct **g) in get_floppy_geometry() 596 struct floppy_struct *g; in setup_medium() local 727 struct floppy_struct *g; in floppy_getgeo() local
|
D | floppy.c | 3230 static int set_geometry(unsigned int cmd, struct floppy_struct *g, in set_geometry() 3347 static int get_floppy_geometry(int drive, int type, struct floppy_struct **g) in get_floppy_geometry() 3368 struct floppy_struct *g; in fd_getgeo() local 3390 struct floppy_struct g; /* geometry */ in fd_locked_ioctl() member
|
D | sunvdc.c | 750 struct gendisk *g; in probe_disk() local
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 183 struct octnic_gather *g; member 795 struct octnic_gather *g; in delete_glist() local 816 struct octnic_gather *g; in setup_glist() local 1382 struct octnic_gather *g; in free_netsgbuf() local 1428 struct octnic_gather *g; in free_netsgbuf_with_resp() local 2817 struct octnic_gather *g; in liquidio_xmit() local
|
/linux-4.4.14/include/crypto/ |
D | public_key.h | 75 MPI g; /* DSA group generator */ member
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | thuge-gen.c | 60 glob_t g; in find_pagesizes() local
|
/linux-4.4.14/fs/ext4/ |
D | ialloc.c | 397 static void get_orlov_stats(struct super_block *sb, ext4_group_t g, in get_orlov_stats() 456 ext4_group_t i, grp, g, ngroups; in find_group_orlov() local
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grutables.h | 485 #define get_tfm_for_cpu(g, c) \ argument 487 #define get_tfh_by_index(g, i) \ argument 489 #define get_tgh_by_index(g, i) \ argument 491 #define get_cbe_by_index(g, i) \ argument
|
D | grumain.c | 759 #define next_gru(b, g) (((g) < &(b)->bs_grus[GRU_CHIPLETS_PER_BLADE - 1]) ? \ argument
|
/linux-4.4.14/net/irda/ |
D | irqueue.c | 216 __u32 g; in hash() local
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | mmu.h | 36 unsigned long g:1; /* Guarded */ member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 68 uint16_t g[256]; member
|
/linux-4.4.14/drivers/devfreq/ |
D | devfreq.c | 656 struct devfreq_governor *g; in devfreq_add_governor() local 721 struct devfreq_governor *g; in devfreq_remove_governor() local
|
/linux-4.4.14/include/linux/ |
D | mroute6.h | 105 #define MFC6_HASH(a, g) (((__force u32)(a)->s6_addr32[0] ^ \ argument
|
D | lockdep.h | 392 # define lockdep_set_current_reclaim_state(g) do { } while (0) argument 394 # define lockdep_trace_alloc(g) do { } while (0) argument
|
/linux-4.4.14/drivers/sh/intc/ |
D | handle.c | 21 struct intc_group *g = desc->hw.groups; in intc_grp_id() local
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | psw.h | 86 unsigned int g:1; member
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fb_agm1264k-fl.c | 286 u16 g = (pixel & (0x3f << 5)) >> 5; in write_vmem() local
|
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | page.h | 253 #define gfn_to_virt(g) (__va(gfn_to_pfn(g) << PAGE_SHIFT)) argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 771 struct rgb { uint8_t r, g, b; } __attribute__((packed)) *rgbs; in nv_crtc_gamma_load() member 795 nv_crtc_gamma_set(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, uint32_t start, in nv_crtc_gamma_set()
|
D | dac.c | 247 #define RGB_TEST_DATA(r, g, b) (r << 0 | g << 10 | b << 20) in nv17_dac_sample_load() argument
|
D | tvnv17.c | 56 #define RGB_TEST_DATA(r, g, b) (r << 0 | g << 10 | b << 20) in nv42_tv_sample_load() argument
|
/linux-4.4.14/drivers/dma/ |
D | iop-adma.c | 624 struct iop_adma_desc_slot *sw_desc, *g; in iop_adma_prep_dma_pq() local 689 struct iop_adma_desc_slot *sw_desc, *g; in iop_adma_prep_dma_pq_val() local
|
/linux-4.4.14/drivers/acpi/apei/ |
D | ghes.c | 335 struct acpi_hest_generic *g = ghes->generic; in ghes_read_estatus() local 665 struct acpi_hest_generic *g = ghes->generic; in ghes_add_timer() local
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_maven.c | 488 const struct maven_gamma* g; in maven_init_TVdata() local 1102 const struct maven_gamma* g; in maven_set_control() local
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
D | pinctrl-sunxi.c | 289 struct sunxi_pinctrl_group *g = &pctl->groups[group]; in sunxi_pconf_group_set() local 402 struct sunxi_pinctrl_group *g = pctl->groups + group; in sunxi_pmx_set_mux() local
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 320 void armada_drm_crtc_gamma_set(struct drm_crtc *crtc, u16 r, u16 g, u16 b, in armada_drm_crtc_gamma_set() 325 void armada_drm_crtc_gamma_get(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, in armada_drm_crtc_gamma_get()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 964 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor() 1107 u8 r, g = 0, b = 0, blend = 0; in av7110_osd_cmd() local
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | sn9c2028.c | 264 static void set_gain(struct gspca_dev *gspca_dev, s32 g) in set_gain()
|
D | etoms.c | 642 __u8 r, g, b; in do_autogain() local
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.c | 263 static int hdcs_set_gains(struct sd *sd, u8 g) in hdcs_set_gains()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stb6100.c | 342 u8 g, psd2, odiv; in stb6100_set_frequency() local
|
/linux-4.4.14/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier.h | 166 #define UNIPHIER_PINCTRL_PIN(a, b, c, d, e, f, g) \ argument
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_regs.h | 292 #define DOOR_RGB(r, g, b) (((r) << 18) | ((g) << 10) | ((b) << 2)) argument 294 #define CDER_RGB(r, g, b) (((r) << 18) | ((g) << 10) | ((b) << 2)) argument 296 #define BPOR_RGB(r, g, b) (((r) << 18) | ((g) << 10) | ((b) << 2)) argument
|
/linux-4.4.14/fs/gfs2/ |
D | dir.c | 470 struct dirent_gather *g = opaque; in gfs2_dirent_gather() local 1309 struct dirent_gather g; in gfs2_dir_read_leaf() local 1485 struct dirent_gather g; in gfs2_dir_read() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | tboot.c | 256 #define TB_COPY_GAS(tbg, g) \ in tboot_copy_fadt() argument
|
/linux-4.4.14/kernel/rcu/ |
D | update.c | 648 struct task_struct *g, *t; in rcu_tasks_kthread() local
|
/linux-4.4.14/kernel/sched/ |
D | debug.c | 147 struct task_struct *g, *p; in print_rq() local
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.h | 96 #define PMX_FUNC(n, g) \ argument
|
D | pinctrl-s3c64xx.c | 49 #define EINT_REG(g) (4 * ((g) / 2)) argument
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_common.h | 216 struct b43_phy_g *g; member
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 83 #define __usbhsg_for_each_uep(start, pos, g, i) \ argument 94 #define usbhsg_gadget_to_gpriv(g)\ argument
|
/linux-4.4.14/kernel/debug/ |
D | gdbstub.c | 699 struct task_struct *g; in gdb_cmd_query() local
|
/linux-4.4.14/fs/proc/ |
D | array.c | 147 int g; in task_state() local
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 384 struct mtk_pinctrl_group *g = &pctl->groups[group]; in mtk_pconf_group_set() local 702 struct mtk_pinctrl_group *g = pctl->groups + group; in mtk_pmx_set_mux() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | unwind.c | 1160 #define UNW_DEC_BR_GR(fmt,b,g,arg) desc_br_gr(b,g,arg) argument 1162 #define UNW_DEC_FRGR_MEM(fmt,g,f,arg) desc_frgr_mem(g,f,arg) argument 1164 #define UNW_DEC_GR_GR(fmt,m,g,arg) desc_gr_gr(m,g,arg) argument
|
D | perfmon.c | 74 #define PFM_CTXQ_EMPTY(g) ((g)->ctx_msgq_head == (g)->ctx_msgq_tail) argument 213 #define LOCK_PFS(g) spin_lock_irqsave(&pfm_sessions.pfs_lock, g) argument 214 #define UNLOCK_PFS(g) spin_unlock_irqrestore(&pfm_sessions.pfs_lock, g) argument 4140 struct task_struct *g, *t; in pfm_check_task_exist() local
|
/linux-4.4.14/drivers/leds/ |
D | leds-bd2802.c | 67 unsigned g:2; member
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | panel-tpo-td043mtea1.c | 253 unsigned int g[12]; in tpo_td043_gamma_store() local
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_cqm.c | 646 struct perf_event *group, *g; in intel_cqm_sched_out_conflicting_events() local
|
/linux-4.4.14/drivers/clk/ |
D | clk-cdce925.c | 93 unsigned long g; in cdce925_pll_find_rate() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | wmi.c | 430 static void wmi_dump_wdg(const struct guid_block *g) in wmi_dump_wdg()
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 74 int g = (color >> 8) & 0xff; in draw_pixel() local 134 unsigned r = 0, g = 0, b = 0; in fill_fb() local
|
/linux-4.4.14/drivers/crypto/caam/ |
D | pdb.h | 380 u8 *g; /* or Gx,y */ member 393 u8 *g; /* or Gx,y */ member
|
/linux-4.4.14/drivers/vfio/ |
D | vfio_iommu_type1.c | 741 struct vfio_group *group, *g; in vfio_iommu_type1_attach_group() local
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 732 u8 r, g, b; in nvidiafb_setcolreg() local
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 290 int entrynum, const gate_desc *g) in lguest_write_idt_entry()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | hw.c | 490 static void write_dac_reg(u8 index, u8 r, u8 g, u8 b) in write_dac_reg()
|
D | viafbdev.c | 314 u32 r, g, b; in viafb_setcolreg() local
|
/linux-4.4.14/net/sunrpc/ |
D | svcauth_unix.c | 454 struct unix_gid *g = kmalloc(sizeof(*g), GFP_KERNEL); in unix_gid_alloc() local
|
/linux-4.4.14/drivers/char/ |
D | hpet.c | 461 unsigned long g, v, t, m; in hpet_ioctl_ieon() local
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | p80211types.h | 171 #define P80211DID_MKID(s, g, i, n, t, a) (P80211DID_MKSECTION(s) | \ argument
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hal.c | 91 static struct lld_global_vars_t g = { false }; variable
|
/linux-4.4.14/drivers/input/misc/ |
D | yealink.c | 76 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 1995 int g = peer->generation; in __fwserial_peer_by_node_id() local 2016 int g = peer->generation; in __dump_peer_list() local
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_mad.c | 137 __be64 g = to_idev(ibdev)->dd->ipath_guid; in recv_subn_get_guidinfo() local
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 178 u8 g; in handle_responder() local
|
/linux-4.4.14/drivers/gpu/drm/r128/ |
D | r128_state.c | 275 int x, int y, int w, int h, int r, int g, int b) in r128_clear_box()
|
/linux-4.4.14/net/bridge/ |
D | br_fdb.c | 352 struct hlist_node *h, *g; in br_fdb_delete_by_port() local
|
/linux-4.4.14/include/linux/iio/ |
D | iio.h | 665 #define IIO_G_TO_M_S_2(g) ((g) * 980665ULL / 100000ULL) argument
|
/linux-4.4.14/fs/ceph/ |
D | addr.c | 176 static int ceph_releasepage(struct page *page, gfp_t g) in ceph_releasepage()
|
/linux-4.4.14/fs/nfsd/ |
D | export.c | 1118 static bool secinfo_flags_equal(int f, int g) in secinfo_flags_equal()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_main.c | 1376 struct atto_vda_grp_info *g; in esas2r_nuxi_mgt_data() local
|
/linux-4.4.14/drivers/xen/ |
D | grant-table.c | 507 grant_ref_t g = *private_head; in gnttab_claim_grant_reference() local
|
/linux-4.4.14/fs/logfs/ |
D | segment.c | 894 static int map_releasepage(struct page *page, gfp_t g) in map_releasepage()
|