/drivers/usb/phy/ |
D | phy-ab8500-usb.c | 239 static void ab8500_usb_wd_workaround(struct ab8500_usb *ab) in ab8500_usb_wd_workaround() argument 241 abx500_set_register_interruptible(ab->dev, in ab8500_usb_wd_workaround() 248 abx500_set_register_interruptible(ab->dev, in ab8500_usb_wd_workaround() 256 abx500_set_register_interruptible(ab->dev, in ab8500_usb_wd_workaround() 262 static void ab8500_usb_regulator_enable(struct ab8500_usb *ab) in ab8500_usb_regulator_enable() argument 266 ret = regulator_enable(ab->v_ape); in ab8500_usb_regulator_enable() 268 dev_err(ab->dev, "Failed to enable v-ape\n"); in ab8500_usb_regulator_enable() 270 if (ab->flags & AB8500_USB_FLAG_REGULATOR_SET_VOLTAGE) { in ab8500_usb_regulator_enable() 271 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable() 272 if (ab->saved_v_ulpi < 0) in ab8500_usb_regulator_enable() [all …]
|
/drivers/md/persistent-data/ |
D | dm-array.c | 96 static void *element_at(struct dm_array_info *info, struct array_block *ab, in element_at() argument 99 unsigned char *entry = (unsigned char *) (ab + 1); in element_at() 110 static void on_entries(struct dm_array_info *info, struct array_block *ab, in on_entries() argument 113 unsigned i, nr_entries = le32_to_cpu(ab->nr_entries); in on_entries() 116 fn(info->value_type.context, element_at(info, ab, i)); in on_entries() 122 static void inc_ablock_entries(struct dm_array_info *info, struct array_block *ab) in inc_ablock_entries() argument 127 on_entries(info, ab, vt->inc); in inc_ablock_entries() 133 static void dec_ablock_entries(struct dm_array_info *info, struct array_block *ab) in dec_ablock_entries() argument 138 on_entries(info, ab, vt->dec); in dec_ablock_entries() 154 struct dm_block **block, struct array_block **ab) in alloc_ablock() argument [all …]
|
D | dm-array.h | 200 struct array_block *ab; member
|
/drivers/tty/ |
D | tty_audit.c | 65 struct audit_buffer *ab; in tty_audit_log() local 72 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_TTY); in tty_audit_log() 73 if (ab) { in tty_audit_log() 76 audit_log_format(ab, "%s pid=%u uid=%u auid=%u ses=%u major=%d" in tty_audit_log() 80 audit_log_untrustedstring(ab, name); in tty_audit_log() 81 audit_log_format(ab, " data="); in tty_audit_log() 82 audit_log_n_hex(ab, data, size); in tty_audit_log() 83 audit_log_end(ab); in tty_audit_log()
|
/drivers/staging/vt6656/ |
D | rxtx.h | 99 struct vnt_phy_field ab; member 142 struct vnt_phy_field ab; member 215 struct vnt_rrv_time_ab ab; member 239 struct vnt_phy_field ab; member
|
D | rxtx.c | 379 tx_context->pkt_type, &buf->ab); in vnt_rxtx_datahead_ab() 491 tx_context->pkt_type, &buf->ab); in vnt_rxtx_rts_ab_head() 657 struct vnt_rrv_time_ab *buf = &tx_head->tx_ab.ab; in vnt_rxtx_ab() 1035 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit() 1048 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
|
/drivers/block/ |
D | sx8.c | 688 struct carm_msg_allocbuf *ab = mem; in carm_fill_alloc_buf() local 690 memset(ab, 0, sizeof(*ab)); in carm_fill_alloc_buf() 691 ab->type = CARM_MSG_MISC; in carm_fill_alloc_buf() 692 ab->subtype = MISC_ALLOC_MEM; in carm_fill_alloc_buf() 693 ab->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_alloc_buf() 694 ab->n_sg = 1; in carm_fill_alloc_buf() 695 ab->sg_type = SGT_32BIT; in carm_fill_alloc_buf() 696 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf() 697 ab->len = cpu_to_le32(PDC_SHM_SIZE >> 1); in carm_fill_alloc_buf() 698 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024)); in carm_fill_alloc_buf() [all …]
|
/drivers/staging/vt6655/ |
D | rxtx.h | 101 struct vnt_phy_field ab; member 140 struct vnt_phy_field ab; member 185 struct vnt_phy_field ab; member
|
D | rxtx.c | 587 byPktType, &buf->ab); in s_uFillDataHead() 609 byPktType, &buf->ab); in s_uFillDataHead() 758 byPktType, &buf->ab); in s_vFillRTSHead() 809 PK_TYPE_11B, &buf->ab); in s_vFillRTSHead() 1437 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit() 1453 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
|
/drivers/crypto/caam/ |
D | pdb.h | 464 u8 *ab; /* ECC only */ member 478 u8 *ab; /* only used if ECC processing */ member
|
/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 187 struct tmComResEncAudioBitRate ab; in saa7164_api_set_encoder() local 225 ab.ucAudioBitRateMode = 0; in saa7164_api_set_encoder() 226 ab.dwAudioBitRate = 384000; in saa7164_api_set_encoder() 227 ab.dwAudioBitRatePeak = ab.dwAudioBitRate; in saa7164_api_set_encoder() 231 &ab); in saa7164_api_set_encoder()
|
/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 2668 struct lpfc_fdmi_attr_block *ab = NULL; in lpfc_fdmi_cmd() local 2740 ab = (struct lpfc_fdmi_attr_block *)((uint8_t *)rh + size); in lpfc_fdmi_cmd() 2741 ab->EntryCnt = 0; in lpfc_fdmi_cmd() 2756 ab->EntryCnt++; in lpfc_fdmi_cmd() 2765 ab->EntryCnt = cpu_to_be32(ab->EntryCnt); in lpfc_fdmi_cmd() 2787 pab->ab.EntryCnt = 0; in lpfc_fdmi_cmd() 2801 pab->ab.EntryCnt++; in lpfc_fdmi_cmd() 2810 pab->ab.EntryCnt = cpu_to_be32(pab->ab.EntryCnt); in lpfc_fdmi_cmd()
|
D | lpfc_hw.h | 1396 struct lpfc_fdmi_attr_block ab; member 1404 struct lpfc_fdmi_attr_block ab; member
|
/drivers/infiniband/hw/hfi1/ |
D | pio.c | 271 int ab = sc_mem_pool_config[i].absolute_blocks; in init_sc_pools_and_sizes() local 279 } else if (ab >= 0) { /* absolute blocks valid */ in init_sc_pools_and_sizes() 280 ab_total += ab; in init_sc_pools_and_sizes() 290 mem_pool_info[i].blocks = ab; in init_sc_pools_and_sizes()
|
/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_encoder.c | 38 .ab = (ab_val), \
|
/drivers/rtc/ |
D | Makefile | 30 obj-$(CONFIG_RTC_DRV_ABB5ZES3) += rtc-ab-b5ze-s3.o
|
D | Kconfig | 186 will be called rtc-ab-b5ze-s3.
|
/drivers/tty/vt/ |
D | cp437.uni | 199 0xae U+00ab
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 1746 …g_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), (v), (db), (ds), … argument
|
/drivers/pinctrl/sh-pfc/ |
D | pfc-emev2.c | 1406 SH_PFC_FUNCTION(ab),
|