/drivers/clk/spear/ |
D | clk-aux-synth.c | 47 struct clk_aux *aux = to_clk_aux(hw); in aux_calc_rate() local 48 struct aux_rate_tbl *rtbl = aux->rtbl; in aux_calc_rate() 58 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_round_rate() local 62 aux->rtbl_cnt, &unused); in clk_aux_round_rate() 68 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_recalc_rate() local 72 if (aux->lock) in clk_aux_recalc_rate() 73 spin_lock_irqsave(aux->lock, flags); in clk_aux_recalc_rate() 75 val = readl_relaxed(aux->reg); in clk_aux_recalc_rate() 77 if (aux->lock) in clk_aux_recalc_rate() 78 spin_unlock_irqrestore(aux->lock, flags); in clk_aux_recalc_rate() [all …]
|
D | Makefile | 5 obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o
|
/drivers/md/persistent-data/ |
D | dm-block-manager.c | 348 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_alloc_callback() local 349 aux->validator = NULL; in dm_block_manager_alloc_callback() 350 bl_init(&aux->lock); in dm_block_manager_alloc_callback() 355 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_write_callback() local 356 if (aux->validator) { in dm_block_manager_write_callback() 357 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback() 423 struct buffer_aux *aux, in dm_bm_validate_buffer() argument 426 if (unlikely(!aux->validator)) { in dm_bm_validate_buffer() 436 aux->validator = v; in dm_bm_validate_buffer() 438 if (unlikely(aux->validator != v)) { in dm_bm_validate_buffer() [all …]
|
/drivers/gpu/drm/nouveau/core/subdev/i2c/ |
D | nv94.c | 27 #define AUX_DBG(fmt, args...) nv_debug(aux, "AUXCH(%d): " fmt, ch, ##args) 28 #define AUX_ERR(fmt, args...) nv_error(aux, "AUXCH(%d): " fmt, ch, ##args) 31 auxch_fini(struct nouveau_i2c *aux, int ch) in auxch_fini() argument 33 nv_mask(aux, 0x00e4e4 + (ch * 0x50), 0x00310000, 0x00000000); in auxch_fini() 37 auxch_init(struct nouveau_i2c *aux, int ch) in auxch_init() argument 47 ctrl = nv_rd32(aux, 0x00e4e4 + (ch * 0x50)); in auxch_init() 56 nv_mask(aux, 0x00e4e4 + (ch * 0x50), 0x00300000, ureq); in auxch_init() 59 ctrl = nv_rd32(aux, 0x00e4e4 + (ch * 0x50)); in auxch_init() 63 auxch_fini(aux, ch); in auxch_init() 74 struct nouveau_i2c *aux = nouveau_i2c(base); in nv94_aux() local [all …]
|
D | aux.c | 30 if (port->func->aux) { in nv_rdaux() 33 return port->func->aux(port, 9, addr, data, size); in nv_rdaux() 41 if (port->func->aux) { in nv_wraux() 44 return port->func->aux(port, 8, addr, data, size); in nv_wraux() 56 if (!port->func->aux) in aux_xfer() 77 ret = port->func->aux(port, cmd, msg->addr, ptr, cnt); in aux_xfer()
|
D | anx9805.c | 106 .aux = anx9805_aux,
|
/drivers/isdn/i4l/ |
D | isdn_ttyfax.c | 158 printk(KERN_DEBUG "isdn_tty: FCLASS1 cmd(%d)\n", c->parm.aux.cmd); in isdn_tty_fax_command1() 160 if (c->parm.aux.cmd < ISDN_FAX_CLASS1_QUERY) { in isdn_tty_fax_command1() 164 isdn_tty_at_cout(msg[c->parm.aux.cmd], info); in isdn_tty_fax_command1() 167 switch (c->parm.aux.cmd) { in isdn_tty_fax_command1() 178 if (!c->parm.aux.para[0]) { in isdn_tty_fax_command1() 182 isdn_tty_at_cout(c->parm.aux.para, info); in isdn_tty_fax_command1() 328 for (c.parm.aux.cmd = 0; c.parm.aux.cmd < 7; c.parm.aux.cmd++) in isdn_tty_cmd_FCLASS1() 329 if (!strncmp(p[0], cmd[c.parm.aux.cmd], 2)) in isdn_tty_cmd_FCLASS1() 333 printk(KERN_DEBUG "isdn_tty_cmd_FCLASS1 (%s,%d)\n", p[0], c.parm.aux.cmd); in isdn_tty_cmd_FCLASS1() 335 if (c.parm.aux.cmd == 7) in isdn_tty_cmd_FCLASS1() [all …]
|
D | isdn_tty.c | 1193 c.parm.aux.cmd = ISDN_FAX_CLASS1_CTRL; in isdn_tty_write() 1194 c.parm.aux.subcmd = ETX; in isdn_tty_write()
|
/drivers/gpu/drm/nouveau/core/engine/disp/ |
D | dport.c | 49 struct nouveau_i2c_port *aux; member 82 nv_wraux(dp->aux, DPCD_LC00, sink, 2); in dp_set_link_config() 113 nv_rdaux(dp->aux, DPCD_LC02, &sink_tp, 1); in dp_set_training_pattern() 116 nv_wraux(dp->aux, DPCD_LC02, &sink_tp, 1); in dp_set_training_pattern() 139 return nv_wraux(dp->aux, DPCD_LC03(0), dp->conf, 4); in dp_link_train_commit() 149 ret = nv_rdaux(dp->aux, DPCD_LS02, dp->stat, 6); in dp_link_train_update() 287 dp->aux = i2c->find_type(i2c, NV_I2C_TYPE_EXTAUX(outp->extdev)); in nouveau_dp_train() 289 dp->aux = i2c->find(i2c, NV_I2C_TYPE_DCBI2C(outp->i2c_index)); in nouveau_dp_train() 290 if (!dp->aux) { in nouveau_dp_train() 295 ret = nv_rdaux(dp->aux, 0x00000, dp->dpcd, sizeof(dp->dpcd)); in nouveau_dp_train()
|
/drivers/scsi/ |
D | osst.c | 552 os_aux_t *aux = STp->buffer->aux; in osst_init_aux() local 553 os_partition_t *par = &aux->partition; in osst_init_aux() 554 os_dat_t *dat = &aux->dat; in osst_init_aux() 558 memset(aux, 0, sizeof(*aux)); in osst_init_aux() 559 aux->format_id = htonl(0); in osst_init_aux() 560 memcpy(aux->application_sig, "LIN4", 4); in osst_init_aux() 561 aux->hdwr = htonl(0); in osst_init_aux() 562 aux->frame_type = frame_type; in osst_init_aux() 566 aux->update_frame_cntr = htonl(STp->update_frame_cntr); in osst_init_aux() 573 aux->frame_seq_num = htonl(0); in osst_init_aux() [all …]
|
D | osst.h | 525 os_aux_t *aux; /* onstream AUX structure at end of each block */ member
|
/drivers/isdn/hisax/ |
D | isar.c | 977 ic.parm.aux.cmd = status; in ll_deliver_faxstat() 1758 ic->parm.aux.cmd, ic->parm.aux.subcmd); in isar_auxcmd() 1759 switch (ic->parm.aux.cmd) { in isar_auxcmd() 1761 if (ic->parm.aux.subcmd == ETX) in isar_auxcmd() 1766 if (ic->parm.aux.subcmd == AT_QUERY) { in isar_auxcmd() 1768 ic->parm.aux.cmd = ISDN_FAX_CLASS1_OK; in isar_auxcmd() 1771 } else if (ic->parm.aux.subcmd == AT_EQ_QUERY) { in isar_auxcmd() 1772 strcpy(ic->parm.aux.para, "0-255"); in isar_auxcmd() 1774 ic->parm.aux.cmd = ISDN_FAX_CLASS1_QUERY; in isar_auxcmd() 1777 } else if (ic->parm.aux.subcmd == AT_EQ_VALUE) { in isar_auxcmd() [all …]
|
/drivers/md/ |
D | dm-verity-target.c | 71 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_bufio_alloc_callback() local 73 aux->hash_verified = 0; in dm_bufio_alloc_callback() 259 struct buffer_aux *aux; in verity_verify_level() local 271 aux = dm_bufio_get_aux_data(buf); in verity_verify_level() 273 if (!aux->hash_verified) { in verity_verify_level() 287 aux->hash_verified = 1; in verity_verify_level() 291 aux->hash_verified = 1; in verity_verify_level()
|
/drivers/tty/serial/ |
D | sb1250-duart.c | 546 unsigned int mode1 = 0, mode2 = 0, aux = 0; in sbd_set_termios() local 618 aux |= M_DUART_CTS_CHNG_ENA; in sbd_set_termios() 620 aux &= ~M_DUART_CTS_CHNG_ENA; in sbd_set_termios() 640 write_sbdchn(sport, R_DUART_AUXCTL_X, aux | oldaux); in sbd_set_termios()
|
/drivers/gpu/drm/nouveau/core/include/subdev/ |
D | i2c.h | 36 int (*aux)(struct nouveau_i2c_port *, u8, u32, u8 *, u8); member
|
/drivers/media/tuners/ |
D | tuner-simple.c | 422 static int simple_set_aux_byte(struct dvb_frontend *fe, u8 config, u8 aux) in simple_set_aux_byte() argument 429 buffer[1] = aux; in simple_set_aux_byte()
|
/drivers/s390/block/ |
D | dasd_eckd.h | 197 __u8 aux; member
|
/drivers/atm/ |
D | fore200e.c | 3050 be32_to_cpu(fore200e->stats->aux.small_b1_failed), in fore200e_proc_read() 3051 be32_to_cpu(fore200e->stats->aux.large_b1_failed), in fore200e_proc_read() 3052 be32_to_cpu(fore200e->stats->aux.small_b2_failed), in fore200e_proc_read() 3053 be32_to_cpu(fore200e->stats->aux.large_b2_failed), in fore200e_proc_read() 3054 be32_to_cpu(fore200e->stats->aux.rpd_alloc_failed), in fore200e_proc_read() 3060 fore200e->stats->aux.receive_carrier ? "ON" : "OFF!"); in fore200e_proc_read()
|
D | fore200e.h | 447 struct stats_aux aux; /* auxiliary statistics */ member
|
/drivers/iommu/ |
D | amd_iommu_init.c | 125 u16 aux; member 1395 for (i = m->devid; i <= m->aux; ++i) in init_exclusion_range() 1431 e->devid_end = m->aux; in init_unity_map_range()
|
/drivers/net/ethernet/broadcom/ |
D | b44.c | 522 u32 bmsr, aux; in b44_check_phy() local 538 !b44_readphy(bp, B44_MII_AUXCTRL, &aux) && in b44_check_phy() 540 if (aux & MII_AUXCTRL_SPEED) in b44_check_phy() 544 if (aux & MII_AUXCTRL_DUPLEX) in b44_check_phy()
|
/drivers/net/ethernet/marvell/ |
D | skge.c | 1217 u16 lpa, aux; in bcom_check_link() local 1228 aux = xm_phy_read(hw, port, PHY_BCOM_AUX_STAT); in bcom_check_link() 1231 switch (aux & PHY_B_AS_AN_RES_MSK) { in bcom_check_link() 1244 switch (aux & PHY_B_AS_PAUSE_MSK) { in bcom_check_link() 2274 static u16 yukon_speed(const struct skge_hw *hw, u16 aux) in yukon_speed() argument 2276 switch (aux & PHY_M_PS_SPEED_MSK) { in yukon_speed()
|
D | sky2.c | 2167 static u16 sky2_phy_speed(const struct sky2_hw *hw, u16 aux) in sky2_phy_speed() argument 2173 if (aux & PHY_M_PS_SPEED_100) in sky2_phy_speed() 2179 switch (aux & PHY_M_PS_SPEED_MSK) { in sky2_phy_speed() 2251 static int sky2_autoneg_done(struct sky2_port *sky2, u16 aux) in sky2_autoneg_done() argument 2264 if (!(aux & PHY_M_PS_SPDUP_RES)) { in sky2_autoneg_done() 2269 sky2->speed = sky2_phy_speed(hw, aux); in sky2_autoneg_done() 2270 sky2->duplex = (aux & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in sky2_autoneg_done()
|
/drivers/gpu/drm/nouveau/ |
D | Makefile | 88 nouveau-y += core/subdev/i2c/aux.o
|
/drivers/power/ |
D | Kconfig | 144 Say Y to enable support for battery measured by WM97xx aux port.
|