Home
last modified time | relevance | path

Searched refs:gb (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/linux/drivers/staging/greybus/
H A DMakefile10 gb-hid-y := hid.o
12 gb-log-y := log.o
15 gb-raw-y := raw.o
20 obj-$(CONFIG_GREYBUS_FIRMWARE) += gb-firmware.o gb-spilib.o
32 gb-audio-gb-y := audio_gb.o
45 obj-$(CONFIG_GREYBUS_AUDIO) += gb-audio-gb.o
53 gb-i2c-y := i2c.o
54 gb-pwm-y := pwm.o
56 gb-spi-y := spi.o
58 gb-usb-y := usb.o
[all …]
H A Dloopback.c255 gb->jiffy_timeout = usecs_to_jiffies(gb->timeout); in gb_loopback_check_attr()
432 gb = op_async->gb; in gb_loopback_async_operation_callback()
489 op_async->gb = gb; in gb_loopback_async_operation()
600 gb = op_async->gb; in gb_loopback_async_transfer_complete()
816 if (gb->iteration_count != gb->iteration_max) { in gb_loopback_calculate_stats()
825 if (!(gb->async && gb->outstanding_operations_max)) in gb_loopback_async_wait_to_send()
851 wait_event_interruptible(gb->wq, gb->type || in gb_loopback_fn()
869 if (gb->send_count == gb->iteration_max) { in gb_loopback_fn()
877 if (gb->iteration_count == gb->iteration_max) { in gb_loopback_fn()
991 gb = kzalloc(sizeof(*gb), GFP_KERNEL); in gb_loopback_probe()
[all …]
H A DKconfig12 will be called gb-audio.ko
43 will be called gb-camera.ko
63 will be called gb-hid.ko
73 will be called gb-light.ko
82 will be called gb-log.ko
91 will be called gb-log.ko
110 will be called gb-raw.ko
130 will be called gb-phy.ko
153 will be called gb-i2c.ko
163 will be called gb-pwm.ko
[all …]
H A Daudio_topology.c228 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_ctl_get()
290 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_ctl_put()
394 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_dapm_ctl_get()
443 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_dapm_ctl_put()
559 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_enum_ctl_get()
604 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_enum_ctl_put()
659 gbe->texts = gb_generate_enum_strings(gb, gb_enum); in gbaudio_tplg_create_enum_kctl()
689 ctldata = devm_kzalloc(gb->dev, in gbaudio_tplg_create_kcontrol()
726 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_enum_dapm_ctl_get()
777 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_enum_dapm_ctl_put()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/
H A Dia_css_dp.host.c55 int gb = from->gb; in ia_css_dp_encode() local
68 uDIGIT_FITTING(gain * gb / r, 8, SH_CSS_DP_GAIN_SHIFT); in ia_css_dp_encode()
70 uDIGIT_FITTING(gain * gb / b, 8, SH_CSS_DP_GAIN_SHIFT); in ia_css_dp_encode()
78 uDIGIT_FITTING(gain * b / gb, 8, SH_CSS_DP_GAIN_SHIFT); in ia_css_dp_encode()
80 uDIGIT_FITTING(gain * r / gb, 8, SH_CSS_DP_GAIN_SHIFT); in ia_css_dp_encode()
H A Dia_css_dp_types.h46 u32 gb; /* unsigned <integer_bits>.<16-integer_bits> */ member
/openbmc/u-boot/disk/
H A Dpart_mac.c73 ldiv_t mb, gb; in part_print_mac() local
91 gb = ldiv(10 * mb.quot + mb.rem, 10240); in part_print_mac()
92 gb.rem += 512; in part_print_mac()
93 gb.rem /= 1024; in part_print_mac()
103 mb.quot, mb.rem, gb.quot, gb.rem, in part_print_mac()
/openbmc/linux/drivers/greybus/
H A DMakefile22 gb-es2-y := es2.o
24 obj-$(CONFIG_GREYBUS_ES2) += gb-es2.o
/openbmc/linux/arch/mips/boot/dts/ralink/
H A DMakefile10 mt7621-gnubee-gb-pc1.dtb \
11 mt7621-gnubee-gb-pc2.dtb \
/openbmc/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware-management51 and will be named gb-fw-mgmt-<N>. The number <N> is assigned at runtime.
56 There can be multiple devices present in /dev/ directory with name gb-fw-mgmt-N
66 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_fw_mgmt/gb-fw-mgmt-0
68 The last name in this path: gb-fw-mgmt-0 is precisely the name of the char
71 /dev/gb-fw-mgmt-0.
76 The Character device (gb-fw-mgmt-0 in example) can be opened by the userspace
188 directory and will be named gb-authenticate-<N>. The number <N> is assigned at
204 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_authenticate/gb-authenticate-0
206 The last name in this path: gb-authenticate-0 is precisely the name of the char
209 /dev/gb-authenticate-0.
[all …]
/openbmc/linux/kernel/
H A Dcred.c542 struct group_info *ga, *gb; in cred_fscmp() local
558 gb = b->group_info; in cred_fscmp()
559 if (ga == gb) in cred_fscmp()
563 if (gb == NULL) in cred_fscmp()
565 if (ga->ngroups < gb->ngroups) in cred_fscmp()
567 if (ga->ngroups > gb->ngroups) in cred_fscmp()
571 if (gid_lt(ga->gid[g], gb->gid[g])) in cred_fscmp()
573 if (gid_gt(ga->gid[g], gb->gid[g])) in cred_fscmp()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/
H A Dia_css_wb.host.c52 uDIGIT_FITTING(from->gb, 16 - from->integer_bits, in ia_css_wb_encode()
85 config->b, config->gb); in ia_css_wb_debug_dtrace()
H A Dia_css_wb_types.h42 u32 gb; /** Significand of Gb gain. member
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c133 ushort a, b, ga, gb; in set_i2c_bus_speed() local
152 for (gb = 0; gb < 8; gb++) { in set_i2c_bus_speed()
153 b = 16 << gb; in set_i2c_bus_speed()
159 bin_gb = gb << 2; in set_i2c_bus_speed()
166 debug("ga: 0x%x, gb: 0x%x, ", ga, gb); in set_i2c_bus_speed()
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build8 'en-gb': '-l gb',
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc7 DEFAULT_IMAGE_LINGUAS = "en-us en-gb"
8 DEFAULT_IMAGE_LINGUAS:libc-glibc = "c en-us en-gb"
/openbmc/linux/Documentation/devicetree/bindings/mips/
H A Dralink.yaml81 - gnubee,gb-pc1
82 - gnubee,gb-pc2
/openbmc/u-boot/tools/binman/test/
H A D030_x86-rom-me-no-desc.dts9 end-at-4gb;
H A D028_pack_4gb_outside.dts9 end-at-4gb;
H A D027_pack_4gb_no_size.dts9 end-at-4gb;
H A D029_x86-rom.dts9 end-at-4gb;
H A D094_fmap_x86.dts9 end-at-4gb;
H A D095_fmap_x86_section.dts9 end-at-4gb;
H A D031_x86-rom-me.dts9 end-at-4gb;
/openbmc/qemu/tests/tcg/riscv64/
H A Dsemihost.ld5 /* virt machine, RAM starts at 2gb */

12345