Searched refs:paged (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.h347 TP_PROTO(struct mt7601u_dev *dev, int cnt, bool paged),
348 TP_ARGS(dev, cnt, paged),
352 __field(bool, paged)
357 __entry->paged = paged;
359 TP_printk(DEV_PR_FMT "cnt:%d paged:%d",
360 DEV_PR_ARG, __entry->cnt, __entry->paged)
/linux-master/sound/pci/hda/
H A Dpatch_cs8409-tables.c262 .paged = 1,
453 .paged = 1,
466 .paged = 1,
H A Dpatch_cs8409.h312 unsigned int paged:1; member in struct:sub_codec
H A Dpatch_cs8409.c180 if (scodec->paged && (scodec->last_page != (i2c_reg >> 8))) {
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c1443 bool paged; /* true if paged sensor */ member in struct:pmbus_sensor_attr
1503 bool paged)
1511 paged ? page + 1 : 0, phase);
1550 if (attr->paged)
1555 * not being marked with the paged attribute. If that is the case,
1556 * then treat the sensor as being paged and add the page suffix to the
1558 * We don't just add the paged attribute to all such attributes, in
1582 bool paged = pmbus_sensor_is_paged(info, attrs); local
1584 pages = paged
1497 pmbus_add_sensor_attrs_one(struct i2c_client *client, struct pmbus_data *data, const struct pmbus_driver_info *info, const char *name, int index, int page, int phase, const struct pmbus_sensor_attr *attr, bool paged) argument
[all...]
/linux-master/net/ipv4/
H A Dip_output.c975 bool paged, hold_tskey, extra_uref = false; local
983 paged = !!cork->gso_size;
1020 paged = true;
1031 paged = true;
1044 paged = true;
1110 else if (!paged &&
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S184 | from being paged out. This routine is needed by the cas/cas2
197 | Linux/m68k: Make sure the page is properly paged in, so we use
/linux-master/net/ipv6/
H A Dip6_output.c1427 bool paged, hold_tskey, extra_uref = false; local
1439 paged = !!cork->gso_size;
1508 paged = true;
1519 paged = true;
1532 paged = true;
1613 else if (!paged &&

Completed in 160 milliseconds