/drivers/media/video/pvrusb2/ |
H A D | pvrusb2-audio.c | 31 const int *def; member in struct:routing_scheme 52 .def = routing_scheme0, 74 input = sp->def[hdw->input_val];
|
H A D | pvrusb2-cs53l32a.c | 39 const int *def; member in struct:routing_scheme 52 .def = routing_scheme1, 81 input = sp->def[hdw->input_val];
|
H A D | pvrusb2-video-v4l.c | 42 const int *def; member in struct:routing_scheme 57 .def = routing_scheme0, 69 .def = routing_scheme1, 100 input = sp->def[hdw->input_val];
|
H A D | pvrusb2-cx2584x-v4l.c | 47 const struct routing_scheme_item *def; member in struct:routing_scheme 71 .def = routing_scheme0, 98 .def = routing_schemegv, 115 .def = routing_schemeav400, 146 vid_input = sp->def[hdw->input_val].vid; 147 aud_input = sp->def[hdw->input_val].aud;
|
H A D | pvrusb2-hdw-internal.h | 125 } def; member in struct:pvr2_ctl_info
|
/drivers/net/wireless/rt2x00/ |
H A D | rt2x00config.c | 120 struct antenna_setup *def = &rt2x00dev->default_ant; local 135 if (def->rx == ANTENNA_SW_DIVERSITY) 138 config.rx = def->rx; 147 if (def->tx == ANTENNA_SW_DIVERSITY) 150 config.tx = def->tx;
|
H A D | rt2x00mac.c | 783 struct antenna_setup *def = &rt2x00dev->default_ant; local 803 if (tx_ant == 3 && def->tx == ANTENNA_SW_DIVERSITY) { 808 if (rx_ant == 3 && def->rx == ANTENNA_SW_DIVERSITY) {
|
/drivers/net/ethernet/ibm/emac/ |
H A D | phy.h | 54 struct mii_phy_def *def; member in struct:mii_phy
|
H A D | phy.c | 485 struct mii_phy_def *def; local 502 for (i = 0; (def = mii_phy_table[i]) != NULL; i++) 503 if ((id & def->phy_id_mask) == def->phy_id) 506 if (!def) 509 phy->def = def; 512 phy->features = def->features;
|
/drivers/lguest/ |
H A D | interrupts_and_traps.c | 554 const unsigned long *def) 559 default_idt_entry(&state->guest_idt[i], i, def[i], NULL); 568 const unsigned long *def) 596 default_idt_entry(&idt[i], i, def[i], gidt); 553 setup_default_idt_entries(struct lguest_ro_state *state, const unsigned long *def) argument 567 copy_traps(const struct lg_cpu *cpu, struct desc_struct *idt, const unsigned long *def) argument
|
/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_param.c | 106 int def; member in struct:atl1e_option 122 *value = opt->def; 167 *value = opt->def; 197 .def = ATL1E_DEFAULT_TX_DESC_CNT, 207 adapter->tx_ring.count = (u16)opt.def; 216 .def = ATL1E_DEFAULT_RX_MEM_SIZE, 226 adapter->rx_ring.page_size = (u32)opt.def * 1024; 236 .def = INT_MOD_DEFAULT_CNT, 246 adapter->hw.imt = (u16)(opt.def); 255 .def [all...] |
/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 176 int def; member in struct:e1000_option 194 *value = opt->def; 235 *value = opt->def; 264 .def = DEFAULT_TIDV, 274 adapter->tx_int_delay = opt.def; 283 .def = DEFAULT_TADV, 293 adapter->tx_abs_int_delay = opt.def; 302 .def = DEFAULT_RDTR, 312 adapter->rx_int_delay = opt.def; 321 .def [all...] |
/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_param.c | 186 int def; member in struct:ixgb_option 206 *value = opt->def; 246 *value = opt->def; 274 .def = DEFAULT_TXD, 284 tx_ring->count = opt.def; 293 .def = DEFAULT_RXD, 303 rx_ring->count = opt.def; 312 .def = OPTION_ENABLED 320 adapter->rx_csum = opt.def; 337 .def [all...] |
/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_param.c | 150 int def; member in struct:pch_gbe_option 232 *value = opt->def; 273 *value = opt->def; 291 .def = 0, 303 .def = 0, 316 .def = PCH_AUTONEG_ADVERTISE_DEFAULT, 322 hw->phy.autoneg_advertised = opt.def; 439 .def = PCH_GBE_DEFAULT_TXD, 455 .def = PCH_GBE_DEFAULT_RXD, 470 .def [all...] |
/drivers/media/video/pwc/ |
H A D | pwc-v4l.c | 166 int r, def; local 174 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, BRIGHTNESS_FORMATTER, &def); 175 if (r || def > 127) 176 def = 63; 178 V4L2_CID_BRIGHTNESS, 0, 127, 1, def); 180 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, CONTRAST_FORMATTER, &def); 181 if (r || def > 63) 182 def = 31; 184 V4L2_CID_CONTRAST, 0, 63, 1, def); 192 &def); [all...] |
/drivers/media/video/ |
H A D | v4l2-common.c | 115 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) argument 120 &min, &max, &step, &def, &qctrl->flags); 128 qctrl->default_value = def;
|
H A D | cx2341x.c | 133 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) 551 s32 min, s32 max, s32 step, s32 def) 570 &min, &max, &step, &def, &qctrl->flags); 574 qctrl->default_value = def; 580 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); 1489 u32 id, s32 min, s32 max, s32 step, s32 def) 1493 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); 1498 cfg.def = def; 1511 u32 id, s32 min, s32 max, s32 step, s32 def) 132 cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) argument 550 cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) argument 1488 cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) argument 1510 cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) argument 1516 cx2341x_ctrl_new_menu(struct v4l2_ctrl_handler *hdl, u32 id, s32 max, s32 mask, s32 def) argument [all...] |
H A D | v4l2-ctrls.c | 654 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) 701 *min = *max = *step = *def = 0; 751 *min = *max = *step = *def = 0; 1345 s32 min, s32 max, u32 step, s32 def, 1370 (def < min || def > max)) { 1374 if (type == V4L2_CTRL_TYPE_BITMASK && ((def & ~max) || min || step)) { 1405 ctrl->cur.val = ctrl->val = ctrl->default_value = def; 1435 s32 def = cfg->def; local 653 v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) argument 1342 v4l2_ctrl_new(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, const char *name, enum v4l2_ctrl_type type, s32 min, s32 max, u32 step, s32 def, u32 flags, const char * const *qmenu, void *priv) argument 1460 v4l2_ctrl_new_std(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, s32 min, s32 max, u32 step, s32 def) argument 1479 v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, s32 max, s32 mask, s32 def) argument [all...] |
/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_param.c | 195 int def; member in struct:e1000_option 213 *value = opt->def; 254 *value = opt->def; 291 .def = E1000_DEFAULT_TXD, 304 tx_ring->count = opt.def; 319 .def = E1000_DEFAULT_RXD, 332 rx_ring->count = opt.def; 342 .def = OPTION_ENABLED 350 adapter->rx_csum = opt.def; 367 .def [all...] |
/drivers/net/ |
H A D | sungem_phy.c | 1163 struct mii_phy_def* def; local 1180 for (i=0; (def = mii_phy_table[i]) != NULL; i++) 1181 if ((id & def->phy_id_mask) == def->phy_id) 1184 if (def == NULL) 1187 phy->def = def;
|
/drivers/media/video/gspca/ |
H A D | gspca.h | 50 s16 def; /* default value */ member in struct:gspca_ctrl
|
/drivers/media/dvb/frontends/ |
H A D | stv0367.c | 2097 int abc = 0, def = 0; local 2115 def = stv0367_readbits(state, F367TER_SFEC_NUM_EVENT); 2144 if (def == 2) 2147 else if (def == 3) 2150 else if (def == 4) 2153 else if (def == 5) 2156 else if (def == 6) 2180 int abc = 0, def = 0, cpt = 0; 2193 def = stv0367_readbits(state, F367TER_NUM_EVT1); 2219 if (def [all...] |
/drivers/mtd/nand/ |
H A D | pxa3xx_nand.c | 939 struct nand_flash_dev pxa3xx_flash_ids[2], *def = NULL; local 1001 def = pxa3xx_flash_ids; 1012 if (nand_scan_ident(mtd, 1, def))
|
/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 2938 int def; member in struct:atl2_option 2957 *value = opt->def; 2996 *value = opt->def; 3027 opt.def = ATL2_DEFAULT_TX_MEMSIZE; 3038 adapter->txd_ring_size = ((u32)opt.def) * 1024; 3049 opt.def = ATL2_DEFAULT_RXD_COUNT; 3062 adapter->rxd_ring_size = (u32)opt.def; 3074 opt.def = INT_MOD_DEFAULT_CNT; 3085 adapter->imt = (u16)(opt.def); 3091 opt.def [all...] |
/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 416 * @def: default value 424 static void __devinit velocity_set_int_opt(int *opt, int val, int min, int max, int def, char *name, const char *devname) argument 427 *opt = def; 431 *opt = def; 443 * @def: default value (yes/no) 452 static void __devinit velocity_set_bool_opt(u32 *opt, int val, int def, u32 flag, char *name, const char *devname) argument 456 *opt |= (def ? flag : 0); 460 *opt |= (def ? flag : 0);
|