/linux-6.6.21/drivers/staging/greybus/ |
D | Makefile | 6 gb-bootrom-y := bootrom.o 7 gb-camera-y := camera.o 8 gb-firmware-y := fw-core.o fw-download.o fw-management.o authentication.o 9 gb-spilib-y := spilib.o 10 gb-hid-y := hid.o 11 gb-light-y := light.o 12 gb-log-y := log.o 13 gb-loopback-y := loopback.o 14 gb-power-supply-y := power_supply.o 15 gb-raw-y := raw.o [all …]
|
D | loopback.c | 53 struct gb_loopback *gb; member 126 struct gb_loopback *gb = dev_get_drvdata(dev); \ 127 return sprintf(buf, "%u\n", gb->field); \ 136 struct gb_loopback *gb = dev_get_drvdata(dev); \ 138 if (!gb->requests_completed) \ 140 return sprintf(buf, "%" #type "\n", gb->name.field); \ 150 struct gb_loopback *gb; \ 153 gb = dev_get_drvdata(dev); \ 154 stats = &gb->name; \ 174 struct gb_loopback *gb = dev_get_drvdata(dev); \ [all …]
|
D | Kconfig | 12 will be called gb-audio.ko 23 will be called gb-audio-codec.ko 33 will be called gb-bootrom.ko 43 will be called gb-camera.ko 53 will be called gb-firmware.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 101 will be called gb-power-supply.ko [all …]
|
D | audio_topology.c | 139 static const char **gb_generate_enum_strings(struct gbaudio_module_info *gb, in gb_generate_enum_strings() argument 148 strings = devm_kcalloc(gb->dev, items, sizeof(char *), GFP_KERNEL); in gb_generate_enum_strings() 224 struct gbaudio_codec_info *gb = snd_soc_component_get_drvdata(comp); in gbcodec_mixer_ctl_get() local 228 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_ctl_get() 286 struct gbaudio_codec_info *gb = snd_soc_component_get_drvdata(comp); in gbcodec_mixer_ctl_put() local 290 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_ctl_put() 390 struct gbaudio_codec_info *gb = dev_get_drvdata(codec_dev); in gbcodec_mixer_dapm_ctl_get() local 394 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_dapm_ctl_get() 439 struct gbaudio_codec_info *gb = dev_get_drvdata(codec_dev); in gbcodec_mixer_dapm_ctl_put() local 443 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_dapm_ctl_put() [all …]
|
/linux-6.6.21/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/ |
D | ia_css_dp.host.c | 55 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()
|
D | ia_css_dp_types.h | 46 u32 gb; /* unsigned <integer_bits>.<16-integer_bits> */ member
|
/linux-6.6.21/drivers/staging/greybus/Documentation/firmware/ |
D | firmware-management | 51 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 195 gb-authenticate-N and user first needs to identify the character device used for 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 [all …]
|
/linux-6.6.21/drivers/greybus/ |
D | Makefile | 22 gb-es2-y := es2.o 24 obj-$(CONFIG_GREYBUS_ES2) += gb-es2.o
|
/linux-6.6.21/arch/mips/boot/dts/ralink/ |
D | Makefile | 10 mt7621-gnubee-gb-pc1.dtb \ 11 mt7621-gnubee-gb-pc2.dtb \
|
/linux-6.6.21/kernel/ |
D | cred.c | 542 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()
|
/linux-6.6.21/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/ |
D | ia_css_wb.host.c | 52 uDIGIT_FITTING(from->gb, 16 - from->integer_bits, in ia_css_wb_encode() 85 config->b, config->gb); in ia_css_wb_debug_dtrace()
|
D | ia_css_wb_types.h | 42 u32 gb; /** Significand of Gb gain. member
|
/linux-6.6.21/Documentation/devicetree/bindings/mips/ |
D | ralink.yaml | 81 - gnubee,gb-pc1 82 - gnubee,gb-pc2
|
/linux-6.6.21/net/nfc/ |
D | digital_dep.c | 71 u8 gb[]; member 83 u8 gb[]; member 448 rc = nfc_set_remote_general_bytes(ddev->nfc_dev, atr_res->gb, gb_len); in digital_in_recv_atr_res() 472 struct nfc_target *target, __u8 comm_mode, __u8 *gb, in digital_in_send_atr_req() argument 514 skb_put_data(skb, gb, gb_len); in digital_in_send_atr_req() 1494 u8 *gb, payload_bits; in digital_tg_send_atr_res() local 1498 gb = nfc_get_local_general_bytes(ddev->nfc_dev, &gb_len); in digital_tg_send_atr_res() 1499 if (!gb) in digital_tg_send_atr_res() 1524 memcpy(atr_res->gb, gb, gb_len); in digital_tg_send_atr_res() 1621 NFC_COMM_PASSIVE, atr_req->gb, gb_len); in digital_tg_recv_atr_req()
|
D | core.c | 283 u8 *gb; in nfc_dep_link_up() local 304 gb = nfc_llcp_general_bytes(dev, &gb_len); in nfc_dep_link_up() 316 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len); in nfc_dep_link_up() 639 int nfc_set_remote_general_bytes(struct nfc_dev *dev, const u8 *gb, u8 gb_len) in nfc_set_remote_general_bytes() argument 643 return nfc_llcp_set_remote_gb(dev, gb, gb_len); in nfc_set_remote_general_bytes() 668 const u8 *gb, size_t gb_len) in nfc_tm_activated() argument 676 if (gb != NULL) { in nfc_tm_activated() 677 rc = nfc_set_remote_general_bytes(dev, gb, gb_len); in nfc_tm_activated()
|
/linux-6.6.21/drivers/nfc/microread/ |
D | microread.c | 254 hdev->gb = nfc_get_local_general_bytes(hdev->ndev, in microread_start_poll() 256 if (hdev->gb == NULL || hdev->gb_len == 0) { in microread_start_poll() 276 hdev->gb, hdev->gb_len); in microread_start_poll() 284 hdev->gb, hdev->gb_len); in microread_start_poll() 302 u8 *gb, size_t gb_len) in microread_dep_link_up() argument
|
/linux-6.6.21/drivers/nfc/pn544/ |
D | pn544.c | 380 hdev->gb = nfc_get_local_general_bytes(hdev->ndev, in pn544_hci_start_poll() 382 pr_debug("generate local bytes %p\n", hdev->gb); in pn544_hci_start_poll() 383 if (hdev->gb == NULL || hdev->gb_len == 0) { in pn544_hci_start_poll() 404 PN544_DEP_ATR_REQ, hdev->gb, hdev->gb_len); in pn544_hci_start_poll() 424 PN544_DEP_ATR_RES, hdev->gb, hdev->gb_len); in pn544_hci_start_poll() 445 u8 *gb, size_t gb_len) in pn544_hci_dep_link_up() argument
|
/linux-6.6.21/include/uapi/linux/ |
D | am437x-vpfe.h | 99 char gb; member
|
/linux-6.6.21/drivers/edac/ |
D | sb_edac.c | 1772 u32 gb, mb; in get_memory_layout() local 1782 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1784 gb, (mb*1000)/1024, (u64)pvt->tolm); in get_memory_layout() 1790 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1792 gb, (mb*1000)/1024, (u64)pvt->tohm); in get_memory_layout() 1814 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1818 gb, (mb*1000)/1024, in get_memory_layout() 1851 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1853 n_tads, gb, (mb*1000)/1024, in get_memory_layout() 1876 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() [all …]
|
/linux-6.6.21/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
D | ia_css_frame_comm.h | 60 struct ia_css_frame_sp_plane gb; member
|
/linux-6.6.21/include/net/nfc/ |
D | hci.h | 30 u8 comm_mode, u8 *gb, size_t gb_len); 147 u8 *gb; member
|
D | nfc.h | 55 u8 comm_mode, u8 *gb, size_t gb_len); 283 const u8 *gb, size_t gb_len);
|
/linux-6.6.21/drivers/nfc/pn533/ |
D | pn533.c | 1020 u8 *gbytes = dev->gb; in pn533_alloc_poll_tg_frame() 1197 u8 mode, *cmd, comm_mode = NFC_COMM_PASSIVE, *gb; in pn533_init_target_complete() local 1217 gb = cmd + ATR_REQ_GB_OFFSET; in pn533_init_target_complete() 1221 comm_mode, gb, gb_len); in pn533_init_target_complete() 1349 if (!dev->gb) { in pn533_poll_dep() 1350 dev->gb = nfc_get_local_general_bytes(nfc_dev, &dev->gb_len); in pn533_poll_dep() 1352 if (!dev->gb || !dev->gb_len) { in pn533_poll_dep() 1385 skb_put_data(skb, dev->gb, dev->gb_len); in pn533_poll_dep() 1654 dev->gb = nfc_get_local_general_bytes(nfc_dev, &dev->gb_len); in pn533_start_poll() 1655 if (dev->gb == NULL) in pn533_start_poll() [all …]
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | manager-sysfs.c | 369 info.cpr_coefs.gb, in manager_cpr_coef_show() 388 &coefs.gr, &coefs.gg, &coefs.gb, in manager_cpr_coef_store() 393 coefs.gr, coefs.gg, coefs.gb, in manager_cpr_coef_store()
|
/linux-6.6.21/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 639 __u16 gb; member 658 __u8 gb; member 705 __u8 gb; member 1221 __u16 gb; member 2320 __u16 gb; member 2691 __u16 gb; member
|