/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-init.c | 210 static const struct dvb_usb_device_description *dvb_usb_find_device(struct usb_device *udev, const struct dvb_usb_device_properties *props, int *cold) in dvb_usb_find_device() argument 215 *cold = -1; in dvb_usb_find_device() 220 deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct); in dvb_usb_find_device() 223 *cold = 1; in dvb_usb_find_device() 236 *cold = 0; in dvb_usb_find_device() 244 props->identify_state(udev, props, &desc, cold); in dvb_usb_find_device() 276 int ret = -ENOMEM, cold = 0; in dvb_usb_device_init() local 289 desc = dvb_usb_find_device(udev, &d->props, &cold); in dvb_usb_device_init() 296 if (cold) { in dvb_usb_device_init() 297 info("found a '%s' in cold stat in dvb_usb_device_init() [all...] |
H A D | a800.c | 29 /* assure to put cold to 0 for iManufacturer == 1 */ 33 int *cold) in a800_identify_state() 35 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state() 30 a800_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) a800_identify_state() argument
|
H A D | technisat-usb2.c | 334 const struct dvb_usb_device_description **desc, int *cold) in technisat_usb2_identify_state() 349 *cold = 0; /* by default do not download a firmware - just in case something is wrong */ in technisat_usb2_identify_state() 358 *cold = 1; in technisat_usb2_identify_state() 361 *cold = 0; in technisat_usb2_identify_state() 332 technisat_usb2_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) technisat_usb2_identify_state() argument
|
H A D | dib0700.h | 69 int *cold);
|
H A D | digitv.c | 100 int *cold) in digitv_identify_state() 102 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state() 97 digitv_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) digitv_identify_state() argument
|
H A D | af9005.c | 965 int *cold) in af9005_identify_state() 980 *cold = 1; in af9005_identify_state() 982 *cold = 0; in af9005_identify_state() 986 deb_info("Identify state cold = %d\n", *cold); in af9005_identify_state() 962 af9005_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) af9005_identify_state() argument
|
H A D | dib0700_core.c | 378 int *cold) in dib0700_identify_state() 393 *cold = ret <= 0; in dib0700_identify_state() 394 deb_info("cold: %d\n", *cold); in dib0700_identify_state() 375 dib0700_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) dib0700_identify_state() argument
|
H A D | dvb-usb.h | 248 * @identify_state: called to determine the state (cold or warm), when it 297 int *cold);
|
H A D | ttusb2.c | 473 int *cold) in ttusb2_identify_state() 475 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state() 470 ttusb2_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) ttusb2_identify_state() argument
|
H A D | az6027.c | 1073 int *cold) in az6027_identify_state() 1092 *cold = ret <= 0; in az6027_identify_state() 1094 deb_info("cold: %d\n", *cold); in az6027_identify_state() 1070 az6027_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) az6027_identify_state() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-init.c | 210 static const struct dvb_usb_device_description *dvb_usb_find_device(struct usb_device *udev, const struct dvb_usb_device_properties *props, int *cold) in dvb_usb_find_device() argument 215 *cold = -1; in dvb_usb_find_device() 220 deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct); in dvb_usb_find_device() 223 *cold = 1; in dvb_usb_find_device() 236 *cold = 0; in dvb_usb_find_device() 244 props->identify_state(udev, props, &desc, cold); in dvb_usb_find_device() 276 int ret = -ENOMEM, cold = 0; in dvb_usb_device_init() local 289 desc = dvb_usb_find_device(udev, &d->props, &cold); in dvb_usb_device_init() 296 if (cold) { in dvb_usb_device_init() 297 info("found a '%s' in cold stat in dvb_usb_device_init() [all...] |
H A D | a800.c | 29 /* assure to put cold to 0 for iManufacturer == 1 */ 33 int *cold) in a800_identify_state() 35 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state() 30 a800_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) a800_identify_state() argument
|
H A D | technisat-usb2.c | 334 const struct dvb_usb_device_description **desc, int *cold) in technisat_usb2_identify_state() 349 *cold = 0; /* by default do not download a firmware - just in case something is wrong */ in technisat_usb2_identify_state() 358 *cold = 1; in technisat_usb2_identify_state() 361 *cold = 0; in technisat_usb2_identify_state() 332 technisat_usb2_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) technisat_usb2_identify_state() argument
|
H A D | dib0700.h | 69 int *cold);
|
H A D | digitv.c | 100 int *cold) in digitv_identify_state() 102 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state() 97 digitv_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) digitv_identify_state() argument
|
H A D | af9005.c | 965 int *cold) in af9005_identify_state() 980 *cold = 1; in af9005_identify_state() 982 *cold = 0; in af9005_identify_state() 986 deb_info("Identify state cold = %d\n", *cold); in af9005_identify_state() 962 af9005_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) af9005_identify_state() argument
|
H A D | dib0700_core.c | 378 int *cold) in dib0700_identify_state() 393 *cold = ret <= 0; in dib0700_identify_state() 394 deb_info("cold: %d\n", *cold); in dib0700_identify_state() 375 dib0700_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) dib0700_identify_state() argument
|
H A D | dvb-usb.h | 258 * @identify_state: called to determine the state (cold or warm), when it 306 int *cold);
|
H A D | ttusb2.c | 473 int *cold) in ttusb2_identify_state() 475 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state() 470 ttusb2_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) ttusb2_identify_state() argument
|
/kernel/linux/linux-6.6/rust/ |
H A D | build_error.rs | 26 #[cold]
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | lmedm04.c | 50 * LME2510: SHARP:BS2F7HZ0194(MV0194) cannot cold reset and share system 51 * with other tuners. After a cold reset streaming will not start. 668 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument 676 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch() 687 cold = 0; in lme_firmware_switch() 710 cold = 0; in lme_firmware_switch() 730 cold = 0; in lme_firmware_switch() 744 if (cold) { in lme_firmware_switch() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | lmedm04.c | 50 * LME2510: SHARP:BS2F7HZ0194(MV0194) cannot cold reset and share system 51 * with other tuners. After a cold reset streaming will not start. 672 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument 680 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch() 691 cold = 0; in lme_firmware_switch() 714 cold = 0; in lme_firmware_switch() 734 cold = 0; in lme_firmware_switch() 748 if (cold) { in lme_firmware_switch() [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | compiler_types.h | 160 #define __cold __attribute__((cold))
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | mod.rs | 1514 #[cold] in swap_remove() 1555 #[cold] in insert() 1616 #[cold] in remove() 2248 #[cold] in split_off()
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | alloc.rs | 363 #[cold]
|